From jilles@stack.nl  Thu May  5 13:15:36 2005
Return-Path: <jilles@stack.nl>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0D16D16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 May 2005 13:15:36 +0000 (GMT)
Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4BC9A43D67
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 May 2005 13:15:35 +0000 (GMT)
	(envelope-from jilles@stack.nl)
Received: from turtle.stack.nl (turtle.stack.nl [IPv6:2001:610:1108:5010::132])
	by mailhost.stack.nl (Postfix) with ESMTP id 57EC41F0AE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  5 May 2005 15:15:34 +0200 (CEST)
Received: by turtle.stack.nl (Postfix, from userid 1677)
	id 4A6A71CE96; Thu,  5 May 2005 15:15:34 +0200 (CEST)
Message-Id: <20050505131534.4A6A71CE96@turtle.stack.nl>
Date: Thu,  5 May 2005 15:15:34 +0200 (CEST)
From: Jilles Tjoelker <jilles@stack.nl>
Reply-To: Jilles Tjoelker <jilles@stack.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] sysinstall Netherlands ntp servers wrong
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         80659
>Category:       bin
>Synopsis:       [PATCH] sysinstall Netherlands ntp servers wrong
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jhb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 05 13:20:02 GMT 2005
>Closed-Date:    Wed Jun 01 14:12:46 GMT 2005
>Last-Modified:  Wed Jun 01 14:12:46 GMT 2005
>Originator:     Jilles Tjoelker
>Release:        FreeBSD 5.3-RELEASE-p9 i386
>Organization:
Eindhoven University of Technology
>Environment:
System: FreeBSD turtle.stack.nl 5.3-RELEASE-p9 FreeBSD 5.3-RELEASE-p9 #8: Fri Apr 15 12:46:13 CEST 2005 root@snail.stack.nl:/usr/obj/usr/src/sys/SNAIL i386


>Description:
theinternetone's NTP servers, which sysinstall's list contains under "The
Netherlands", do not appear to work anymore.
>How-To-Repeat:
(from a zonnet/versatel adsl connection)
# ntpdate ntp1.theinternetone.net
Looking for host ntp1.theinternetone.net and service ntp
host found : ntp1.theinternetone.net
<<delay>>
 5 May 15:11:45 ntpdate[1143]: no server suitable for synchronization found

>Fix:
I propose replacing them with NLnet's servers (ntp[012].nl.net). They
have been running them since 1993.

--- sysinstall-nlntp.patch begins here ---
--- src/usr.sbin/sysinstall/menus.c.orig	Fri Apr  1 22:19:30 2005
+++ src/usr.sbin/sysinstall/menus.c	Thu May  5 15:03:36 2005
@@ -1670,15 +1670,15 @@
       { "Nigeria",		"ntp.supernet300.com",
 	dmenuVarsCheck, dmenuSetVariables, NULL,
 	"ntpdate_enable=YES,ntpdate_flags=ntp.supernet300.com" },
-      { "Netherlands",		"ntp1.theinternetone.net",
+      { "Netherlands",		"ntp0.nl.net",
 	dmenuVarsCheck, dmenuSetVariables, NULL,
-	"ntpdate_enable=YES,ntpdate_flags=ntp1.theinternetone.net" },
-      { "Netherlands #2",	"ntp2.theinternetone.net",
+	"ntpdate_enable=YES,ntpdate_flags=ntp0.nl.net" },
+      { "Netherlands #2",	"ntp1.nl.net",
 	dmenuVarsCheck, dmenuSetVariables, NULL,
-	"ntpdate_enable=YES,ntpdate_flags=ntp2.theinternetone.net" },
-      { "Netherlands #3",	"ntp3.theinternetone.net",
+	"ntpdate_enable=YES,ntpdate_flags=ntp1.nl.net" },
+      { "Netherlands #3",	"ntp2.nl.net",
 	dmenuVarsCheck, dmenuSetVariables, NULL,
-	"ntpdate_enable=YES,ntpdate_flags=ntp3.theinternetone.net" },
+	"ntpdate_enable=YES,ntpdate_flags=ntp2.nl.net" },
       { "Norway",		"fartein.ifi.uio.no",
 	dmenuVarsCheck,	dmenuSetVariables, NULL, 
 	"ntpdate_enable=YES,ntpdate_flags=fartein.ifi.uio.no" },
--- sysinstall-nlntp.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-qa 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Thu May 5 18:33:53 GMT 2005 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80659 
State-Changed-From-To: open->patched 
State-Changed-By: jhb 
State-Changed-When: Fri May 6 19:14:53 GMT 2005 
State-Changed-Why:  
Fixed in HEAD, thanks.  I'll see if I can't squeeze this into 5.4. 


Responsible-Changed-From-To: freebsd-qa->jhb 
Responsible-Changed-By: jhb 
Responsible-Changed-When: Fri May 6 19:14:53 GMT 2005 
Responsible-Changed-Why:  
Fixed in HEAD, thanks.  I'll see if I can't squeeze this into 5.4. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80659 
State-Changed-From-To: patched->closed 
State-Changed-By: jhb 
State-Changed-When: Wed Jun 1 14:12:31 GMT 2005 
State-Changed-Why:  
Patch committed to 5-stable. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80659 
>Unformatted:
 also in 5.4 and 6.0
