Your message dated Mon, 28 Mar 2011 05:53:32 +0200
with message-id <[email protected]>
and subject line Re: ifplugd ignores eth0 at boot time (missing initialization?)
has caused the Debian Bug report #550019,
regarding ifplugd ignores eth0 at boot time (missing initialization?)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
550019: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550019
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ifplugd
Version: 0.28-15
Severity: important
ifplugd ignores eth0 at boot time, making it rather useless.
Here's what is in the /var/log/boot file:
Wed Oct 7 03:53:40 2009: Network Interface Plugging Daemon...start eth0...done.
and in the /var/log/daemon.log file:
Oct 7 03:53:43 xvii ifplugd(eth0)[1781]: Link beat detected.
Oct 7 03:53:43 xvii ifplugd(eth0)[1781]: Executing
'/etc/ifplugd/ifplugd.action eth0 up'.
Oct 7 03:53:43 xvii ifplugd(eth0)[1781]: client: Ignoring unknown interface
eth0=eth0.
Oct 7 03:53:43 xvii ifplugd(eth0)[1781]: Program executed successfully.
When I did a "/etc/init.d/ifplugd restart" after the boot, I got
as expected:
Oct 7 03:56:54 xvii ifplugd(eth0)[1781]: Exiting.
Oct 7 03:56:57 xvii ifplugd(eth0)[3423]: ifplugd 0.28 initializing.
Oct 7 03:56:57 xvii ifplugd(eth0)[3423]: Using interface
eth0/00:24:E8:97:5F:73 with driver <e1000e> (version: 0.3.3.4-k4)
Oct 7 03:56:57 xvii ifplugd(eth0)[3423]: Using detection mode: SIOCETHTOOL
Oct 7 03:56:57 xvii ifplugd(eth0)[3423]: Initialization complete, link beat
detected.
Oct 7 03:56:57 xvii ifplugd(eth0)[3423]: Executing
'/etc/ifplugd/ifplugd.action eth0 up'.
Oct 7 03:56:59 xvii ifplugd(eth0)[3423]: client: guessnet: Added startable
with priority 100
[...]
Where is there no "ifplugd 0.28 initializing" at boot time?
My /etc/network/interfaces file:
------------------------------------------------------------------------
auto lo
allow-hotplug eth0
iface lo inet loopback
mapping eth0
script guessnet-wrapper
map default: eth0-none
map debug: true
map timeout: 2
iface eth0-none inet dhcp
iface eth0-home inet static
address 192.168.0.8
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
test peer address 192.168.0.1 mac 00:00:c5:b4:98:74
------------------------------------------------------------------------
-- Package-specific info:
/sys/class/net/ interfaces:
/sys/class/net/eth0/
/sys/class/net/lo/
/sys/class/net/pan0/
/sys/class/net/wlan0/
/sys/class/net/wmaster0/
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Versions of packages ifplugd depends on:
ii debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii libc6 2.9-27 GNU C Library: Shared libraries
ii libdaemon0 0.13-3 lightweight C library for daemons
ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip
Versions of packages ifplugd recommends:
ii ifupdown 0.6.9 high level tools to configure netw
Versions of packages ifplugd suggests:
ii wpasupplicant 0.6.9-3 client support for WPA and WPA2 (I
-- debconf information:
* ifplugd/interfaces: eth0
* ifplugd/hotplug_interfaces:
* ifplugd/args: -q -f -u0 -d10 -w -I -b
* ifplugd/suspend_action: stop
--- End Message ---
--- Begin Message ---
I'm closing this bug since it may be a $PATH problem, at least in
my case: ifup doesn't find guessnet-wrapper, which is located in
/usr/local/sbin, hence the usual message "Ignoring unknown interface
eth0=eth0" (unfortunately, ifup doesn't report the real error about
the script not found, that's why this wasn't clear).
The problem doesn't occur when I run /etc/init.d/ifplugd restart"
manually as at this time, $PATH contains /usr/local/sbin.
I'm not sure, because other users have also problems at boot time
(bug 322324). But as netplug should be more reliable, I don't use
ifplugd and I haven't tested.
--
Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
--- End Message ---