tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: panic: init died (signal 0, exit 12) during booting



On Mar 17, 10:34am, mailto635%yahoo.com@localhost (newbie) wrote:
-- Subject: Re: panic: init died (signal 0, exit 12) during booting

| 
| Hi Christos,
| 
| Thanks.
| 
| >That is very strange. Perhaps some shared library loading issue? Do you
| >see a lot of other syscalls passing by?=20
| yes. few printed syscall codes in the LIFO order are:
| 1 430 430 56 33 54 147 4 449 5 1 308 2 340 340 202 4 308 430=20
| etc.

449 wait450 <- this in current userland only. You must be combinding 
    new code old kernel. You need to unpack a 5.0 userland to use with a
    5.0 kernel.
4 write 
147 setsid
54 ioctl
33 access
56 revoke
430 nanosleep
430 nanosleep
1 exit

| 
| 
| >Can you boot -a and try /rescue/init?
| I do not know about this. could you describe more about this?
| 

sure add -a to the netbsd flags and it will ask you for the path to init.
then you can enter /rescue/init. I doubt if that will help though, since
it seems that all your userland is post 5.0.

christos


Home | Main Index | Thread Index | Old Index