I am running 13.3 without X (so no NetworkManager). So on install of 13.3 the network works fine. After I update all the packages the network no longer works.When I run dhcpcd eth0 suddenly it starts working. You can see below the log from when network starts up it seems to be related to dhcpcd not running by default? Why would that be so? I did notice it doesn't seem to be configured to start automatically?
Code:
network.service - LSB: Configure network interfaces and set up routing
Loaded: loaded (/usr/lib/systemd/system/network.service; enabled)
Active: failed (Result: exit-code) since Tue 2014-03-25 18:20:12 CDT; 5min ago
Process: 552 ExecStart=/etc/init.d/network start (code=exited, status=7)
Main PID: 552 (code=exited, status=7)
CGroup: /system.slice/network.service
Mar 25 18:20:12 linux-ipuv network[552]: eth0 cable is connected
Mar 25 18:20:12 linux-ipuv network[552]: eth0 DHCP4 client NOT running
Mar 25 18:20:12 linux-ipuv network[552]: eth0 is up
Mar 25 18:20:12 linux-ipuv network[552]: ..failed eth0 interface could not be set up until now
Mar 25 18:20:12 linux-ipuv network[552]: ..failedSetting up service network . . . . . . . . . . . . ...failed
Mar 25 18:20:12 linux-ipuv systemd[1]: network.service: main process exited, code=exited, status=7/NOTRUNNING
Mar 25 18:20:12 linux-ipuv ifplugd(eth0)[968]: Executing '/etc/ifplugd/ifplugd.action eth0 down'.
Mar 25 18:20:12 linux-ipuv ifplugd(eth0)[968]: Killing child.
Mar 25 18:20:12 linux-ipuv systemd[1]: Failed to start LSB: Configure network interfaces and set up routing.
Mar 25 18:20:12 linux-ipuv systemd[1]: Unit network.service entered failed state.