Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Servers & Networking
FedoraForum Search

Forgot Password? Join Us!

Servers & Networking Discuss any Fedora server problems and Networking issues such as dhcp, IP numbers, wlan, modems, etc.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28th February 2011, 04:13 PM
CainFoool Offline
Registered User
 
Join Date: Feb 2011
Posts: 8
windows_7chrome
Can't start NetworkManager

Recently I have noticed (last night actually) that my internet was not starting.
My computer running Fedora 14 is connected via ethernet cable (eth0) however it does not show in ifconfig if I type it in the terminal.

Typing
Code:
service Networkmanager start
Only bring me to a evil error,
Code:
Starting NetworkManager Deamon: [FAILED]
I need the internet as I host a server and it's on downtime right now.
Thanks 8)

EDIT
Checking ifconfig, I noticed a device was found called "lo" I stopped it by typing
Code:
ifconfig lo down
and my ethernet showed up again and says it is UP. However I still have no internet.

I also tried stopping my eth0 and starting it again, with no luck. This is getting really annoying.

Help is appreciated.

Last edited by CainFoool; 28th February 2011 at 04:26 PM.
Reply With Quote
  #2  
Old 28th February 2011, 04:47 PM
jpollard Online
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,088
linuxfedorafirefox
Re: Can't start NetworkManager

lo is used for local loop back. It is needed.

What does your messages log show?
Reply With Quote
  #3  
Old 28th February 2011, 05:00 PM
CainFoool Offline
Registered User
 
Join Date: Feb 2011
Posts: 8
windows_7chrome
Re: Can't start NetworkManager

How do I get that shown?
Reply With Quote
  #4  
Old 28th February 2011, 05:02 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,048
linuxfedorafirefox
Re: Can't start NetworkManager

NetworkManager activates only "system-connections" at startup and those applets won't do it. Google it. Or, if it's just an ethernet card, use network services instead.

su
yum install system-config-network
system-config-network
chkconfig network on
exit

Besure to check activate at startup and "controlled by network manager" if you expect your desktop clients to sense the internet connection. Firefox off-line for ex.,


Late Edit: Yeah I reread it. After your logs, also check what your systems sees as an ethernet device paste the output of:
lspci |grep Network
lspci |grep Ethernet

Last edited by beaker_; 28th February 2011 at 05:09 PM.
Reply With Quote
  #5  
Old 28th February 2011, 05:16 PM
CainFoool Offline
Registered User
 
Join Date: Feb 2011
Posts: 8
windows_xp_2003chrome
Re: Can't start NetworkManager

I can not access the internet so YUM is useless for me.
I've been typing this on my other computer.

---------- Post added at 05:16 PM ---------- Previous post was at 05:12 PM ----------

edit: Downloaded that network file and installed it onto my computer.
Refreshed Firefox and Chrome but nothing happened. Restart required?
Reply With Quote
  #6  
Old 28th February 2011, 05:22 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,048
linuxfedorafirefox
Re: Can't start NetworkManager

So it did work but has stopped. Either a hardware or software problem.

Just so that I'm clear. You can reach runlevel 5 and login? Gnome is my guess. If I'm guessing correctly then does that applet appear next to the clock and can you connect through it?

lspci |grep Network
lspci |grep Ethernet

To show if anything is present.

If your logs don't tell you much then stand back and check the obvious; swap for a known good cable, swap ports used by another machine on that switch, toss in another nic.
Reply With Quote
  #7  
Old 28th February 2011, 05:26 PM
CainFoool Offline
Registered User
 
Join Date: Feb 2011
Posts: 8
windows_xp_2003chrome
Re: Can't start NetworkManager

edit again.
Re-read your post and tried the terminal bit
My eth0 never showed in the Device list.

Why would this happen all of a sudden?

---------- Post added at 05:26 PM ---------- Previous post was at 05:22 PM ----------

Quote:
Originally Posted by beaker_ View Post
So it did work but has stopped. Either a hardware or software problem.

Just so that I'm clear. You can reach runlevel 5 and login? Gnome is my guess. If I'm guessing correctly then does that applet appear next to the clock and can you connect through it?

lspci |grep Network
lspci |grep Ethernet

To show if anything is present.

If your logs don't tell you much then stand back and check the obvious; swap for a known good cable, swap ports used by another machine on that switch, toss in another nic.
grep network did not show anything but grep ethernet did.

00:07.0 Bridge: nVidia Corporation MCP61 Ethernet (rev a2)
Reply With Quote
  #8  
Old 28th February 2011, 05:43 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,048
linuxfedorafirefox
Re: Can't start NetworkManager

Paste the output of

ifconfig -a
cat /etc/udev/rules.d/70-persistent-net.rules

You know, I'm leaning towards just disabling it in the bios (assuming integrated) and slap in a second just for sh1ts and giggles.

Late edit:
Quote:
Why would this happen all of a sudden?
I'd guess kernel update with possible driver breakage but hoping to see something in udev.

Last edited by beaker_; 28th February 2011 at 05:50 PM.
Reply With Quote
  #9  
Old 28th February 2011, 06:05 PM
CainFoool Offline
Registered User
 
Join Date: Feb 2011
Posts: 8
windows_7chrome
Re: Can't start NetworkManager

All I did was try and change the permissions of the /opt folder, but ended up deleting it because WaMP was not working. (LAMPP)
Then I tried to make myself login as ROOT on the GUI which worked well but that is when I noticed I didnt get any internet but I restored my backups and internet still didnt work.
Reply With Quote
  #10  
Old 28th February 2011, 07:07 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,048
linuxfedorafirefox
Re: Can't start NetworkManager

I doubt anything installed in opt would break it but I don't know what I don't know. I hate to say it but you probably could have it reinstalled and updated by now. Which is where I'm now leaning. Maybe try a live disc to convince yourself it's not a hardware issue first.

Sorry man.
Reply With Quote
  #11  
Old 28th February 2011, 07:50 PM
CainFoool Offline
Registered User
 
Join Date: Feb 2011
Posts: 8
windows_7chrome
Re: Can't start NetworkManager

Can't re-install as I will lose my VM's which have essential information on them.
Reply With Quote
  #12  
Old 28th February 2011, 07:54 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,048
linuxfedorafirefox
Re: Can't start NetworkManager

Then fire up a live cd or dvd and see if it will activate your nic. You're laughing if it does because then you are free to move your vm anyway you wish.
Reply With Quote
  #13  
Old 28th February 2011, 08:17 PM
CainFoool Offline
Registered User
 
Join Date: Feb 2011
Posts: 8
windows_7chrome
Re: Can't start NetworkManager

Would this whole conversation change if I said my Fedora booted off a 1TB External Harddrive?
Reply With Quote
  #14  
Old 28th February 2011, 08:33 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,048
linuxfedorafirefox
Re: Can't start NetworkManager

Not really. It just simplifies it because you can move it anywhere. So backing up or recovering your VM should be a piece of cake. That or wait a day or so and see. Someone else might have a better idea. However I'd back those VMs up now and before going further.

Well... Kind of... I remember my external drive install going ballistic after playing musical laptops. But you didn't suggest that here. Same solution though.
Reply With Quote
  #15  
Old 1st March 2011, 09:35 PM
CainFoool Offline
Registered User
 
Join Date: Feb 2011
Posts: 8
linuxfedorafirefox
Re: Can't start NetworkManager

Hey there as of now I am typing this on the FEDORA LIVE CD! And yes I see the network icon beside the clock.
As of now I am like WTF?

Ok, good news > Nothing wrong with cable or anything


However, now that I have internet, is there any way I can re-install
that network service?
Reply With Quote
Reply

Tags
networkmanager, start

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
NetworkManager - No auto start up orsula Servers & Networking 8 13th January 2008 03:47 PM
NetworkManager / NetworkManager Display Problem Malachai Hardware & Laptops 0 25th December 2007 10:52 PM
start networkmanager during boot? bubazoo Servers & Networking 0 22nd November 2007 04:04 AM
NetworkManager doesn't start anymore jim Using Fedora 1 18th March 2005 02:48 AM
How to start NetworkManager serquicia Servers & Networking 4 27th December 2004 12:56 AM


Current GMT-time: 05:02 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat