You are not logged in.

#1 2012-10-03 22:47:18

whoop
Member
Registered: 2009-05-28
Posts: 101

[SOLVED]systemd migration

This should be in the wiki (but I could not find it)...
How does one migrate:

#partial /etc/rc.conf
DAEMONS=( ... @network ...)

Last edited by whoop (2012-10-03 23:33:06)

Offline

#2 2012-10-03 22:48:48

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: [SOLVED]systemd migration


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2012-10-03 22:49:12

headkase
Member
Registered: 2011-12-06
Posts: 1,976

Re: [SOLVED]systemd migration

https://wiki.archlinux.org/index.php/Sy … ith_dhcpcd

For the network daemon.  Enable it with your interface, e.g. eth0

Offline

#4 2012-10-03 22:52:27

whoop
Member
Registered: 2009-05-28
Posts: 101

Re: [SOLVED]systemd migration

Possibly, but I see stuff for dhcp, which I am not using; netcfg, which I am not using (if I am not mistaken) and Networkmanaget, which I am not using...

Or maybe I am missing something

Offline

#5 2012-10-03 22:53:22

whoop
Member
Registered: 2009-05-28
Posts: 101

Re: [SOLVED]systemd migration

do I just do:

 systemctl start eth0.service

Offline

#6 2012-10-03 22:55:56

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: [SOLVED]systemd migration

Erm .... Network in rc.conf *is* dhcp ... isn't it??

If you have a static configuration, that is linked in the second part.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#7 2012-10-03 22:59:57

whoop
Member
Registered: 2009-05-28
Posts: 101

Re: [SOLVED]systemd migration

I am using static ip address without using netcfg or networkmanager...
So does this mean I have to move to netcfg or something?

Offline

#8 2012-10-03 23:03:01

headkase
Member
Registered: 2011-12-06
Posts: 1,976

Re: [SOLVED]systemd migration

Look again on the linked page:

"If you need a static Ethernet configuration, but don't want to use netcfg, there is a custom service file available on the Systemd/Services page."

There are links when you go there.

Edit: copy the linked service file into where it says to go, put your information into it, and enable that.

Last edited by headkase (2012-10-03 23:04:39)

Offline

#9 2012-10-03 23:04:37

whoop
Member
Registered: 2009-05-28
Posts: 101

Re: [SOLVED]systemd migration

Sheesh, totally overlooked that...

Offline

Board footer

Powered by FluxBB