Re: [arch-general] Beginner's Guide: Disable dhcpd service before setting static ip

2013-04-09 Thread Rodrigo Rivas
On Tue, Apr 9, 2013 at 3:01 AM, Siddhartha Sahu sh.siddhar...@gmail.comwrote:

 yes it should be `systemctl stop dhcpcd.service`. I had typed the earlier
 one from memory.


That stops the service all right, but it doesn't disable it. On next boot
it will be started again.
What you probably want is to stop *and* disable:

# systemctl stop dhcpcd.service
# systemctl disable dhcpcd.service

--
Rodrigo


Re: [arch-general] Beginner's Guide: Disable dhcpd service before setting static ip

2013-04-09 Thread Alexandre Medeiros
On 9 April 2013 05:31, Rodrigo Rivas rodrigorivasco...@gmail.com wrote:
 That stops the service all right, but it doesn't disable it. On next boot
 it will be started again.
 What you probably want is to stop *and* disable:

He is talking about the dhcpcd service on the install image, so
disable wouldn't be very useful.

--
Alexandre Medeiros


Re: [arch-general] Beginner's Guide: Disable dhcpd service before setting static ip

2013-04-09 Thread Bruno Widmann
On Tue, Apr 9, 2013 at 10:31 AM, Rodrigo Rivas
rodrigorivasco...@gmail.comwrote:


 What you probably want is to stop *and* disable:


No, the Beginners-Guide section at issue here is about getting the Network
going when initialy booting into the Arch installation environment.

At that point, the user still outside the chroot. There is a separate
section further down below in the guide which deals with making network
config persistent while chrooted inside the newly installed system.

-- 
Bruno


Re: [arch-general] Beginner's Guide: Disable dhcpd service before setting static ip

2013-04-08 Thread Tobias Groß
Hey,

Siddhartha Sahu sh.siddhar...@gmail.com wrote:

Wanted to confirm if I am right. Can I edit the wiki to include the
instruction:
'systemctl stop dhcpd.service' in the beginning of the Wired section?

don't you mean 'systemctl stop dhcpcd.service'? The dhcpd is the dhcp server, 
dhcpcd the client.

--
toerb


Re: [arch-general] Beginner's Guide: Disable dhcpd service before setting static ip

2013-04-08 Thread Siddhartha Sahu
Hi Tobias,

On Mon, Apr 8, 2013 at 11:25 PM, Tobias Groß toerbna...@jedirat.org wrote:

 don't you mean 'systemctl stop dhcpcd.service'? The dhcpd is the dhcp
server, dhcpcd the client.


yes it should be `systemctl stop dhcpcd.service`. I had typed the earlier
one from memory.


--
Siddhartha Sahu