You are not logged in.

#1 2013-12-27 17:25:23

minimalm
Member
From: Juneau, AK
Registered: 2011-09-08
Posts: 23
Website

Network Configuration - Manual connection using systemd

Can someone verify that the following line in this section is correct?
https://wiki.archlinux.org/index.php/Ne … ng_systemd

--
Create a systemd unit file:

This line: >> /etc/systemd/system/network@.service
--

Should it be /etc/systemd/system/network@<adapter>.service?

I'm stuck here, I get:

Failed to issue method call: Unit network@eth0.service failed to load: No such file or directory.

Offline

#2 2013-12-27 17:30:26

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Network Configuration - Manual connection using systemd

See if /etc/systemd/system/network@<adapter>.service works. Indeed, /etc/systemd/system/network@.service doesn't look right.

Offline

#3 2013-12-27 17:39:19

minimalm
Member
From: Juneau, AK
Registered: 2011-09-08
Posts: 23
Website

Re: Network Configuration - Manual connection using systemd

ok,-- a new day solved the problem -- it does work as written.  I removed everything I did yesterday and started over, it actually acts like a wildcard for any interface as a prefix...  It just looks odd though, with the @ then a period.

Offline

#4 2014-12-01 21:41:20

rmundkowsky
Member
Registered: 2014-12-01
Posts: 1

Re: Network Configuration - Manual connection using systemd

I think I had a similar problem. Turns out that if you mis-spell the unit name then you get that error message.

For example this fails:

systemctl restart system-networkd

And this works (note the d was missing):

systemctl restart systemd-networkd

Offline

#5 2014-12-01 22:59:44

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Network Configuration - Manual connection using systemd


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB