OK, so now my question is: Do you have a customized /etc/init.d/rsyslog? If not, does running the following commands as root give you a /var/run/rsyslog/kmsg?
mkdir -p /var/run/rsyslog chown syslog:syslog /var/run/rsyslog mkfifo -m 600 /var/run/rsyslog/kmsg chown syslog:syslog /var/run/rsyslog/kmsg start-stop-daemon --start --pidfile /var/run/rsyslog/kmsgpipe.pid --exec /bin/dd -b -m -- if=/proc/kmsg of=/var/run/rsyslog/kmsg -- rsyslog hangs during upgrade https://bugs.launchpad.net/bugs/401433 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
