Bug#307495: ifplugd sometimes fails to down an interface

2005-09-12 Thread Libor Klepac
hello,
sorry, false alarm, it was due to -q option for daemon

cu
libor


signature.asc
Description: OpenPGP digital signature


Bug#307495: ifplugd sometimes fails to down an interface

2005-09-05 Thread Libor Klepac
hello,
i was just i simillar situation, it seems, that ifplugd runs down action
only when you remove cable, but not when you stop the daemon (ie when
you remove module or from hotplug)

so i modified stop method in /etc/init.d/ifplugd to run
/etc/ifplugd/ifplugd.action ... so the stop method looks like this
stop)

echo -n Stopping Network Interface Plugging Daemon:

for IF in $INTERFACES ; do

/etc/ifplugd/ifplugd.action $IF down

$IFPLUGD -k --wait-on-kill  -i $IF

echo -n  $IF

done

echo .

;;


well, it's ugly hack, but it works for me ;)

cu
libor klepac


signature.asc
Description: OpenPGP digital signature


Bug#307495: ifplugd sometimes fails to down an interface

2005-05-03 Thread Jerry Quinn
Package: ifplugd
Version: 0.26-2
Severity: normal

Sometimes, and I haven't been able to identify the conditions, ifplugd
will leave an interface up instead of downing it.  My machine has an
atheros wireless and a builtin ethernet.  Leaving work, I put the
machine to sleep before disconnecting the wire.  Then at home, when I
resume, the wireless comes up, but the ethernet didn't shut down,
leaving the routing table in a bad state.  Manually ifdowning eth0 sets
things right.

Other times, I end up having to clobber all the ifplugd processes to
sort things out.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8mts
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages ifplugd depends on:
ii  debconf 1.4.30.13Debian configuration management sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdaemon0  0.7-1lightweight C library for daemons

-- debconf information:
* ifplugd/interfaces: eth0 ath0
* ifplugd/hotplug_interfaces:
* ifplugd/args: -q -f -u0 -d0 -w -I
  ifplugd/suspend_action: stop


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]