You are not logged in.

#1 2012-11-29 16:28:01

NlightNFotis
Member
From: Greece
Registered: 2012-09-30
Posts: 20
Website

[SOLVED]Network interface loading failed using systemctl.

Hello.

I am trying to make dcpcd start when the computer boots, following the Arch Wiki. Essentially I am trying to do

sudo systemctl start dhcpcd@eth0

, but I am unable to get it done, and produces the following error

Failed to issue method call: unit dchpcd@eth0.service failed to load. No such file or directory. See system logs and 'systemctl status dhcpcd@eth0.service'  for details

Running

sudo systemctl status dhcpcd@eth0.service

produces the following:

dhcpcd@eth0.service - dhcpcd on eth0:
                   Loaded: loaded (/usr/lib/systemd/system/dhcpcd@.service; disabled)
                   Active:   inactive (dead)
                   CGroup: name=systemd:/system/dhcpcd@.service/eth0

Could someone help me troubleshoot?

Last edited by NlightNFotis (2012-11-29 17:20:21)


Google+ | Github

Hacking: Those who can...do. Those who can't...complain.

Offline

#2 2012-11-29 17:01:27

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

Re: [SOLVED]Network interface loading failed using systemctl.

Do you have a pure systemd installation or are there still daemons running from /etc/rc.conf?

Offline

#3 2012-11-29 17:20:06

NlightNFotis
Member
From: Greece
Registered: 2012-09-30
Posts: 20
Website

Re: [SOLVED]Network interface loading failed using systemctl.

MadTux wrote:

Do you have a pure systemd installation or are there still daemons running from /etc/rc.conf?

I have a pure systemd installation.


Google+ | Github

Hacking: Those who can...do. Those who can't...complain.

Offline

#4 2012-11-29 17:21:29

NlightNFotis
Member
From: Greece
Registered: 2012-09-30
Posts: 20
Website

Re: [SOLVED]Network interface loading failed using systemctl.

I solved the problem.

Initially I run a

 sudo dhcpcd eth0

and got assigned an ip address. Then, i managed to get

 sudo systemctl start dhcpcd@eth0 

to run smile


Google+ | Github

Hacking: Those who can...do. Those who can't...complain.

Offline

Board footer

Powered by FluxBB