Your message dated Thu, 28 Sep 2006 10:17:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#347580: fixed in ifupdown 0.6.8
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: ifupdown
Version: 0.6.7
Severity: normal
Hi,
I am using the madwifi-ng driver from http://www.madwifi.org and use the
following in my /etc/network/interfaces file:
------------------------------------snip---------------------------------
allow-hotplug ath0
iface ath0 inet dhcp
pre-up start-stop-daemon -S -p /var/run/wpa/ath0.pid -o
--exec /usr/local/sbin/wpa_supplicant.sh
post-down start-stop-daemon -K -p /var/run/wpa/ath0.pid -o
post-down ifconfig ath0 down
up /sbin/iptables -t nat -A POSTROUTING -o ath0 -j MASQUERADE
down /sbin/iptables -t nat -D POSTROUTING -o ath0 -j MASQUERADE
allow-auto wifi0
allow-hotplug wifi0
iface wifi0 inet manual
pre-up modprobe ath_pci
up modprobe wlan_scan_sta
up wlanconfig ath0 create wlandev wifi0 wlanmode sta
#locks, report as bug
# down ifdown --force ath0
down wlanconfig ath0 destroy
down modprobe -r wlan_scan_sta
post-down modprobe -r ath_pci
------------------------------------snip---------------------------------
The lines that commented out should be in there though to make sure that the
ath0 device goes down before wifi0 does (just to sync ifup).
However, that ifdown call does not succeed:
1033 pts/4 S 0:00 ifdown wifi0
1034 pts/4 S 0:00 ifdown --force ath0
Calling one after the other works.
This seems to be a bug.
HS
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages ifupdown depends on:
ii debconf [debconf-2.0] 1.4.66 Debian configuration management
sy
ii libc6 2.3.5-8 GNU C Library: Shared libraries
an
ii net-tools 1.60-17 The NET-3 networking toolkit
ifupdown recommends no packages.
-- debconf information:
ifupdown/convert-interfaces: true
pgpic9bG53vUe.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: ifupdown
Source-Version: 0.6.8
We believe that the bug you reported is fixed in the latest version of
ifupdown, which is due to be installed in the Debian FTP archive:
ifupdown_0.6.8.dsc
to pool/main/i/ifupdown/ifupdown_0.6.8.dsc
ifupdown_0.6.8.tar.gz
to pool/main/i/ifupdown/ifupdown_0.6.8.tar.gz
ifupdown_0.6.8_i386.deb
to pool/main/i/ifupdown/ifupdown_0.6.8_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Petter Reinholdtsen <[EMAIL PROTECTED]> (supplier of updated ifupdown package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Thu, 28 Sep 2006 18:14:47 +0200
Source: ifupdown
Binary: ifupdown
Architecture: source i386
Version: 0.6.8
Distribution: unstable
Urgency: low
Maintainer: Anthony Towns <[EMAIL PROTECTED]>
Changed-By: Petter Reinholdtsen <[EMAIL PROTECTED]>
Description:
ifupdown - high level tools to configure network interfaces
Closes: 266021 311011 311443 311777 311928 312988 330230 336931 338849 339834
347580 353154 362093 384438 384866 386794 387155 387453 387677
Changes:
ifupdown (0.6.8) unstable; urgency=low
.
* Add myself as co-maintainer with approval from Anthony Towns.
* Change path of dhclient.leases to make sure the dhcp state survive
reboots. (Closes: #311777)
* Change leasehours option value to match the option name.
* Async ifup/ifdown modication based on patch from Scott James
Remnant and Ubuntu. (Closes: #347580)
- Rewrite the way that ifup and ifdown read and write the state
file. Instead of storing it in memory and holding a lock on it
(preventing concurrent processes from actually being concurrent)
use atomic read and write functions that only hold the lock for
very short periods.
- Write to the state file when we start bringing up or tearing
down the interface, so we don't ever try to do the same
operation at the same time.
- Update the state file once the operation is complete to ensure
we record the actual status of it.
* Acknowledge NMUs. (Closes: #311011, #311443, #353154, #339834, #311928,
#336931, #338849, #362093, #330230, #386794, #384866, #312988, #266021,
#384438, #387155, #387453, #387677)
Files:
a2da1ec7d7fdf06792b1b0e5bb8cec94 549 admin important ifupdown_0.6.8.dsc
0c4cf072305b1e798e9e704558ec01f1 375416 admin important ifupdown_0.6.8.tar.gz
63377920f0fdcd98d86e22eabf148395 50852 admin important ifupdown_0.6.8_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFHALF20zMSyow1ykRAt5gAKDIsujpHPdPU1S9zjEbb8xVv73+KQCeMVPJ
o585sBatKYTkn7yK5aswXcE=
=yZbT
-----END PGP SIGNATURE-----
--- End Message ---