Pawel Wieczorkiewicz changed bug 902771
What Removed Added
CC   pwieczorkiewicz@suse.com

Comment # 2 on bug 902771 from
(In reply to Christoph Feck from comment #1)
> I can confirm that the issue is also occuring without NetworkManager being
> installed (no output from "rpm -qa | grep -i networkmanager").

We still have not received proper logs with disabled NetworkManager.
Please provide them.

Here is how to do it:
��� set DEBUG=all in /etc/sysconfig/network/config
��� systemctl restart wickedd
��� wicked --debug all ifup all # systemctl restart wicked
��� wicked ifstatus all > status.log
��� wicked show-config > configs.log
��� journalctl -b -o short-iso > wicked.log

- edit /usr/lib/systemd/system/wpa_supplicant.service file:

-ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf
-u -f /var/log/wpa_supplicant.log
+ExecStart=/usr/sbin/wpa_supplicant -dddt -c
/etc/wpa_supplicant/wpa_supplicant.conf -u -f /var/log/wpa_supplicant.log

- systemctl daemon-reload
- systemctl restart wpa_supplicant

reproduce the issue and attach: status.log, configs.log, wicked.log and
/var/log/wpa_supplicant.log

Thanks.


You are receiving this mail because: