Your message dated Fri, 24 Nov 2017 16:19:49 +0000 with message-id <[email protected]> and subject line Bug#853293: fixed in wpa 2:2.6-6 has caused the Debian Bug report #853293, regarding wpasupplicant: Consider all `ifupdown' configuration, not only /etc/network/interfaces 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.) -- 853293: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853293 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: wpasupplicant Version: 2.6-3 Hi! I again got trapped by /etc/wpa_supplicant/functions.sh only looking at the /etc/network/interfaces file. However, common configurations contain an include statement for ie. /etc/network/interfaces.d/* . How about not doing the parsing here, but just query properties of the given interface? If that works, there's a matching "iface" stanca. Please consider this patch: --- functions.sh~orig 2017-01-31 09:57:40.567896381 +0100 +++ functions.sh 2017-01-31 10:00:38.463890021 +0100 @@ -931,10 +931,8 @@ fi if [ -n "$WPA_LOGICAL_IFACE" ]; then - if egrep -q "^iface[[:space:]]+${WPA_LOGICAL_IFACE}[[:space:]]+inet" "$INTERFACES_FILE"; then - : # logical network is defined - else - wpa_msg log "network settings not defined for $WPA_LOGICAL_IFACE in $INTERFACES_FILE" + if ! /sbin/ifquery "${WPA_LOGICAL_IFACE}" > /dev/null 2/&1; then + wpa_msg log "network settings not defined for $WPA_LOGICAL_IFACE in $INTERFACES_FILE and included files." WPA_LOGICAL_IFACE="default" fi Thanks, Jan-Benedict -- Jan-Benedict Glaw [email protected] +49-172-7608481 Signature of: If it doesn't work, force it. the second : If it breaks, it needed replacing anyway.
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: wpa Source-Version: 2:2.6-6 We believe that the bug you reported is fixed in the latest version of wpa, which is due to be installed in the Debian FTP archive. 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. Andrew Shadura <[email protected]> (supplier of updated wpa 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: SHA256 Format: 1.8 Date: Fri, 24 Nov 2017 16:00:19 +0000 Source: wpa Binary: hostapd wpagui wpasupplicant wpasupplicant-udeb Architecture: source Version: 2:2.6-6 Distribution: experimental Urgency: medium Maintainer: Debian wpasupplicant Maintainers <[email protected]> Changed-By: Andrew Shadura <[email protected]> Description: hostapd - IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator wpagui - graphical user interface for wpa_supplicant wpasupplicant - client support for WPA and WPA2 (IEEE 802.11i) wpasupplicant-udeb - Client support for WPA and WPA2 (IEEE 802.11i) (udeb) Closes: 853293 871488 875233 879208 Changes: wpa (2:2.6-6) experimental; urgency=medium . [ Reiner Herrmann ] * Port wpa_gui to Qt5 (Closes: #875233). . [ Andrew Shadura ] * Add a service file for hostapd. * Build wpa_supplicant with interface matching support (Closes: #879208). . [ Benedikt Wildenhain (BO) ] * Install [email protected] (Closes: #871488). . [ Jan-Benedict Glaw ] * Consider all ifupdown configuration, not only /etc/network/interfaces (Closes: #853293). Checksums-Sha1: f4f0ee0e1a4dc2acfd121354709dd7e809406684 2220 wpa_2.6-6.dsc fd64d83a144e729e874392cc1185e9d174ccca04 90776 wpa_2.6-6.debian.tar.xz Checksums-Sha256: ae20f5db84a556b21236007ee2cf2578ce8c01948cde355d4430f9a7dffcb6ab 2220 wpa_2.6-6.dsc 583e3a8bfd37630bf050181f2a217c31c1f6624331cab34681986884b9e49c77 90776 wpa_2.6-6.debian.tar.xz Files: fdbfbc187e1cb83e3ce50fd885e96a01 2220 net optional wpa_2.6-6.dsc 045699caa43c037d0708a4087b2d8817 90776 net optional wpa_2.6-6.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQEcBAEBCAAGBQJaGELAAAoJEJ1bI/kYT6UUTNsH/3D1Cq50X4wRe5Oex34fW0sW CM+uJK9Vqd+mN3muYep99txRpVk0lE9eGMmBzQ8szPs00si4y+rgEo/kx+1F63iR p/D9PvLVgN1VUGQHD84NCLv3cXIb0chU+wJy+dImzjBbqz2rO+Mzg2IsGCQWQQJ6 itvNKrWiD9j2zMcGun5HUYwnER9jcMWCN57ZDFpc6IZ8wGrKKjQlKiZSuBvQtZBX A8GAnanx4yEaI6yWbB2qKV6DLzW+8BYrhRvy8Y5aNNBKCy4S0ZrSCTqX9jaGqYrh VETUW8ESzmQlyumy1ABSb4k6Dr0HD2ntHUHD6zb6/VD9vZ4gV4otYdMe/9aExeQ= =y2ED -----END PGP SIGNATURE-----
--- End Message ---

