[pkg-wpa-devel] Bug#883659: Bug#883659: wpasupplicant: 2:2.6-12 does not fallback to default interface config

Andrew Shadura andrew at shadura.me
Wed Dec 6 10:38:14 UTC 2017


Hi,

On 6 December 2017 at 10:36, Julian Wollrath <jwollrath at web.de> wrote:
> wpasupplicant from unstable (2:2.6-12): Logical iface is not set
> correctly, not fallback to default and hence dhclient is not started:
> wpa_action[30471]: WPA_IFACE=wlp3s0 WPA_ACTION=CONNECTED
> wpa_action[30472]: WPA_ID=0 WPA_ID_STR=foobar WPA_CTRL_DIR=/run/wpa_supplicant
> wpa_action[30477]: ifup wlp3s0=foobar
>
> wpasupplicant from testing (2:2.4-1.1): Fallback to default as
> expected, hence dhclient is started:
> wpa_action[30806]: WPA_IFACE=wlp3s0 WPA_ACTION=CONNECTED
> wpa_action[30807]: WPA_ID=0 WPA_ID_STR=foobar WPA_CTRL_DIR=/run/wpa_supplicant
> wpa_action[30810]: network settings not defined for foobar in /etc/network/interfaces
> wpa_action[30811]: ifup wlp3s0=default

Thanks for you report. Before we proceed with anything else, could you
please fix a typo in /etc/wpa_supplicant/functions.sh:

if ! /sbin/ifquery "${WPA_LOGICAL_IFACE}" > /dev/null 2/&1; then

should be

if ! /sbin/ifquery "${WPA_LOGICAL_IFACE}" > /dev/null 2>&1; then

Please let me know if that fixes the issue for you. If not, we'll look
into other things which could go wrong.

-- 
Cheers,
  Andrew



More information about the Pkg-wpa-devel mailing list