[Bug 960243] since Tw 20151221 changing runlevel requires restarting wickedd on wireless

http://bugzilla.suse.com/show_bug.cgi?id=960243 http://bugzilla.suse.com/show_bug.cgi?id=960243#c2 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mt@suse.com Flags| |needinfo?(paka@wahoo.no-ip. | |org) --- Comment #2 from Marius Tomaschewski <mt@suse.com> --- I guess, the wpa_supplicant gets some restart/reset and is loosing the association. We're going to try to reproduce it, but it makes sense to get the logs also from you [in case something differs]. Please set WICKED_DEBUG=all in /etc/sysconfig/network/config: perl -i -lpe 's{^(WICKED_DEBUG)=.*}{$1=all};s{^(WICKED_LOG_LEVEL)=.*}{$1=debug}' /etc/sysconfig/network/config and restart wpa_supplicant and wickedd, e.g.: systemctl restart wickedd then please enable systemd debugging (kernel parameter: systemd.log_level=debug systemd.log_target=journal-or-kmsg, see also "man systemd"), which may be also done at runtime using: kill -56 1 kill -60 1 [To enable debugging in wpa_supplicant use: sed -e 's|/wpa_supplicant -c|/wpa_supplicant -dddt -c|g' /usr/lib/systemd/system/wpa_supplicant.service > /etc/systemd/system/wpa_supplicant.service systemctl daemon-reload systemctl restart wpa_supplicant systemctl restart wickedd but this is probably not needed]. Finally, change the runlevel and capture logs using journalctl -b -o short-precise > journal.txt systemctl --full list-dependencies > deps.txt and attach the journal.txt file and deps.txt then. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com