I got the same problem in some ubuntu hardy vserver. It's a problem related to klogd. It says there for 5 minutes and after fails. I've added 'set -x' to klogd init script and it showed me this.
+ echo * Starting kernel log daemon... * Starting kernel log daemon... + COL= + mkdir -p /var/run/klogd + chown klog:klog /var/run/klogd + mkfifo -m 700 /var/run/klogd/kmsg + chown klog:klog /var/run/klogd/kmsg + start-stop-daemon --start --pidfile /var/run/klogd/kmsgpipe.pid --exec /bin/dd -b -m -- bs=1 if=/proc/kmsg of=/var/run/klogd/kmsg + start-stop-daemon --start --quiet --chuid klog --exec /sbin/klogd -- -P /var/run/klogd/kmsg It stops here... -- kernel log daemon error and stalls for 5 mins during startup https://bugs.launchpad.net/bugs/293220 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
