Comment 16 for bug 1425376

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 1425376] Re: Ubuntu Core provides no console login prompt if network is unavailable

Steve Langasek [2015-04-07 14:22 -0000]:
> I'm not sure what you mean by this. We absolutely did block on our network
> interfaces when using upstart; just with a 2 minute timeout for any
> misconfigured interfaces.

Right, but that should only be done by services which depend on
network-online.target IMHO, *not* network.target. The former is done
by ifup-wait-all-auto.service. I. e. we don't need to block services
which merely want network.target on all interfaces to be up.

That's at least the intention. Did I misunderstand you?