At 08:58 5-4-2001 -0500, you wrote:
> I sent a email earlier today to this list.
> However I have not seen this message back on the list.
> It is however archived. So where is it? Stuck in some mqueue around the
world
> ?
> I already received mail from others that came after mine.
>
> http://linux-xfs.sgi.com/projects/xfs/mail_archive/0104/msg00134.html
>
> Bye
> --
> Seth
> Has anybody seen my lightbulb?
> I _really_ need some light here.
I did see your message, so something in the mail system is on a go slow
probably.
I think the recent spate of oopses is all coming out of one code change,
I have been running tests, but so far do not have a fix which works over
NFS and locally....
Try #1
[root@lsautom /mnt]# mount
/dev/hda1 on / type ext2 (rw)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/hda6 on /users type xfs (rw)
/dev/hda8 on /tmp type xfs (rw,noexec,nosuid,nodev)
/dev/hda5 on /usr type xfs (rw)
/dev/hda7 on /var type xfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
[root@lsautom /mnt]# mount -t xfs -o logbufs=8 /dev/hdc1 hdc
[root@lsautom /mnt]# touch hdc/foo
Segmentation fault
[root@lsautom /mnt]#
<rebooting to clean up the mess>
Try #2
[root@lsautom /mnt]# mount
/dev/hda1 on / type ext2 (rw)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/hda6 on /users type xfs (rw)
/dev/hda8 on /tmp type xfs (rw,noexec,nosuid,nodev)
/dev/hda5 on /usr type xfs (rw)
/dev/hda7 on /var type xfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
[root@lsautom /mnt]# mount -t xfs -o logbsize=32768 /dev/hdc1 hdc
[root@lsautom /mnt]# touch hdc/foo
[root@lsautom /mnt]# umount hdc
Go for everything containing the string logbufs and eradicate it ;-)
Good luck
Bye
--
Seth
Has anybody seen my lightbulb?
I _really_ need some light here.
|