your console log (near the end) shows that klogd is not running, which means none of the kernel messages will get logged.
21:06:01~>ps aux | grep logd syslog 5093 0.1 0.0 1916 700 ? Ss 20:35 0:03 /sbin/syslogd -u syslog ubuntu 8032 0.0 0.0 2976 768 pts/0 R+ 21:06 0:00 grep logd when I do this I get [EMAIL PROTECTED]:~$ ps aux | grep logd syslog 4117 0.0 0.1 1912 704 ? Ss 12:16 0:00 /sbin/syslogd -u syslog root 5968 0.4 0.2 2496 1392 ? Ss 12:23 0:00 /sbin/klogd /proc/kmsg jj 5992 0.0 0.1 2972 748 pts/0 R+ 12:23 0:00 grep logd Can you try restarting your /etc/init.d/klogd again? Perhaps even reboot with the edited initscript and see if klogd starts. If that doesn't work I would suggest reediting the file, the edit looks good but maybe it picked up a hidden character that isn't liked. -- Corrupted AppArmor audit log messages https://bugs.launchpad.net/bugs/160238 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
