On an old server (Dell PowerEdge SC1420, now without RAID) I have CentOS 6.4 installed, up, and running -- but it keeps failing to connect for some reason ....
NetworkManager applet 0.8.1 runs blue rings around in the panel for a while, then reports itself disconnected. It also offers a pseudo-choice, if I right-click, between Wired Connection and eth0; in fact, the cable to the router is the only connection the machine has or has ever had.
I've tried such things as I could find to get a connection, in vain. I've tried replacing the cable.
If there's a good fix, I'd like to get my wife running CentOS, because it's one obvious choice for her to have against such time as I'm gone. (I don't at all claim to be the Oldest Subscriber, but I am at an age such that I would be irrational not to plan for such contingencies.)
What new way can I try to get this beast online?
On Sat, 18 May 2013 20:46:10 +0000 (UTC) Beartooth wrote:
What new way can I try to get this beast online?
If it shows eth0 in the networkmanager window, then it appears that it can see the ethernet card.
What is the output from ifconfig?
What does /var/log/messages say when you are trying to connect?
On Sat, 18 May 2013 15:12:57 -0600, Frank Cox wrote:
On Sat, 18 May 2013 20:46:10 +0000 (UTC) Beartooth wrote:
What new way can I try to get this beast online?
If it shows eth0 in the networkmanager window, then it appears that it
can see
the ethernet card.
What is the output from ifconfig?
What does /var/log/messages say when you are trying to connect?
OK, I got lots of output from ifconfig, and tons from /var/log/ messages; so what should I look for??
On Sun, 19 May 2013 15:46:20 +0000 (UTC) Beartooth wrote:
OK, I got lots of output from ifconfig, and tons from /var/log/ messages; so what should I look for??
(a) Post the output from ifconfig
(b) type this:
tail -f /var/log/messages
(c) Now tell networkmanager to connect.
(d) Post everything that shows up from that point until the connection attempt fails.
On Sun, 19 May 2013 10:54:17 -0600, Frank Cox wrote:
On Sun, 19 May 2013 15:46:20 +0000 (UTC) Beartooth wrote:
OK, I got lots of output from ifconfig, and tons from /var/log/ messages; so what should I look for??
(a) Post the output from ifconfig
(b) type this:
tail -f /var/log/messages
(c) Now tell networkmanager to connect.
(d) Post everything that shows up from that point until the connection attempt fails.
Remember the problem machine can't even send *me* things over my LAN; what's more, I don't seem to see an app for writing them to a CD and sneaker-mailing them to myself.
Hi-yi-yippee-ki-yay! I did ps ax|grep networkmanager ; got a process number; killed it; and wonder of wonders, it put itself online.
I launched firefox, opened a tab to weather, and got today's data ; so it really is online!
Many many thanks!!
On Sun, 19 May 2013 18:36:57 +0000, Beartooth wrote:
Oops! I spoke too soon. It's doing it again. I killed NetworkManager again, no joy; yum remove NetworkManager, no joy.
Service network start fumbles a while, and eventually gets
RTNETLINK answers: File exists (and that then repeats nine times).
I discovered eth0 missing, and created one (leaving the banks empty, in hope it would find what it needed). No joy.
Beartooth wrote:
On Sun, 19 May 2013 18:36:57 +0000, Beartooth wrote:
Oops! I spoke too soon. It's doing it again. I killed NetworkManager again, no joy; yum remove NetworkManager, no joy.
Service network start fumbles a while, and eventually gets
RTNETLINK answers: File exists (and that then repeats nine times).
I discovered eth0 missing, and created one (leaving the banks empty, in hope it would find what it needed). No joy.
-- Beartooth Staffwright, Neo-Redneck Not Quite Clueless Power User Remember I have precious (very precious!) little idea where up is.
You say you created one - how? And did you edit /etc/udev/rules.d/70-persistent-net.rules ?
mark