You are not logged in.

#1 2009-10-22 00:21:06

habitmelon
Member
Registered: 2009-10-21
Posts: 5

Network not working after install, but eth0 present

On the archlinux 2009 install livecd the auto network config worked like a charm. When I installed, I had it take the rc.conf from the install session and use that for my local copy. When I booted to the newly installed distro, it didn't get an address from the dhcp server.

ifconfig indicates that the device is there, and in the output of lspci the last line is:

06:0c.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13)

I'm not sure what's wrong, I've read the man pages for dhcpcd and dhcpcd.conf but I haven't found anything useful.

What can I do to get my network card set up with an IP address?

Offline

#2 2009-10-22 01:03:29

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: Network not working after install, but eth0 present

Can you post the network section of rc.conf?
Also the output of 'ifconfig -a'


neutral

Offline

#3 2009-10-22 16:07:20

habitmelon
Member
Registered: 2009-10-21
Posts: 5

Re: Network not working after install, but eth0 present

Certainly, here's the networking section of my rc.conf

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="nbox"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
# 
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#

#Static IP example
#eth0="dhcp"
eth0="dhcp"
INTERFACES=(eth0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.2.1"
ROUTES=(!gateway)
 
# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

And here's the output of 'ifconfig -a':

eth0      Link encap:Ethernet  HWaddr 00:18:F3:3D:97:87  
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1188 (1.1 Kb)  TX bytes:820 (820.0 b)
          Interrupt:18 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Offline

#4 2009-10-22 16:32:18

MadTux
Member
Registered: 2009-09-20
Posts: 553

Re: Network not working after install, but eth0 present

Do you get any errors if you manually start dhcpd?

Offline

#5 2009-10-22 16:49:01

habitmelon
Member
Registered: 2009-10-21
Posts: 5

Re: Network not working after install, but eth0 present

If I start dhcpcd, then it errs saying that it's already running. If I run a 'dhcpcd -x' and then start in manually, it forks to the background and then I get no further output.

I'm curious what's different about the installer, it had no problems getting a lease.

Offline

#6 2009-10-22 23:43:37

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: Network not working after install, but eth0 present

dhcpd is run when you boot because of the way rc.conf is set up.
Try running it manually again but kill the existing process first.

Also check your logs.

cat /var/log/everything.log | grep dhcpd


neutral

Offline

#7 2009-10-23 00:18:23

habitmelon
Member
Registered: 2009-10-21
Posts: 5

Re: Network not working after install, but eth0 present

cat /var/log/everything.log | grep dhcp

Oct 21 12:29:07 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:29:07 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:29:15 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:29:15 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:29:22 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:29:22 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:29:29 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:29:29 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:29:37 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:29:37 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:29:44 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:29:44 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:29:52 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:29:52 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:29:59 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:29:59 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:30:05 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:30:05 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:30:13 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:30:13 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:30:20 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:30:20 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:30:28 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:30:28 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:30:35 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:30:35 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:30:42 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:30:42 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:30:49 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:30:49 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:30:57 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:30:57 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:31:04 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:31:04 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:31:12 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:31:12 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:31:19 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:31:19 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:31:27 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:31:27 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:31:34 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:31:34 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:31:42 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:31:42 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:31:49 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:31:49 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:31:57 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:31:57 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:32:04 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:32:04 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:32:11 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:32:11 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:32:18 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:32:18 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:32:24 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:32:24 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:32:32 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:32:32 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:32:39 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:32:39 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:32:46 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:32:46 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:32:53 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:32:53 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:32:59 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:32:59 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:33:06 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:33:06 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:33:06 nbox dhcpcd: dhcpcd already running on pid 2037 (/var/run/dhcpcd-eth0.pid)
Oct 21 12:33:13 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:33:13 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:33:20 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:33:20 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:33:28 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:33:28 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:33:35 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:33:35 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:33:42 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:33:42 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:33:50 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:33:50 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:33:57 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:33:57 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:34:05 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:34:05 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:34:12 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:34:12 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:34:19 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:34:19 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:34:26 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:34:26 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:34:33 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:34:33 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:34:41 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:34:41 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:34:48 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:34:48 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:34:54 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:34:54 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:35:09 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:35:09 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:35:16 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:35:16 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:35:22 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:35:22 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:35:30 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:35:30 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:35:37 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:35:37 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:35:44 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:35:44 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:35:46 nbox dhcpcd: dhcpcd already running on pid 3648 (/var/run/dhcpcd-eth0.pid)
Oct 21 12:35:51 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:35:51 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:35:59 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:35:59 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:36:06 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:36:06 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:36:14 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:36:14 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:36:21 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:36:21 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:56:25 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:56:25 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:56:31 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:56:32 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:56:38 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:56:38 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:56:46 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:56:46 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:56:53 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:56:53 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:57:00 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:57:00 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:57:07 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:57:07 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:57:14 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:57:14 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:57:20 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:57:20 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:57:27 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:57:27 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:57:34 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:57:34 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:57:42 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:57:42 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:57:48 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:57:48 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 12:57:56 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:57:56 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 13:00:19 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 13:00:19 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 13:00:26 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 13:00:26 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 13:00:32 nbox dhcpcd: dhcpcd already running on pid 2581 (/var/run/dhcpcd-eth0.pid)
Oct 21 13:00:33 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 13:00:33 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 13:00:40 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 13:00:40 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 13:00:46 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 13:00:46 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 13:00:53 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 13:00:53 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 13:01:01 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 13:01:01 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 13:01:08 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 13:01:08 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 13:01:14 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 13:01:14 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:38:48 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:38:48 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:38:56 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:38:56 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:39:03 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:39:03 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:39:10 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:39:10 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:39:18 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:39:18 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:39:25 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:39:25 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:39:32 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:39:32 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:39:40 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:39:40 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:39:47 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:39:47 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:39:53 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:39:53 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:40:01 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:40:02 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:40:09 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:40:09 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:40:16 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:40:16 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:40:23 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:40:23 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:40:31 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:40:31 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:40:39 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:40:39 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:40:47 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:40:47 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:40:54 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:40:54 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:41:02 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:41:02 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:41:10 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:41:10 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:41:17 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:41:17 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:41:25 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:41:25 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:41:32 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:41:32 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:41:39 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:41:40 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:41:46 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:41:46 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:41:54 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:41:54 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:42:02 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:42:02 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:42:09 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:42:09 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:42:17 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:42:17 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:42:24 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:42:24 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:42:32 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:42:32 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:42:39 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:42:39 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:42:41 nbox dhcpcd: dhcpcd already running on pid 2041 (/var/run/dhcpcd-eth0.pid)
Oct 21 16:42:47 nbox dhcpcd: version 5.0.6 starting
Oct 21 16:42:47 nbox dhcpcd: eth0: broadcasting for a lease
Oct 21 16:42:47 nbox dhcpcd: eth0: offered 192.168.2.3 from 192.168.2.1
Oct 21 16:42:47 nbox dhcpcd: eth0: acknowledged 192.168.2.3 from 192.168.2.1
Oct 21 16:42:47 nbox dhcpcd: eth0: checking for 192.168.2.3
Oct 21 16:42:53 nbox dhcpcd: eth0: leased 192.168.2.3 for infinity
Oct 21 16:42:53 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:42:53 nbox dhcpcd: forking to background
Oct 21 16:42:53 nbox dhcpcd: eth0: carrier lost
Oct 21 16:42:53 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:42:54 nbox dhcpcd: eth0: carrier acquired
Oct 21 16:42:55 nbox dhcpcd: eth0: broadcasting for a lease
Oct 21 16:42:55 nbox dhcpcd: eth0: offered 192.168.2.3 from 192.168.2.1
Oct 21 16:42:55 nbox dhcpcd: eth0: acknowledged 192.168.2.3 from 192.168.2.1
Oct 21 16:42:55 nbox dhcpcd: eth0: checking for 192.168.2.3
Oct 21 16:43:00 nbox dhcpcd: eth0: leased 192.168.2.3 for infinity
Oct 21 16:43:00 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:43:00 nbox dhcpcd: eth0: carrier lost
Oct 21 16:43:00 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:43:02 nbox dhcpcd: eth0: carrier acquired
Oct 21 16:43:02 nbox dhcpcd: eth0: broadcasting for a lease
Oct 21 16:43:02 nbox dhcpcd: eth0: offered 192.168.2.3 from 192.168.2.1
Oct 21 16:43:02 nbox dhcpcd: eth0: acknowledged 192.168.2.3 from 192.168.2.1
Oct 21 16:43:02 nbox dhcpcd: eth0: checking for 192.168.2.3
Oct 21 16:43:08 nbox dhcpcd: eth0: leased 192.168.2.3 for infinity
Oct 21 16:43:08 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:43:08 nbox dhcpcd: eth0: carrier lost
Oct 21 16:43:08 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:43:10 nbox dhcpcd: eth0: carrier acquired
Oct 21 16:43:10 nbox dhcpcd: eth0: broadcasting for a lease
Oct 21 16:43:10 nbox dhcpcd: eth0: offered 192.168.2.3 from 192.168.2.1
Oct 21 16:43:10 nbox dhcpcd: eth0: acknowledged 192.168.2.3 from 192.168.2.1
Oct 21 16:43:10 nbox dhcpcd: eth0: checking for 192.168.2.3
Oct 21 16:43:14 nbox dhcpcd: received SIGTERM, stopping
Oct 21 16:43:14 nbox dhcpcd: eth0: removing interface
Oct 21 16:43:23 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:43:23 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:43:30 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:43:30 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:44:01 nbox dhcpcd: dhcpcd not running
Oct 21 16:44:17 nbox dhcpcd: version 5.0.6 starting
Oct 21 16:44:17 nbox dhcpcd: forking to background
Oct 21 16:44:17 nbox dhcpcd: eth0: waiting for carrier
Oct 21 16:44:19 nbox dhcpcd: eth0: carrier acquired
Oct 21 16:44:19 nbox dhcpcd: eth0: rebinding lease of 192.168.2.1
Oct 21 16:44:19 nbox dhcpcd: eth0: reject NAK
Oct 21 16:44:24 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:44:24 nbox dhcpcd: eth0: carrier lost
Oct 21 16:44:24 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:44:24 nbox dhcpcd: eth0: MTU restored to 
Oct 21 16:44:26 nbox dhcpcd: eth0: carrier acquired
Oct 21 16:44:26 nbox dhcpcd: eth0: rebinding lease of 192.168.2.1
Oct 21 16:44:26 nbox dhcpcd: eth0: reject NAK
Oct 21 16:44:30 nbox dhcpcd: eth0: reject NAK
Oct 21 16:44:31 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:44:31 nbox dhcpcd: eth0: carrier lost
Oct 21 16:44:31 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:44:31 nbox dhcpcd: eth0: MTU restored to 
Oct 21 16:44:33 nbox dhcpcd: eth0: carrier acquired
Oct 21 16:44:33 nbox dhcpcd: eth0: rebinding lease of 192.168.2.1
Oct 21 16:44:33 nbox dhcpcd: eth0: reject NAK
Oct 21 16:44:34 nbox dhcpcd: sending signal 15 to pid 3228
Oct 21 16:44:34 nbox dhcpcd: received SIGTERM, stopping
Oct 21 16:44:34 nbox dhcpcd: eth0: removing interface
Oct 21 16:44:34 nbox dhcpcd: waiting for pid 3228 to exit
Oct 21 16:44:39 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:44:39 nbox dhcpcd: eth0: MTU restored to 1500
Oct 21 16:44:39 nbox dhcpcd: dhcpcd not running
Oct 21 16:44:47 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 16:44:47 nbox dhcpcd: eth0: MTU restored to 1500

Offline

#8 2009-10-23 00:19:35

habitmelon
Member
Registered: 2009-10-21
Posts: 5

Re: Network not working after install, but eth0 present

When I start it manually, the string

Oct 21 12:30:20 nbox dhcpcd: eth0: MTU set to 1492
Oct 21 12:30:20 nbox dhcpcd: eth0: MTU restored to 1500

is continually appended to the log, I'm not sure what it means though

Offline

#9 2009-10-25 23:40:01

mawhii
Member
Registered: 2009-07-04
Posts: 18

Re: Network not working after install, but eth0 present

Kill it with kill and start it manually by just typing this (no -x):

dhcpd eth0

that'll give you output in foregorund.

from here, it sounds like it's just not getting an address from dhcp server. rc.conf is right, and you're atleast getting something out of the connection judging from your ifconfig -a.

Last edited by mawhii (2009-10-25 23:40:57)

Offline

#10 2009-10-26 00:29:52

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: Network not working after install, but eth0 present

"carrier lost"
It's dropping off your dhcp server. I assume since you have no networking ability that you haven't upgrading anything?
It doesn't seem to be a config problem but possibly the incorrect module is being detected by udev.

That's just a guess by the way. I'm out of ideas.


neutral

Offline

Board footer

Powered by FluxBB