Mike Johnston wrote: > Hello, I have just finished LFS 7.1 and have everything up and > running. On bootup however, I keep getting "/lib/lsb/init-functions: > line 668 /run/var/bootlog: No such file or directory". > > This starts to happen after the message "Cleaning file systems". > > The /run/var and friends are created in S00mountvirt* and they are > indeed there. Sometime between S00 and the S45cleanfs they get wiped > out. > > Everything else seems to work, I can login, my network is working > etc...
You should have a line in /etc/fstab: tmpfs /run tmpfs defaults 0 0 /var/run is created in mountvirtfs (/etc/rc.d/rcS.d/S00mountvirtfs) cleanfs does: cd /tmp find . -xdev -mindepth 1 ! -name lost+found -delete || failed=1 > /var/run/utmp Do you have a /tmp directory? -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
