Your message dated Tue, 13 Jun 2006 10:04:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#373179: fixed in wpasupplicant 0.5.3+20060522-3
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: wpasupplicant
Version: 0.5.3+20060522-2
Severity: important
Tags: patch
Hello,
/sbin/wpa_action attempts to access /etc/network/ifstate file which does not
exist. A correct path is /etc/network/run/ifstate. The attached patch
fixes this.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-amd64-k8
Locale: LANG=lt_LT, LC_CTYPE=lt_LT (charmap=ISO-8859-13)
Versions of packages wpasupplicant depends on:
ii libc6 2.3.6-15 GNU C Library: Shared libraries
ii libncurses5 5.5-2 Shared libraries for terminal hand
ii libreadline5 5.1-7 GNU readline and history libraries
ii libssl0.9.8 0.9.8b-2 SSL shared libraries
wpasupplicant recommends no packages.
-- no debconf information
--- wpa_action.old 2006-06-12 18:52:05.000000000 +0300
+++ wpa_action 2006-06-13 13:12:56.000000000 +0300
@@ -26,6 +26,8 @@
# action in [CONNECTED|DISCONNECTED|stop] is second argument
ACTION="$2"
+IFSTATE_FILE="/etc/network/run/ifstate"
+
# network identification string provided by id_str, fallback to "default"
if [ -z "$WPA_ID_STR" ]; then
WPA_ID_STR="default"
@@ -45,7 +47,7 @@
if /bin/grep -q "^iface $WPA_ID_STR inet"
/etc/network/interfaces; then
echo "ifup $IFACE=$WPA_ID_STR"
# Map and bring up the IFACE
- if /bin/grep -q "^$IFACE=$IFACE" /etc/network/ifstate;
then
+ if /bin/grep -q "^$IFACE=$IFACE" "$IFSTATE_FILE"; then
# Force settings over the unconfigured "master"
IFACE
/sbin/ifup --force "$IFACE=$WPA_ID_STR"
else
@@ -58,7 +60,7 @@
"DISCONNECTED")
log_action
- if /bin/grep -q "^$IFACE=$WPA_ID_STR" /etc/network/ifstate; then
+ if /bin/grep -q "^$IFACE=$WPA_ID_STR" "$IFSTATE_FILE"; then
echo "ifdown $IFACE=$WPA_ID_STR"
# Take down the IFACE
/sbin/ifdown "$IFACE=$WPA_ID_STR"
@@ -84,7 +86,7 @@
fi
# Take down the IFACE if up
- if /bin/grep -q "^$IFACE" /etc/network/ifstate; then
+ if /bin/grep -q "^$IFACE" "$IFSTATE_FILE"; then
/sbin/ifdown "$IFACE"
fi
@@ -109,3 +111,4 @@
exit 1
;;
esac
+
--- End Message ---
--- Begin Message ---
Source: wpasupplicant
Source-Version: 0.5.3+20060522-3
We believe that the bug you reported is fixed in the latest version of
wpasupplicant, which is due to be installed in the Debian FTP archive:
wpagui_0.5.3+20060522-3_i386.deb
to pool/main/w/wpasupplicant/wpagui_0.5.3+20060522-3_i386.deb
wpasupplicant_0.5.3+20060522-3.diff.gz
to pool/main/w/wpasupplicant/wpasupplicant_0.5.3+20060522-3.diff.gz
wpasupplicant_0.5.3+20060522-3.dsc
to pool/main/w/wpasupplicant/wpasupplicant_0.5.3+20060522-3.dsc
wpasupplicant_0.5.3+20060522-3_i386.deb
to pool/main/w/wpasupplicant/wpasupplicant_0.5.3+20060522-3_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.
Kel Modderman <[EMAIL PROTECTED]> (supplier of updated wpasupplicant 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: Wed, 14 Jun 2006 01:13:08 +1000
Source: wpasupplicant
Binary: wpagui wpasupplicant
Architecture: source i386
Version: 0.5.3+20060522-3
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu wpasupplicant Maintainers <[EMAIL PROTECTED]>
Changed-By: Kel Modderman <[EMAIL PROTECTED]>
Description:
wpagui - GUI for wpa_supplicant
wpasupplicant - Client support for WPA and WPA2 (IEEE 802.11i)
Closes: 373179
Changes:
wpasupplicant (0.5.3+20060522-3) unstable; urgency=low
.
[Reinhard Tartler]
* review and make the warnings in debian/NEWS even more obvious.
* advertise the manpage wpa_action(8) and the implemented roaming solution
better.
.
[Kel Modderman]
* Bugfix: /etc/network/ifstate is not guarenteed to exist, we should grep
/etc/network/run/ifstate in wpa_action. (Closes: #373179)
* Include madwifi old development headers and provide a series of steps to
enable support for users of the madwifi-old driver in debian/NEWS.
* Restore init script example and information about its usage.
* Use INTERFACES_FILE and IFSTATE_FILE in wpa_action.sh. Thanks for idea
from Modestas Vainius.
Files:
40af8d819669d93ee1bf7355f2df7f74 841 net optional
wpasupplicant_0.5.3+20060522-3.dsc
83890b9282f5ab245493e049d8289b2a 65381 net optional
wpasupplicant_0.5.3+20060522-3.diff.gz
fd637608b3111d2a8a62422074341955 228820 net optional
wpasupplicant_0.5.3+20060522-3_i386.deb
a7f9f76baeffa666a8679c57987ebb24 95922 net optional
wpagui_0.5.3+20060522-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEju0WfreS3xkfzYoRAgOnAKCLodTdpwNFYxN5MNxI6uwP42qIsgCfRta/
uznSjf2yzLjkGcQySgXSNsg=
=MJOT
-----END PGP SIGNATURE-----
--- End Message ---