Re: [arch-general] OpenNTPd not correcting time on boot

2013-08-08 Thread Joe Eaves
On 8 August 2013 14:33, Paul Gideon Dann wrote: > Regardless, I originally chose openntpd because it seemed easier to configure, > but I've since realised that's not really true. NTP itself is perfectly > simple, and definitely *is* very well supported. > > Paul That was my reasoning too. I thin

Re: [arch-general] OpenNTPd not correcting time on boot

2013-08-08 Thread Thomas Bächler
Am 03.07.2013 09:36, schrieb Maxime GAUDUIN: > I did not test this, but you may want to make it "want" > network-online.target instead of network.target. I don't think we have any services by default that make network-online.target function. The actual problem is that openntpd does not work prope

Re: [arch-general] OpenNTPd not correcting time on boot

2013-08-08 Thread Paul Gideon Dann
On Thursday 08 Aug 2013 13:49:26 Joe Eaves wrote: > OpenNTPd seems not to support that option, so it didn't work. > > I tried switching to NTP, which does support 'iburst', and now it all works > how I want it to. > > NTP fails as well if I don't include the 'iburst' option, so it seems odd > to

Re: [arch-general] Does leading slash matter in install scriptlets?

2013-08-08 Thread lolilolicon
On Wed, Aug 7, 2013 at 8:51 PM, Allan McRae wrote: > > Given it does not matter, there is no preference (at least from me). > Effectively true, but conceptually I think I would prefer an explicit slash, which does not rely on the implicit $PWD == /. Take again the example from my original email,

Re: [arch-general] remote poweroff with systemd

2013-08-08 Thread Fons Adriaensen
On Wed, Aug 07, 2013 at 04:34:41PM +0200, Tom Gundersen wrote: > If you use /bin/init (which is a symlink to systemctl) it is > synchronous, but if you change runlevel via the compatibility > /dev/initctl it is asynchronous. I couldn't find that we ship the > telinit binary in Arch, so don't know

Re: [arch-general] OpenNTPd not correcting time on boot

2013-08-08 Thread Joe Eaves
On 7 August 2013 15:49, Sébastien Luttringer wrote: > Try to add iburst. > > I have something like that: > pool europe.pool.ntp.org iburst > > Cheers, > Hi, OpenNTPd seems not to support that option, so it didn't work. I tried switching to NTP, which does support 'iburst', and now it all works

Re: [arch-general] remote poweroff with systemd

2013-08-08 Thread Daniel Albers
On 05.08.2013 20:39, Fons Adriaensen wrote: ssh -t remote1 "sudo telinit 0" etc. This shuts down the first one OK, but then the script hangs. Apparently the ssh connection isn't closed cleanly. Additionally to the approach you took or the ones proposed by others, using ssh -o TCPKeepAlive=ye