Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Eth0 errors need some help
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
chrisnutter
n00b
n00b


Joined: 08 Jan 2009
Posts: 7

PostPosted: Thu Jan 08, 2009 8:04 pm    Post subject: Eth0 errors need some help Reply with quote

I just did a fresh install of gentoo on a test box. Everything was running fine. After I rebooted the first time I got some errors on boot.

This is basicly preventing me from connecting with emerge to finnish up my install. Any ideas?

* ERROR R8168

then at the end of the boot I get.

* 192.168.1.10 Already Taken on eth0
ERROR: Cannot Start netmount as net.eth0 could not start
ERROR: Cannot Start sshd as net.eth0 could not start

Any ideas on fixxing this?
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Thu Jan 08, 2009 8:57 pm    Post subject: Reply with quote

Hi, can you post this :

Code:

# cd /etc/init.d && ls -la
# rc-update show
# ifconfig -a
Back to top
View user's profile Send private message
chrisnutter
n00b
n00b


Joined: 08 Jan 2009
Posts: 7

PostPosted: Thu Jan 08, 2009 9:10 pm    Post subject: Reply with quote

d2_racing wrote:
Hi, can you post this :

Code:

# cd /etc/init.d && ls -la
# rc-update show
# ifconfig -a


Umm not really. I have no way of cut and pasting it to my laptop.

ssh isnt working. So I cant ssh into the box.

/etc/init.d dir list is large what are you looking for exactly.

same with rc-update show
and
ifconfig-a

they are not easy to hand copy. :lol:
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Thu Jan 08, 2009 9:13 pm    Post subject: Reply with quote

Ok, double check that :

Code:

# cd /etc/init.d && ls -la
# rc-update show
# ifconfig -a


For init.d, check for net.eth0 and net.lo, post what you are seeing.

For rc-update show, post what you are seeing for net.wlan0

Anf for ifconfig -a, post if you see something about eth0
Back to top
View user's profile Send private message
spindle
Apprentice
Apprentice


Joined: 01 Dec 2003
Posts: 245

PostPosted: Thu Jan 08, 2009 9:16 pm    Post subject: Reply with quote

What's in your /etc/conf.d/net file? You can give just the uncommented lines.
Back to top
View user's profile Send private message
chrisnutter
n00b
n00b


Joined: 08 Jan 2009
Posts: 7

PostPosted: Thu Jan 08, 2009 9:28 pm    Post subject: Reply with quote

Code:

# cd /etc/init.d && ls -la
# rc-update show
# ifconfig -a


For init.d, check for net.eth0 and net.lo, post what you are seeing. Both are there. Both are very long. LOL sorry hand copy isnt a option on them.

For rc-update show, post what you are seeing for net.wlan0 net.wlan0 doesnt exist BUT netmount | default and net.eth0 | default and net.lo | boot

Anf for ifconfig -a, post if you see something about eth0 its there Link encap: Ethernet HWaddr: 00:30:1B:47:D0:00 Broadcast Multicast MTU 1500 Metric: 1 RX then TX error dropped etc... collisons etc..... its seems to be all there.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Thu Jan 08, 2009 9:28 pm    Post subject: Reply with quote

If you are using DHCP, this file can be empty.
Back to top
View user's profile Send private message
chrisnutter
n00b
n00b


Joined: 08 Jan 2009
Posts: 7

PostPosted: Thu Jan 08, 2009 9:31 pm    Post subject: Reply with quote

spindle wrote:
What's in your /etc/conf.d/net file? You can give just the uncommented lines.


config_eth0=( "192.168.1.10/24" )
routes_eth0=( "default via 192.168.1.10" )
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Thu Jan 08, 2009 9:34 pm    Post subject: Reply with quote

Does your router works with dhcp ?
Back to top
View user's profile Send private message
chrisnutter
n00b
n00b


Joined: 08 Jan 2009
Posts: 7

PostPosted: Thu Jan 08, 2009 9:37 pm    Post subject: Reply with quote

d2_racing wrote:
Does your router works with dhcp ?


yes...

LAN
ip address: 192.168.1.254
netmask: 255.255.255.0
Ethernet Status: up
dhcp server: on
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Thu Jan 08, 2009 9:38 pm    Post subject: Reply with quote

Ok, comment theses 2 lines inside /etc/conf.d/net :

Code:

# config_eth0=( "192.168.1.10/24" )
# routes_eth0=( "default via 192.168.1.10" )


And reboot your box.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Thu Jan 08, 2009 9:38 pm    Post subject: Reply with quote

After that, we will check your Wifi card one day :P
Back to top
View user's profile Send private message
tliou
Tux's lil' helper
Tux's lil' helper


Joined: 23 Nov 2004
Posts: 108
Location: Salt Lake City, UT

PostPosted: Thu Jan 08, 2009 9:40 pm    Post subject: Re: Eth0 errors need some help Reply with quote

Hi, I did a search on your error message, "ERROR R8168". The folks on Ubuntu have noted a problem with the realtek 8168 network card. If you have that card installed, you may find some help here:

http://www.jamesonwilliams.com/hardy-r8168.html
Back to top
View user's profile Send private message
chrisnutter
n00b
n00b


Joined: 08 Jan 2009
Posts: 7

PostPosted: Thu Jan 08, 2009 9:43 pm    Post subject: Reply with quote

d2_racing wrote:
After that, we will check your Wifi card one day :P


Nice its no errors. Except error loading r8168 while booting.


No Wifi card today its a desktop without wireless.

Any ideas on r8168 (i think it was the error went by quick)

Im up on the network now.
Back to top
View user's profile Send private message
chrisnutter
n00b
n00b


Joined: 08 Jan 2009
Posts: 7

PostPosted: Thu Jan 08, 2009 9:51 pm    Post subject: Reply with quote

Ahh remote access. Now I can answer quesitons the right way. Any out put is easy to cut and paste now. So....
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum