FS#46654 - [networkmanager] 1.0.6-2 Wifi - every first-time connection needs double attempt

Attached to Project: Arch Linux
Opened by jb (jb.1234abcd) - Sunday, 11 October 2015, 06:42 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 27 April 2016, 19:11 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Jan Alexander Steffens (heftig)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
See journalctl-nm.out attachment

Additional info:
* package version(s)
network-manager-applet 1.0.6-1
networkmanager 1.0.6-2
wpa_supplicant 1:2.3-1

* config and/or log files etc.
config - original
logs - see attachment

Steps to reproduce:
see attachment
This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 27 April 2016, 19:11 GMT
Reason for closing:  Fixed
Comment by Doug Newgard (Scimmia) - Sunday, 11 October 2015, 14:01 GMT
Wait, do you have wpa_supplicant.service explicitly enabled? You shouldn't if you're running NM.
Comment by jb (jb.1234abcd) - Sunday, 11 October 2015, 17:34 GMT
$ pacman -Qi networkmanager
Depends On : libnm-glib iproute2 libnl polkit wpa_supplicant ...

Just to make sure, I removed both packages (networkmanager and wpa_supplicant),
then reinstalled them, and rebooted.
The systemctl showed their *.service active.
Comment by Doug Newgard (Scimmia) - Sunday, 11 October 2015, 17:41 GMT
That doesn't tell us much.

Do you have a symlink for wpa_supplicant in /etc/systemd/system/multi-user.target.wants, or any other dirs in /etc/systemd/system?
Comment by jb (jb.1234abcd) - Sunday, 11 October 2015, 17:58 GMT
$ ls -al /etc/systemd/system/multi-user.target.wants/
total 8
drwxr-xr-x 2 root root 4096 Oct 11 18:49 .
drwxr-xr-x 6 root root 4096 Oct 11 18:49 ..
lrwxrwxrwx 1 root root 41 Jun 28 18:09 ip6tables.service -> /usr/lib/systemd/system/ip6tables.service
lrwxrwxrwx 1 root root 40 Jun 28 18:10 iptables.service -> /usr/lib/systemd/system/iptables.service
lrwxrwxrwx 1 root root 46 Jun 27 21:57 NetworkManager.service -> /usr/lib/systemd/system/NetworkManager.service
lrwxrwxrwx 1 root root 40 Jun 27 00:04 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target

$ find /etc/systemd/system -iname "*wpa*"
$
Comment by jb (jb.1234abcd) - Sunday, 11 October 2015, 18:03 GMT
$ ls -al /etc/systemd/system/
total 24
drwxr-xr-x 6 root root 4096 Oct 11 18:49 .
drwxr-xr-x 5 root root 4096 Sep 30 01:30 ..
lrwxrwxrwx 1 root root 46 Jun 27 21:57 dbus-org.freedesktop.NetworkManager.service -> /usr/lib/systemd/system/NetworkManager.service
lrwxrwxrwx 1 root root 57 Jun 27 21:57 dbus-org.freedesktop.nm-dispatcher.service -> /usr/lib/systemd/system/NetworkManager-dispatcher.service
lrwxrwxrwx 1 root root 9 Jun 28 17:56 display-manager.service -> /dev/null
drwxr-xr-x 2 root root 4096 Jun 27 00:04 getty.target.wants
drwxr-xr-x 2 root root 4096 Jun 28 18:04 ip6tables.service.d
drwxr-xr-x 2 root root 4096 Jun 28 18:05 iptables.service.d
drwxr-xr-x 2 root root 4096 Oct 11 18:49 multi-user.target.wants
$ ls -al /etc/systemd/system/*/*
lrwxrwxrwx 1 root root 38 Jun 27 00:04 /etc/systemd/system/getty.target.wants/getty@tty1.service -> /usr/lib/systemd/system/getty@.service
-rw-r--r-- 1 root root 492 Feb 3 2015 /etc/systemd/system/ip6tables.service.d/00-pre-network.conf
-rw-r--r-- 1 root root 491 Feb 3 2015 /etc/systemd/system/iptables.service.d/00-pre-network.conf
lrwxrwxrwx 1 root root 41 Jun 28 18:09 /etc/systemd/system/multi-user.target.wants/ip6tables.service -> /usr/lib/systemd/system/ip6tables.service
lrwxrwxrwx 1 root root 40 Jun 28 18:10 /etc/systemd/system/multi-user.target.wants/iptables.service -> /usr/lib/systemd/system/iptables.service
lrwxrwxrwx 1 root root 46 Jun 27 21:57 /etc/systemd/system/multi-user.target.wants/NetworkManager.service -> /usr/lib/systemd/system/NetworkManager.service
lrwxrwxrwx 1 root root 40 Jun 27 00:04 /etc/systemd/system/multi-user.target.wants/remote-fs.target -> /usr/lib/systemd/system/remote-fs.target

Comment by jb (jb.1234abcd) - Thursday, 15 October 2015, 10:17 GMT
For additional testing results see attachment networkmanager-more-data.txt

Loading...