Comment 73 for bug 543506

Revision history for this message
Mike Bianchi (mbianchi-foveal) wrote : Re: <OK> [Bug 543506] Re: Some services not started on boot, runlevel returns "unknown"

On Thu, Jun 03, 2010 at 02:36:14PM -0000, Francisco.X wrote:
> Sigh. I commented out the "console output" line in the four files in
> /etc/init that had it:
>
> /etc/init: grep "console output" *
> mountall.conf:#console output
> rc.conf:#console output
> rc-sysinit.conf:#console output
> ufw.conf:#console output
>
> I have rebooted three times in a row and every time it's the same
> runlevel unknown. So that wasn't a fix.
> :

Look at /var/log/boot.log and /var/log/syslog after a
 runlevel unknown boot and see if there are any error messages labeled
"init:"

Also, my fix included making /etc/init/rc-sysinit.conf sensitive to
 rsyslog .

 start on ( filesystem
  and started rsyslog
  and net-device-up IFACE=lo
 )

Please try that.

If it still fails, attach /var/log/boot.log and /var/log/syslog to this
Bug.