Comment 1 for bug 885909

Revision history for this message
Owen Duffy (owwn) wrote :

In searching the net, it has become obvious that Ubuntu 11.10 is severely bug ridden, that the status of bugs that prevent the system fully starting is trivialised, and there doesn't look to be a fix anytime soon.

My system is 11.10 server, it has one external network interface, eth0 using on board hardware. There has never been any doubt that the network interface is actually starting and working fine. This cannot be an unusual configuration.

That said, I have looked at why failsafe.conf is delaying things. It looks like it provides a safety net for other failures:

rc-sysinit.conf contains start on (filesystem and static-network-up) or failsafe-boot

So, perhaps it is filesystem or static-network-up that are the problem?

network-interface.conf is the only job that contains emits static-network-up, but it doesn't seem to actually emit it.

Two things I discover, it appears that the pre start script exits ungracefully, and it doesn't seem to emit net-device-up (needed by nmbd for instance) or static-network-up (seemingly needed to allow the boot to complete).

If some of this seems uncertain, it is because upstart is totally new to me, and the system is short on documentation, and it is not my objective to be a Ubuntu sysprog.

But, this might help others to develop a fix to allow their system to boot fully.

Owen