Re: [PATCH 1/1] services: ntpd: Make large clock adjustments if necessary.

2016-10-20 Thread Ludovic Courtès
Leo Famulari skribis: > On Wed, Oct 19, 2016 at 10:49:32PM +0200, Ludovic Courtès wrote: >> diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm >> index 7495179..ce281c5 100644 >> --- a/gnu/services/networking.scm >> +++ b/gnu/services/networking.scm >> @@ -265,11 +265,13 @@ Pr

Re: [PATCH 1/1] services: ntpd: Make large clock adjustments if necessary.

2016-10-19 Thread Leo Famulari
On Wed, Oct 19, 2016 at 10:49:32PM +0200, Ludovic Courtès wrote: > diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm > index 7495179..ce281c5 100644 > --- a/gnu/services/networking.scm > +++ b/gnu/services/networking.scm > @@ -265,11 +265,13 @@ Protocol (DHCP) client, on all th

Re: [PATCH 1/1] services: ntpd: Make large clock adjustments if necessary.

2016-10-19 Thread Ludovic Courtès
Leo Famulari skribis: > On Thu, Oct 13, 2016 at 07:06:50AM +0200, John Darrington wrote: >> I think that this should be a configuration item in the service, so that the >> user can decide whether to have it or not. I don't think we should force it >> on the user. Some applications break if the

Re: [PATCH 1/1] services: ntpd: Make large clock adjustments if necessary.

2016-10-13 Thread Leo Famulari
On Thu, Oct 13, 2016 at 07:06:50AM +0200, John Darrington wrote: > I think that this should be a configuration item in the service, so that the > user can decide whether to have it or not. I don't think we should force it > on the user. Some applications break if the clock makes large jumps. I

Re: [PATCH 1/1] services: ntpd: Make large clock adjustments if necessary.

2016-10-12 Thread John Darrington
I think that this should be a configuration item in the service, so that the user can decide whether to have it or not. I don't think we should force it on the user. Some applications break if the clock makes large jumps. The ntpd authors decided that the default behaviour is not to make large

[PATCH 1/1] services: ntpd: Make large clock adjustments if necessary.

2016-10-12 Thread Leo Famulari
If the system clock is more than 1000 seconds off, ntpd will exit without adjusting the clock. Reported by reepca on #guix. * gnu/services/networking.scm (ntp-shepherd-service): Pass '-g' when starting the NTP daemon. --- gnu/services/networking.scm | 2 +- 1 file changed, 1 insertion(+), 1 dele