...I forgot about this again. I apologize to everyone who was waiting for feedback.
Quote:
Originally Posted by alexeik
I also have this issue. I have Fedora 16 installed:
[alexei@localhost ~]$ uname -a
Linux localhost.localdomain 3.6.6-1.fc16.x86_64 #1 SMP Mon Nov 5 16:56:43 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
I solveed it (temp) by running a script when I first log in into my user:
"
systemctl |grep NetworkManager
sudo systemctl restart NetworkManager.service
systemctl |grep NetworkManager
"
It responds:
[alexei@localhost ~]$ ./ff.sh
NetworkManager.service loaded active running Network Manager
[sudo] password for alexei:
NetworkManager.service loaded active running Network Manager
last time i did the following:
1. I login to user
2. wait for a while
3. insert a wifi usb dongle
4. wait for a while
5. run this ff.sh script
Then I collected dmesg and did a timing:
93.416713 - before point 3
209.798343 - before point 5
and the rest
Maybe it helps to diagnose the issue.
Meanwhile I have workaround - I run that ff.sh script.
|
Sorry, what is the ff.sh script? If it's in a USB Wifi stick, I don't have one.
Running systemctl |grep NetworkManager before and after restarting NetworkManager.service gives me this:
NetworkManager.service loaded active running Network Manager
So, it's running even before restarting, I just don't see the icon that lets me connect to different connections until I restart.
Quote:
Originally Posted by marko
I've noticed recently that systemctl will not auto-complete some commands which are correct and valid commands. I'm not sure why autocomplete doesn't work for it but I can assure you that this is command below is correct and needs to be run for your NetworkManager to run at boot:
go ahead and run it, then try running status:
if that worked, you should see something similar to this (note the bolded "enabled", the effect of running "enable" should make "enabled" show in the status output, note I substituted some # signs where
you will have different digits than me for pids):
|
I ran systemctl enable, and on bootup I see this before running restart:
Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled)
Active: active (running) since Wed, 21 Nov 2012 12:34:20 -0800; 1min 10s ago
Main PID: 1030 (NetworkManager)
CGroup: name=systemd:/system/NetworkManager.service
├ 1030 /usr/sbin/NetworkManager --no-daemon
└ 1508 /sbin/dhclient -d -4 -sf /usr/libexec/nm-dhcp-clie...
which seems consistent with what you provided. I think the process is starting but I just don't see the icon.