From root@catv-50635cb6.catv.broadband.hu  Tue Jul 18 13:38:31 2006
Return-Path: <root@catv-50635cb6.catv.broadband.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1C3C016A4DD
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Jul 2006 13:38:31 +0000 (UTC)
	(envelope-from root@catv-50635cb6.catv.broadband.hu)
Received: from catv-50635cb6.catv.broadband.hu (catv-50635cb6.catv.broadband.hu [80.99.92.182])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A69AA43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Jul 2006 13:38:30 +0000 (GMT)
	(envelope-from root@catv-50635cb6.catv.broadband.hu)
Received: by catv-50635cb6.catv.broadband.hu (Postfix, from userid 0)
	id ACD30289D90; Tue, 18 Jul 2006 15:38:29 +0200 (CEST)
Message-Id: <20060718133829.ACD30289D90@catv-50635cb6.catv.broadband.hu>
Date: Tue, 18 Jul 2006 15:38:29 +0200 (CEST)
From: Gabor Kovesdan <gabor@FreeBSD.org>
Reply-To: Gabor Kovesdan <gabor@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Gabor Kovesdan <gabor@t-hosting.hu>
Subject: [sysinstall] Hungarian ntp server doesn't work
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100482
>Category:       bin
>Synopsis:       [sysinstall] [patch] Hungarian ntp server doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 18 13:40:16 GMT 2006
>Closed-Date:    Mon Jul 24 20:42:36 GMT 2006
>Last-Modified:  Mon Jul 24 20:42:36 GMT 2006
>Originator:     Gabor Kovesdan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD spitfire 6.1-STABLE FreeBSD 6.1-STABLE #0: Sun Jul 2 19:31:12 CEST 2006 gabor@spitfire:/usr/src/sys/i386/compile/SPITFIRE i386

>Description:

The attached patch changes the Hungarian ntp server from time.kfki.hu to hu.pool.ntp.org,
which is reliable enough, while time.kfki.hu has been unreachable for a long time.

>How-To-Repeat:
>Fix:

--- menus.c.diff begins here ---
Index: menus.c
===================================================================
RCS file: /usr/cvs/src/usr.sbin/sysinstall/menus.c,v
retrieving revision 1.418
diff -u -r1.418 menus.c
--- menus.c	14 Apr 2006 18:18:43 -0000	1.418
+++ menus.c	18 Jul 2006 12:52:26 -0000
@@ -1679,9 +1679,9 @@
       { "Croatia #5",		"os.ntp.carnet.hr",
 	dmenuVarsCheck, dmenuSetVariables, NULL,
 	"ntpdate_enable=YES,ntpdate_flags=os.ntp.carnet.hr" },
-      { "Hungary",		"time.kfki.hu",
+      { "Hungary",		"hu.pool.ntp.org",
 	dmenuVarsCheck, dmenuSetVariables, NULL,
-	"ntpdate_enable=YES,ntpdate_flags=time.kfki.hu" },
+	"ntpdate_enable=YES,ntpdate_flags=hu.pool.ntp.org" },
       { "Indonesia",		"ntp.kim.lipi.go.id",
 	dmenuVarsCheck, dmenuSetVariables, NULL,
 	"ntpdate_enable=YES,ntpdate_flags=ntp.kim.lipi.go.id" },
--- menus.c.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: simon 
State-Changed-When: Mon Jul 24 20:36:58 UTC 2006 
State-Changed-Why:  
Close PR since the NTP server works.  The problem was that ntpdate (for 
some reason) prefer IPv6 over IPv4, and the submitter does not have IPv6 
connectivity, so ntpdate complained about no route to host.  Forcing 
IPv4 fixed (/worked around) the problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100482 
>Unformatted:
