On Sat, Jul 21, 2012 at 10:55:46PM +0200, Carlos Alberto Lopez Perez wrote: > severity 672959 serious > thanks > justification: unacceptable behavior on a production/stable system. renders > the system unable to boot. > > When the init system reachs to "Checking root filesystems..." it gives a > fatal error and the machine restarts itself (attached screen-shoot) > > The machine keeps restarting itself in an infinite loop and there is no way > to fix it. > > Neither booting single-use mode (recovery mode) nor normal mode changes > anything. As also neither booting kFreeBSD kernel version 9.0-1-amd64 nor > 8.3-1-amd64 changes anything.
So from what the other submitters reported, it sounds like this is the result of paralellism in the rcS scripts. This would imply that there's a missing dependency relating to checkroot.sh. So this should be fairly simple to fix once we know what's running in parallel inappropriately. /usr/share/insserv/make-testsuite and /etc/init.d/.depend.boot will show you the dependency graph. Looking at the screenshot you attached, I can't see any obvious reason for fsck to make the kernel panic. There's no indication of odd scripts (other than geli) running in parallel here. This really needs investigation from a kfreebsd person; I'm not sufficiently knowledgeable to look into it myself. Regards, Roger -- .''`. Roger Leigh : :' : Debian GNU/Linux http://people.debian.org/~rleigh/ `. `' schroot and sbuild http://alioth.debian.org/projects/buildd-tools `- GPG Public Key F33D 281D 470A B443 6756 147C 07B3 C8BC 4083 E800 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

