On 15.11.2016 08:59, poma wrote:
> Cold Boot from Soft Off aka S5, promptly Logged In to X session
> nm-applet: "NetworkManager is not running..."
> 
> $ nmcli general status 
> STATE      CONNECTIVITY  WIFI-HW  WIFI     WWAN-HW  WWAN    
> connected  full          enabled  enabled  enabled  enabled 
> $ systemctl is-active NetworkManager
> active
> $ systemd-analyze blame | grep Net
>            427ms NetworkManager.service
> 
> 
> Subsequently after Reboot aka Warm Boot, likewise
> nm-applet: "NetworkManager is not running..."
> 
> 
> To fix this, Re-Log In is required,
> or wait for a minute before Log In.
> 
> 
[...]

If firewalld isn't involved:

$ systemctl is-enabled firewalld.service 
disabled
$ systemctl is-active firewalld.service 
inactive

the problem disappears,
however,
if firewalld -is- involved

$ systemd-analyze blame | egrep Net\|firewall
         33.083s firewalld.service
           340ms NetworkManager.service

the problem appears.


Until the issue is resolved,
this simple workaround should suffice:

$ cat /usr/local/bin/nm-applet
#!/bin/sh
/usr/bin/sleep 10
/usr/bin/nm-applet

Off course,
the amount of delay is specific variable.


= SW
NetworkManager-1.5.2-0.4.20161114git55ba649.fc24.x86_64
network-manager-applet-1.4.3-0.12.20161115git137ec04.fc24.x86_64
firewalld-0.4.4.1-2.fc24.noarch


_______________________________________________
networkmanager-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/networkmanager-list

Reply via email to