Comment 38 for bug 1967690

Revision history for this message
In , Hp-jansen (hp-jansen) wrote :

Hi B,

mind providing more detailed logs while experiencing the failure?

$ systemctl edit --full wpa_supplicant.service

Add -dddddddddd to the ExecStart arguments, e.g.:

ExecStart=/usr/sbin/wpa_supplicant -dddddddddd -c /etc/wpa_supplicant\ /wpa_supplicant.conf -u -t -f /var/log/wpa_supplicant.log

Add debug logging to NetworkManager (assuming, you don't have a [logging] section in there already):

$ cat < EOF >> /etc/NetworkManager/NetworkManager.conf

[logging]
level=DEBUG

EOF

$ cat /dev/null > /var/log/wpa_supplicant.log

Reboot into the failing state

$ reboot

Provide /var/log/wpa_supplicant.log and the output of

$ journalctl -u NetworkManager -b

Thank you!