IraqiGeek wrote:
I am running LFS 6.1 (with the option of booting 2.6.15 or 2.6.11.12). Syslog was working fine until I deleted kern.log sys.log and boot.log. I created those files again with touch, but now the system doesnt log anything to those files. What has gone wrong?
Have you restarted syslogd (or have you rebooted) after removing and touching the log files?
You could also try to imitate the logging of the LFS boot scripts and see what happens:
/bin/logger -p local2.info -t bootlog "this is a test"
Another thing I want to do is dump all the kernel boot messages to a log file.
Use dmesg(8). Regards, Tim -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
