Re: [Cooker] mke2fs segfault...->libsafe fault!

2001-08-30 Thread Gregoire Favre

On Wed, Aug 29, 2001 at 09:23:02PM -0700, John Silva wrote:
> libsafe causes this behavior as well.
> 
> To locate:
> 
> rpm -q libsafe
> 
> To remove: (as root)
> 
> rpm -e libsafe

;-))

Yes: it was libsafe problem, thanks you very much!

Maybe the libsafe maintainer could add a warning in the install script?

Greg

http://ulima.unil.ch/greg ICQ:16624071 mailto:[EMAIL PROTECTED]




Re: [Cooker] mke2fs segfault...

2001-08-29 Thread John Silva

libsafe causes this behavior as well.

To locate:

rpm -q libsafe

To remove: (as root)

rpm -e libsafe

On Wednesday 29 August 2001 10:59, Gregoire Favre wrote:
> Hello,
>
> when trying to make an ext3 filesystem on hdc1, mke2fs segfault...
> hdc is a 250Mb ZIP.
> And this is the same for ext2:
> [root@greg root]# mke2fs  /dev/hdc1
> mke2fs 1.23, 15-Aug-2001 for EXT2 FS 0.5b, 95/08/09
> Filesystem label=
> OS type: Linux
> Block size=1024 (log=0)
> Fragment size=1024 (log=0)
> 61200 inodes, 244720 blocks
> 12236 blocks (5.00%) reserved for the super user
> First data block=1
> 30 block groups
> 8192 blocks per group, 8192 fragments per group
> 2040 inodes per group
> Superblock backups stored on blocks:
> 8193, 24577, 40961, 57345, 73729, 204801, 221185
>
> Writing inode tables: Segmentation fault (core dumped)
>
> I have put the core (bz2) under
> http://ulima.unil.ch/greg/linux/core-mke2fs.bz2
>
> If I could send or do anything at all, just let me know, thanks you very
> much,
>
>   Greg
> 
> http://ulima.unil.ch/greg ICQ:16624071 mailto:[EMAIL PROTECTED]

-- 
John P. Silva[EMAIL PROTECTED]





Re: [Cooker] mke2fs segfault...

2001-08-29 Thread Fabrice FACORAT

Le Mercredi 29 Août 2001 23:53, vous avez écrit :
> > What is supermount?
>
> It is a kernel patch that allows removable media to be mounted
> automatically when accessed.
>
> To know if you use it, put a cdrom in the drive, go to /mnt/cdrom, and
> type "ls". If you see a blank directory, you don't have supermount. If
> you see something, you have supermount.

what about :
grep -i supermount /etc/fstab
or
lsmod | grep supermount
or for geeks
grep -i supermount /proc/mounts

and to disable it :
cp /etc/fstab /etc/fstab.bak   # just in case of ...
supermount -i disable
-- 
Copyleft Faber's prod. 2001
http://perso.wanadoo.fr/linux_wizard/index.html




Re: [Cooker] mke2fs segfault...

2001-08-29 Thread Guillaume Cottenceau

Grégoire Colbert <[EMAIL PROTECTED]> writes:


[...]

> It is a kernel patch that allows removable media to be mounted
> automatically when accessed.
> 
> To know if you use it, put a cdrom in the drive, go to /mnt/cdrom, and
> type "ls". If you see a blank directory, you don't have supermount. If you
> see something, you have supermount.

It could be simpler, you can just issue "mount" in commandline.


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] mke2fs segfault...

2001-08-29 Thread Grégoire Colbert

Gregoire Favre wrote:
> On Wed, Aug 29, 2001 at 11:23:30PM +0200, François Pons wrote:
> 
>>Gregoire Favre <[EMAIL PROTECTED]> writes:
>>
>>
>>>Writing inode tables: Segmentation fault (core dumped) 
>>>
>>>I have put the core (bz2) under http://ulima.unil.ch/greg/linux/core-mke2fs.bz2
>>>
>>>If I could send or do anything at all, just let me know, thanks you very much,
>>>
>>Are you using supermount ?
>>
>>If yes, try without it.
>>
> 
> What is supermount?

It is a kernel patch that allows removable media to be mounted 
automatically when accessed.

To know if you use it, put a cdrom in the drive, go to /mnt/cdrom, and 
type "ls". If you see a blank directory, you don't have supermount. If 
you see something, you have supermount.

Grégoire





Re: [Cooker] mke2fs segfault...

2001-08-29 Thread Gregoire Favre

On Wed, Aug 29, 2001 at 11:23:30PM +0200, François Pons wrote:
> Gregoire Favre <[EMAIL PROTECTED]> writes:
> 
> > Writing inode tables: Segmentation fault (core dumped) 
> > 
> > I have put the core (bz2) under http://ulima.unil.ch/greg/linux/core-mke2fs.bz2
> > 
> > If I could send or do anything at all, just let me know, thanks you very much,
> 
> Are you using supermount ?
> 
> If yes, try without it.

What is supermount?

Thanks,

Greg

http://ulima.unil.ch/greg ICQ:16624071 mailto:[EMAIL PROTECTED]




Re: [Cooker] mke2fs segfault...

2001-08-29 Thread François Pons

Gregoire Favre <[EMAIL PROTECTED]> writes:

> Writing inode tables: Segmentation fault (core dumped) 
> 
> I have put the core (bz2) under http://ulima.unil.ch/greg/linux/core-mke2fs.bz2
> 
> If I could send or do anything at all, just let me know, thanks you very much,

Are you using supermount ?

If yes, try without it.

François.