What | Removed | Added |
---|---|---|
CC | mt@suse.com |
(In reply to Freek de Kruijf from comment #5) > > Part of journalctl -b shows: > Feb 18 15:44:32 bachtest dbus-daemon[951]: [system] Failed to activate service > 'fi.epitest.hostap.WPASupplicant': timed out (service_start_timeout=25000ms) > Feb 18 15:44:32 bachtest wickedd[1023]: ni_wpa_interface_bind(wlp1s0u1u3u3): Operation not permitted Make sure the image contains a wpa_supplicant which also supports the old dbus api that has been removed from more recent wpa_supplicant versions (>=2.8). We're working on a wicked rewrite to the new API, but due to other tasks, it is still unfinished. See also https://build.opensuse.org/request/show/796014 - Add restore-old-dbus-interface.patch to fix wicked wlan (boo#1156920) - Restore fi.epitest.hostap.WPASupplicant.service (bsc#1167331) Thus this issue seems to be a dup of bsc#1167331. Further, make sure that only one: wicked or NetworkManager is enabled/running. There is a bug in the images, that improperly enable both, wicked + NM, which are both trying to configure the same interfaces, ... -> https://bugzilla.suse.com/show_bug.cgi?id=1141433 AFAIR.