[Bug 950662] Re: Waiting for network message on bootup when all network devices are up
Daniil Ivanov
950662 at bugs.launchpad.net
Thu Jun 21 14:37:53 UTC 2012
Sorry, this is already the bug 950662.
I also experience this issue and here is my findings:
The delays are caused by failsafe boot delay (/etc/init/failsafe.conf)
which is started on:
start on filesystem and net-device-up IFACE=lo
and stopped on:
stop on static-network-up or starting rc-sysinit
rc-sysinit is started itself on static-network-up (or failsafe-boot, i.e. after all these delays).
However, inspection of /etc/init/ reveals that there is no place, where static-network-up would be emitted
$ grep static-network-up /etc/init/*
/etc/init/failsafe.conf:stop on static-network-up or starting rc-sysinit
/etc/init/failsafe.conf: # these messages. currently only static-network-up counts for that.
/etc/init/networking.conf:emits static-network-up
/etc/init/network-interface.conf:emits static-network-up
/etc/init/procps.conf:start on virtual-filesystems or static-network-up
/etc/init/rc-sysinit.conf:start on (filesystem and static-network-up) or failsafe-boot
--
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/950662
Title:
Waiting for network message on bootup when all network devices are up
Status in “upstart” package in Ubuntu:
Fix Released
Bug description:
Machine is an Asus EeePC 900, running a fresh (post-beta1) install of
Precise.
I get a "waiting for network" message on bootup, even though eth0 is
connected and wlan0 is active and within range of the access point.
Commenting out lines in /etc/network/interfaces doesn't make any
difference.
The message doesn't appear every time but bootup is still annoyingly
slow.
ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: upstart 1.4-0ubuntu8
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic-pae 3.2.9
Uname: Linux 3.2.0-18-generic-pae i686
ApportVersion: 1.94.1-0ubuntu1
Architecture: i386
Date: Fri Mar 9 22:19:09 2012
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (20120306)
SourcePackage: upstart
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/950662/+subscriptions
More information about the foundations-bugs
mailing list