[Bug 881079] Re: "Waiting up to 60 more seconds for network configuration" at startup
Steve Langasek
steve.langasek at canonical.com
Tue Nov 1 16:09:39 UTC 2011
On Tue, Nov 01, 2011 at 03:37:44PM -0000, ororo wrote:
> auto dsl-provider
> iface dsl-provider inet ppp
> pre-up /sbin/ifconfig wlan0 up # line maintained by pppoeconf
> provider dsl-provider
> Indeed, the ppp connection relies on the wifi connection, which will be
> enabled *after*, by Network Mananger.
> I don't want to eliminate such lines.
You surely do. 'auto' is a directive to ifupdown to try to start the
interface automatically at boot. This clearly will always fail according to
your description, so your /etc/network/interfaces is broken and should be
fixed.
> Now, I ask you programmers: why all these "sleep"s? Why do you want to
> wait 2 minutes? I think, if the network is not up after few seconds,
> skip it, and boot up without network. Please tell me if I am wrong.
You are wrong. The network can take more than a minute to be configured in
some legitimate circumstances, and it's important that we be as safe as
possible in our failsafe. Your bug is that you have a misconfigured system
that is causing you to *hit* the failsafe. A properly configured system
should never hit the timeout.
--
Steve Langasek Give me a lever long enough and a Free OS
Debian Developer to set it on, and I can move the world.
Ubuntu Developer http://www.debian.org/
slangasek at ubuntu.com vorlon at debian.org
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to upstart in Ubuntu.
https://bugs.launchpad.net/bugs/881079
Title:
"Waiting up to 60 more seconds for network configuration" at startup
Status in “console-common” package in Ubuntu:
Triaged
Status in “console-tools” package in Ubuntu:
Triaged
Status in “upstart” package in Ubuntu:
Fix Released
Status in “console-common” source package in Oneiric:
Triaged
Status in “console-tools” source package in Oneiric:
Triaged
Status in “upstart” source package in Oneiric:
Fix Committed
Status in “console-common” source package in Precise:
Triaged
Status in “console-tools” source package in Precise:
Triaged
Status in “upstart” source package in Precise:
Fix Released
Bug description:
SRU justification: any delays in running the rc-sysinit script cause a
spurious message to appear on the plymouth boot splash saying that the
boot is waiting for the network to become available when it really
isn't. This is confusing and misleading to users.
At bootup, while displaying the Ubutu logo, it says waiting for
network configuration. Then it says: "Waiting up to 60 more seconds
for network configuration", but seems to be stuck until enter key is
pressed. Out of the syslog file it seems like it tries to start the
wireless network already at bootup, but fails since the key to the
network is only available in my user account after logging in.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: network-manager 0.9.1.90-0ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-13.21-generic 3.0.6
Uname: Linux 3.0.0-13-generic i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
CRDA: Error: [Errno 2] Ingen slik fil eller filkatalog
Date: Mon Oct 24 21:36:06 2011
EcryptfsInUse: Yes
IfupdownConfig:
auto lo
iface lo inet loopback
iface wwan0 inet dhcp
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release i386 (20101007)
IpRoute:
default via 10.0.0.138 dev wlan0 proto static
10.0.0.0/24 dev wlan0 proto kernel scope link src 10.0.0.1 metric 2
169.254.0.0/16 dev wlan0 scope link metric 1000
Keyfiles: Error: [Errno 2] Ingen slik fil eller filkatalog
NetworkManager.state:
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
ProcEnviron:
LANGUAGE=nb_NO:nb:no_NO:no:nn_NO:nn:en
PATH=(custom, user)
LANG=nb_NO.UTF-8
SHELL=/bin/bash
RfKill:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager
UpgradeStatus: Upgraded to oneiric on 2011-10-17 (7 days ago)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/console-common/+bug/881079/+subscriptions
More information about the foundations-bugs
mailing list