You are not logged in.
EDIT: Reinstalling libnm-glib resolved this issue
After updating to the latest version of NetworkManager (networkmanager-0.9.8.10-3), the systemd unit fails to start. It works fine after downgrading back to the previous version though (networkmanager-0.9.8.10-1). I'm not sure if this is a bug or an error on my end; since the previous package works I've just dowgraded for the time being. For the update that doesn't work, here is the output of "systemctl status" and the systemd journal:
>>sudo systemctl daemon-reload
>> sudo systemctl status NetworkManager
● NetworkManager.service - Network Manager
Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled)
Active: failed (Result: exit-code) since Wed 2014-06-11 15:28:25 EDT; 10s ago
Process: 24073 ExecStart=/usr/bin/NetworkManager --no-daemon (code=exited, status=127)
Main PID: 24073 (code=exited, status=127)
Jun 11 15:28:25 kyle systemd[1]: NetworkManager.service: main process exited, code=exited, status=127/n/a
Jun 11 15:28:25 kyle systemd[1]: Failed to start Network Manager.
Jun 11 15:28:25 kyle systemd[1]: Unit NetworkManager.service entered failed state.
>> journalctl -xn
-- Logs begin at Tue 2014-06-10 12:47:19 EDT, end at Wed 2014-06-11 15:28:36 EDT. --
Jun 11 15:28:25 kyle sudo[24070]: pam_unix(sudo:session): session opened for user root by kyle(uid=0)
Jun 11 15:28:25 kyle systemd[1]: Starting Network Manager...
-- Subject: Unit NetworkManager.service has begun with start-up
-- Defined-By: systemd
-- Support: [url]http://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
--
-- Unit NetworkManager.service has begun starting up.
Jun 11 15:28:25 kyle systemd[1]: NetworkManager.service: main process exited, code=exited, status=127/n/a
Jun 11 15:28:25 kyle systemd[1]: Failed to start Network Manager.
-- Subject: Unit NetworkManager.service has failed
-- Defined-By: systemd
-- Support: [url]http://lists.freedesktop.org/mailman/listinfo/systemd-devel[/url]
--
-- Unit NetworkManager.service has failed.
--
-- The result is failed.
Jun 11 15:28:25 kyle systemd[1]: Unit NetworkManager.service entered failed state.
Jun 11 15:28:25 kyle sudo[24070]: pam_unix(sudo:session): session closed for user root
Jun 11 15:28:28 kyle dbus[489]: [system] Failed to activate service 'org.freedesktop.nm_dispatcher': timed out
Jun 11 15:28:36 kyle sudo[24075]: kyle : TTY=pts/2 ; PWD=/var/cache/pacman/pkg ; USER=root ; COMMAND=/usr/bin/systemctl status NetworkManager
Jun 11 15:28:36 kyle sudo[24075]: pam_unix(sudo:session): session opened for user root by kyle(uid=0)
Jun 11 15:28:36 kyle sudo[24075]: pam_unix(sudo:session): session closed for user rootLast edited by T0k3n (2014-07-03 15:18:01)
Offline
I hate to say this, but with the recent systemd/kernel/networkmanager updates, it might be a good idea to reboot (if you haven't already) just to make sure all the pieces are communicating with each other...
Scott
Last edited by firecat53 (2014-06-11 19:54:53)
Offline
I hate to say this, but with the recent systemd/kernel/networkmanager updates, it might be a good idea to reboot (if you haven't already) just to make sure all the pieces are communicating with each other...
Scott
Thanks for the reply, thats a good point; I had rebooted earlier, but I updated again and tried rebooting, still have the same issue...
Last edited by T0k3n (2014-06-11 20:27:55)
Offline
Check the changes:
https://projects.archlinux.org/svntogit … e192881dc5
https://projects.archlinux.org/svntogit … ee906b6c44
When posting configs, code or command output, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode
like thisIt makes the code more readable and - in case of longer listings - more convenient to scroll through.
Offline
I have the same issue, with the same outputs.
Downgrading works for me too, all other dependencies are on their latest version.
Offline