Package: wpasupplicant
Version: 2:2.7+git20190128+0c1e29f-6+deb10u2
Severity: normal

Dear Maintainer,

when booting a raspberrypi3 with networking controlled by systemd, wlan0 is no 
longer braught up. The problem boils down
to ifup@wlan0.service. The error is exactly as in #838291, i.e. /dev/stderr 
cannot be created; however the problem occurs
even without verbose mode.

I changed the redirect in wpa_msg within functions.sh, curing the problem.

-- System Information:
Distributor ID: Raspbian
Description:    Raspbian GNU/Linux 10 (buster)
Release:        10
Codename:       buster
Architecture: armv7l

Kernel: Linux 5.4.51-v7+ (SMP w/4 CPU cores)
Kernel taint flags: TAINT_CRAP
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages wpasupplicant depends on:
ii  adduser            3.118
ii  libc6              2.28-10+rpi1
ii  libdbus-1-3        1.12.20-0+deb10u1
ii  libnl-3-200        3.4.0-1
ii  libnl-genl-3-200   3.4.0-1
ii  libnl-route-3-200  3.4.0-1
ii  libpcsclite1       1.8.24-1
ii  libreadline7       7.0-5
ii  libssl1.1          1.1.1d-0+deb10u3+rpt1
ii  lsb-base           10.2019051400+rpi1

wpasupplicant recommends no packages.

Versions of packages wpasupplicant suggests:
pn  libengine-pkcs11-openssl  <none>
ii  wpagui                    2:2.7+git20190128+0c1e29f-6+deb10u2

-- Configuration Files:
/etc/wpa_supplicant/functions.sh changed [not included]

-- no debconf information
--- /etc/wpa_supplicant/functions.sh.org        2020-08-09 18:20:44.572535342 
+0200
+++ /etc/wpa_supplicant/functions.sh    2020-08-09 18:18:56.972763106 +0200
@@ -117,7 +117,7 @@
                        ;;
                "stderr")
                        shift
-                       echo "$WPA_SUP_PNAME: $@" >/dev/stderr
+                       echo "$WPA_SUP_PNAME: $@" >&2
                        ;;
                *)
                        ;;

Reply via email to