1
I have updated my Arch system few days ago and since then i lost my network access. Network-manager-applet says "interface eth0 is down". From "dmesg" i have this:
systemd[1]: Cannot add dependency job for unit networkmanager.service, ignoring: Unit networkmanager.service failed to load: No such file or directory. See system logs and 'systemctl status networkmanager.service' for details.
from "sysctl" i got:
networkmanager.service
Loaded: error (Reason: No such file or directory)
Active: inactive (dead)
Reinstaling network service from cd did not help... My Arch knowlage isn't so great (changes all the time, i have no time to track them all) so please, can you help me and tell me what's the problem and how to solve it. I think it might have something to do with replaced "networkservice" service after update but that's only my guess...
it it not called
networkmanager.service
butNetworkManager.service
. Trysystemctl disable networkmanager.server
,systemctl enable NetworkManager.service
,systemctl start NetworkManager.service
– t-8ch – 2013-03-23T19:40:10.790That did the trick! (of course, i was using "NetworkManager.service") – guest86 – 2013-03-23T21:47:58.467