On Sat, 2005-07-23 at 16:18 +1000, Lennon Cook wrote: > When I boot my LFS system, I get a message saying that > '/etc/rc.d/sysinit.d/S30checkfs exited with a return value of 127' > On shutdown, I get: > '/etc/rd.d/rc6.d/S50hotplug exited with a return value of 1' > Both messages require me to hit enter before the system goes ahead > with what it was doing. This has been happening since my first boot > into my LFS system. > > Is there anywhere I can look for an explanation of these return values? > > -- > Lennon Victor Cook
Hi, I had exactly the same error, in my case the reason is I didn't want to compile e2fsprogs in my system, instead of that I gone for ReiserFS, so in the checkfs script I had to replace the occurrence 'fsck' with 'reiserfsck' and now it works perfectly hope this helps, Julio -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
