Comment # 48 on bug 1084943 from
(In reply to Frank Kruger from comment #47)
> Installed NetworkManager-1.14.4-368.1.x86_64 from your repo. Enclosed you
> will find the corresponding logs, which cover booting the system and first
> login, followed by logout/login.

Thanks for the log file. It was very helpful.

Before explaining what I found, I'd like to hear your opnion of what is wrong
for this log file related boot and logout & login.

So back to what I found. The only thing I found that might make you feel there
is something wrong is NM80211ApFlags[1] got by NM is NM_802_11_AP_FLAGS_WPS
instead of NM_802_11_AP_FLAGS_PRIVACY(the one in my test machine).

In your case, NM will use pbc WPS method to communicate with the AP and it
takes some time(roughly half minute) instead of failing the connection directly
while logging in. It needs fail the connection directly as at this point secret
agent hasn't registered yet. Then when the secret agent registers, NM will
activate the connection, and it should succeed this time.

*[1]
https://developer.gnome.org/libnm/stable/libnm-nm-dbus-interface.html#NM80211ApFlags


You are receiving this mail because: