From owner-freebsd-stable@FreeBSD.ORG Fri Mar 31 12:15:53 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABE7C16A401 for ; Fri, 31 Mar 2006 12:15:53 +0000 (UTC) (envelope-from bsd@lordcow.org) Received: from smtp1.uct.ac.za (smtp1.uct.ac.za [137.158.128.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DA3C43D45 for ; Fri, 31 Mar 2006 12:15:40 +0000 (GMT) (envelope-from bsd@lordcow.org) Received: from anubis.uct.ac.za ([137.158.128.125]) by smtp1.uct.ac.za with esmtp (Exim 4.30; FreeBSD) id 1FPIXG-000P68-UC for stable@freebsd.org; Fri, 31 Mar 2006 14:15:26 +0200 Received: from lhc.phy.uct.ac.za ([137.158.37.93]) by anubis.uct.ac.za with esmtp (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FPIXG-000JQ4-KO for stable@freebsd.org; Fri, 31 Mar 2006 14:15:26 +0200 Received: from lordcow by lhc.phy.uct.ac.za with local (Exim 4.60) (envelope-from ) id 1FPIXH-0000TZ-KT for stable@freebsd.org; Fri, 31 Mar 2006 14:15:27 +0200 Date: Fri, 31 Mar 2006 14:15:27 +0200 From: gareth To: stable@freebsd.org Message-ID: <20060331121527.GA1692@lordcow.org> Mail-Followup-To: stable@freebsd.org References: <20060330155928.GA5245@lordcow.org> <20060330174759.E04C845083@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060330174759.E04C845083@ptavv.es.net> User-Agent: Mutt/1.5.11+cvs20060126 Cc: Subject: Re: ntpdate X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Mar 2006 12:15:53 -0000 On Thu 2006-03-30 (09:47), Kevin Oberman wrote: > You can fix this by specifying the IPv4 address (137.158.128.11) in > ntp.conf. I have been told that queries may be limited to IPv4 in > ntp.conf, but the man page does not indicate this and I have not had > time to dig into the sources. hah, that did the trick, thanx ;) ps. i went back and changed 'sock' in /usr/src/contrib/ntp/ntpdate/ntpdate.c from '-1' back to '0', recompiled, and yea changing 'sock' doesn't make any difference (in this respect).