Subject: init die with CURRENT
To: None <tech-kern@NetBSD.org, netbsd-users@NetBSD.org>
From: fab <fab@gnux.info>
List: tech-kern
Date: 08/25/2005 01:10:39
Hi,
I track HEAD kernel for an embedded netbsd. The embedded system uses the
same userland as my host system. I recently updated the kernel to get
profit of recent changes (64bits inodes) and my embedded system don't
work anymore. Under the real system I get no message at all (infinite
loop) but under qemu I have some output:

just after "root on wd0a dumps on wd0b":
panic: init died (signal 0, exit 1)

If I use an old kernel (~10 days old) it works OK with same userland.
The "new" kernel can boot my main system too without panicing. So it
seems to be the couple "new kernel + limited filesystem" that produces
the error.

Do someone have an idea of how could I fix it ? Maybe a recent change
requieres additional files on filesystem or something like that...

Hope this helps.
Fabien Devaux.