Re: [arch-general] Final step before changing to systemd

2012-10-16 Thread Dave Reisner
On Tue, Oct 16, 2012 at 11:10:21AM +0200, Thomas Bächler wrote: > Am 16.10.2012 03:56, schrieb Martín Cigorraga: > > On Mon, Oct 15, 2012 at 10:50 PM, Gaetan Bisson wrote: > > > >> [2012-10-15 22:25:58 -0300] Martín Cigorraga: > >>> Basically I need to know how to handle these daemons: > >>> hwclo

Re: [arch-general] Final step before changing to systemd

2012-10-16 Thread Martín Cigorraga
On Tue, Oct 16, 2012 at 6:10 AM, Thomas Bächler wrote: > Am 16.10.2012 03:56, schrieb Martín Cigorraga: > > On Mon, Oct 15, 2012 at 10:50 PM, Gaetan Bisson >wrote: > > > >> [2012-10-15 22:25:58 -0300] Martín Cigorraga: > >>> Basically I need to know how to handle these daemons: > >>> hwclock > >>

Re: [arch-general] Final step before changing to systemd

2012-10-16 Thread Thomas Bächler
Am 16.10.2012 03:56, schrieb Martín Cigorraga: > On Mon, Oct 15, 2012 at 10:50 PM, Gaetan Bisson wrote: > >> [2012-10-15 22:25:58 -0300] Martín Cigorraga: >>> Basically I need to know how to handle these daemons: >>> hwclock >> >> Ditch it. Use NTP instead: I think systemd does hwclock handling i

Re: [arch-general] Final step before changing to systemd

2012-10-15 Thread Martín Cigorraga
> > > I have no idea but I found this nifty page for you: > > > https://wiki.archlinux.org/index.php/Systemd#Remote_filesystem_mounts > > "Systemd automatically makes sure that remote filesystem mounts > like NFS or Samba are only started after the network has been > set up.

Re: [arch-general] Final step before changing to systemd

2012-10-15 Thread Gaetan Bisson
[2012-10-15 22:56:26 -0300] Martín Cigorraga: > On Mon, Oct 15, 2012 at 10:50 PM, Gaetan Bisson wrote: > > > Well, do you actually have network filesystems you wish to mount? > > Yes I do, I have several NFS4 shares in my household network but I'm > looking forward > to implement Avahi/Zeroconf i

Re: [arch-general] Final step before changing to systemd

2012-10-15 Thread Martín Cigorraga
On Mon, Oct 15, 2012 at 10:50 PM, Gaetan Bisson wrote: > [2012-10-15 22:25:58 -0300] Martín Cigorraga: > > Basically I need to know how to handle these daemons: > > hwclock > > Ditch it. Use NTP instead: > > sudo pacman -Syu ntp > systemctl start ntpd.service > > > dbus > > Do noth

Re: [arch-general] Final step before changing to systemd

2012-10-15 Thread Gaetan Bisson
[2012-10-15 22:25:58 -0300] Martín Cigorraga: > Basically I need to know how to handle these daemons: > hwclock Ditch it. Use NTP instead: sudo pacman -Syu ntp systemctl start ntpd.service > dbus Do nothing. It will be automatically pulled by services that need it. > netfs Wel

[arch-general] Final step before changing to systemd

2012-10-15 Thread Martín Cigorraga
Hi all :) I have almost everything in place to jump to systemd and I hope to make the transition after reading your responses here. Basically I need to know how to handle these daemons: hwclock dbus netfs As today I still have them in the rc.conf DAEMONS field but I was unable to find a way to enab