Re: New vfs_conf.c panic

1999-11-29 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Mike Smith writes: >> >> Ahh, Ok. >> >> Bruce (a little hasty in my mind) removed a compat shim we had, >> please change the 'rda' to 'da' again and all should be fine. > >Actually, I did the dirty work because I agreed with Bruce. What I don't >understand is wh

Re: New vfs_conf.c panic

1999-11-29 Thread Matthew Dillon
:> Bruce (a little hasty in my mind) removed a compat shim we had, :> please change the 'rda' to 'da' again and all should be fine. : :Actually, I did the dirty work because I agreed with Bruce. What I don't :understand is why the system explodes when it can't find /, rather than :giving up cle

Re: New vfs_conf.c panic

1999-11-29 Thread Mike Smith
> > Ahh, Ok. > > Bruce (a little hasty in my mind) removed a compat shim we had, > please change the 'rda' to 'da' again and all should be fine. Actually, I did the dirty work because I agreed with Bruce. What I don't understand is why the system explodes when it can't find /, rather than gi

Re: New vfs_conf.c panic

1999-11-29 Thread Manfred Antar
At 10:23 PM 11/29/99 +0100, Poul-Henning Kamp wrote: >Ahh, Ok. > >Bruce (a little hasty in my mind) removed a compat shim we had, >please change the 'rda' to 'da' again and all should be fine. > >Poul-Henning Done Thanks Manfred = ||[EMAIL PROTECTED] || ||Ph. (4

Re: New vfs_conf.c panic

1999-11-29 Thread Poul-Henning Kamp
Ahh, Ok. Bruce (a little hasty in my mind) removed a compat shim we had, please change the 'rda' to 'da' again and all should be fine. Poul-Henning In message <[EMAIL PROTECTED]>, Manfred Antar writes: >At 09:55 PM 11/29/99 +0100, Poul-Henning Kamp wrote: > >>Do you have /dev/sd* in your /etc/

Re: New vfs_conf.c panic

1999-11-29 Thread Manfred Antar
At 09:55 PM 11/29/99 +0100, Poul-Henning Kamp wrote: >Do you have /dev/sd* in your /etc/fstab ? > >It should be changed to /dev/da* This is what I have # DeviceMountpoint FStype Options DumpPass# /dev/rda0s1bnoneswapsw 0 0 /dev/rda

Re: New vfs_conf.c panic

1999-11-29 Thread Poul-Henning Kamp
Manfred, Could you send the 10 lines surrounding the address 0xc014a79a from the output of "nm -n /this_kernel" ? In message <[EMAIL PROTECTED]>, Manfred Antar writes: >Mike >I get a panic on current smp-kernel with the new version >of vfs_conf.c . >The system is current as of this morning >If

Re: New vfs_conf.c panic

1999-11-29 Thread Manfred Antar
At 09:29 PM 11/29/99 +0100, Poul-Henning Kamp wrote: >Manfred, > >Could you send the 10 lines surrounding the address 0xc014a79a >from the output of "nm -n /this_kernel" ? OK This kernel was striped -g do you need a debug compiled kernel ? Here is what i get c014a1c8 T set_timecounter c014a234 t

Re: New vfs_conf.c panic

1999-11-29 Thread Matthew Dillon
:Mike :I get a panic on current smp-kernel with the new version :of vfs_conf.c . :The system is current as of this morning :If I back out to version 1.44 it boots fine. :It seems to panic at the swapon part of the boot process. :I get : :Fatal trap 12: page fault while in kernel mode :mp_lock = 0

Re: New vfs_conf.c panic

1999-11-29 Thread Manfred Antar
At 12:26 PM 11/29/99 -0800, Matthew Dillon wrote: >:Mike >:I get a panic on current smp-kernel with the new version >:of vfs_conf.c . >:The system is current as of this morning >:If I back out to version 1.44 it boots fine. >:It seems to panic at the swapon part of the boot process. >:I get : >:F

Re: New vfs_conf.c panic

1999-11-29 Thread Poul-Henning Kamp
Do you have /dev/sd* in your /etc/fstab ? It should be changed to /dev/da* In message <[EMAIL PROTECTED]>, Manfred Antar writes: >At 09:29 PM 11/29/99 +0100, Poul-Henning Kamp wrote: > >>Manfred, >> >>Could you send the 10 lines surrounding the address 0xc014a79a >>from the output of "nm -n /th

Re: New vfs_conf.c panic

1999-11-29 Thread Matthew Dillon
:c014a794 T devsw :c014a7b0 T cdevsw_add c014a79a --- sounds like the same or a similar bug to the one I fixed, where devsw() was being called with rootdev == NODEV (-1) and doing a NULL (well -1) pointer dereference. In my case it was related to an assumption at line 203 of v

New vfs_conf.c panic

1999-11-29 Thread Manfred Antar
Mike I get a panic on current smp-kernel with the new version of vfs_conf.c . The system is current as of this morning If I back out to version 1.44 it boots fine. It seems to panic at the swapon part of the boot process. I get : Fatal trap 12: page fault while in kernel mode mp_lock = 0102;