unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 27759@debbugs.gnu.org
Subject: bug#27759: NTP pool vendor zone
Date: Sat, 29 Jul 2017 22:43:22 -0400	[thread overview]
Message-ID: <20170730024322.GA32565@jasmine.lan> (raw)
In-Reply-To: <20170720185914.GA18030@jasmine.lan>


[-- Attachment #1.1: Type: text/plain, Size: 918 bytes --]

On Thu, Jul 20, 2017 at 02:59:14PM -0400, Leo Famulari wrote:
> On Wed, Jul 19, 2017 at 10:40:20PM +0200, Ludovic Courtès wrote:
> > Leo Famulari <leo@famulari.name> skribis:
> > > They recommend we apply for a vendor zone instead [2]. We would not have
> > > to run our own NTP servers.
> > >
> > > Does anyone know if GNU or the FSF have a vendor zone we could use?
> > > Otherwise, we should apply for one and adjust our ntp-service.
> > 
> > Apparently 1.gnu.pool.ntp.org does not exist, so I suppose we can apply
> > for one.
> > 
> > I’ll email the GNU maintainer list to let them know and double-check.
> 
> Based on that discussion, I've applied for guix.pool.ntp.org.

The DNS for {0,1,2,3}.guix.pool.ntp.org is live, and the attached patch
is working for me.

I think we should document that I am the administrative contact for the
"zone". Any suggestions for where to document that?

[-- Attachment #1.2: 0001-services-ntp-Use-the-NTP-pool-via-the-guix-zone.patch --]
[-- Type: text/plain, Size: 937 bytes --]

From e8fd9d703dba134dab7f008951e68d11d3d2ca21 Mon Sep 17 00:00:00 2001
From: Leo Famulari <leo@famulari.name>
Date: Sat, 29 Jul 2017 20:43:40 -0400
Subject: [PATCH] services: ntp: Use the NTP pool via the 'guix' zone.

* gnu/services/networking.scm (%ntp-servers): Use *.guix.pool.ntp.org.
---
 gnu/services/networking.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index c38158189..b52af69b4 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -335,9 +335,10 @@ Protocol (DHCP) client, on all the non-loopback network interfaces."
 
 (define %ntp-servers
   ;; Default set of NTP servers.
-  '("0.pool.ntp.org"
-    "1.pool.ntp.org"
-    "2.pool.ntp.org"))
+  '("0.guix.pool.ntp.org"
+    "1.guix.pool.ntp.org"
+    "2.guix.pool.ntp.org"
+    "3.guix.pool.ntp.org"))
 
 \f
 ;;;
-- 
2.13.3


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2017-07-30  2:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-18 21:42 bug#27759: NTP pool vendor zone Leo Famulari
2017-07-19 20:40 ` Ludovic Courtès
2017-07-20 18:59   ` Leo Famulari
2017-07-30  2:43     ` Leo Famulari [this message]
2017-07-30 12:36       ` Ludovic Courtès
2017-07-31  0:28         ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170730024322.GA32565@jasmine.lan \
    --to=leo@famulari.name \
    --cc=27759@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).