From owner-freebsd-questions@FreeBSD.ORG Fri Sep 10 19:15:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A225A16A4CE for ; Fri, 10 Sep 2004 19:15:39 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C23243D55 for ; Fri, 10 Sep 2004 19:15:39 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i8AJFbho051507; Fri, 10 Sep 2004 14:15:37 -0500 (CDT) (envelope-from dan) Date: Fri, 10 Sep 2004 14:15:37 -0500 From: Dan Nelson To: Lowell Gilbert Message-ID: <20040910191537.GJ5008@dan.emsphone.com> References: <200409101942.51769.haimat@lame.at> <2301747004091010514a3271d@mail.gmail.com> <200409102000.52343.haimat@lame.at> <448ybiq6r7.fsf@be-well.ilk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <448ybiq6r7.fsf@be-well.ilk.org> X-OS: FreeBSD 5.3-BETA3 X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: "Matthias F. Brandstetter" cc: freebsd-questions@freebsd.org Subject: Re: how to update system time? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 19:15:39 -0000 In the last episode (Sep 10), Lowell Gilbert said: > "Matthias F. Brandstetter" writes: > > The computer _is_ able to reach the ntp server. > > See this example: > > > > [ 17:34 mx2@ebox ~ ] date > > Fri Sep 10 17:35:00 CEST 2004 > > [ 17:35 mx2@ebox ~ ] rdate time.fu-berlin.de > > Fri Sep 10 19:57:55 2004 > > [ 17:35 mx2@ebox ~ ] rdate -s time.fu-berlin.de > > [ 17:35 mx2@ebox ~ ] date > > Fri Sep 10 17:35:27 CEST 2004 > > [ 17:35 mx2@ebox ~ ] ntpdate time.fu-berlin.de > > 10 Sep 17:35:42 ntpdate[8708]: no server suitable for synchronization found > > [ 17:35 mx2@ebox ~ ] > > time.fu-berlin.de is not an ntp server, so that's a different problem > than rdate. Actually it is: $ ntptrace time.fu-berlin.de 130.133.1.10: stratum 1, offset 0.011233, synch distance 0.00153, refid 'GPS' Matthias, try running "ntpdate -d time.fu-berlin.de", which won't try to set the local clock but will print out some debugging info that might tell you why it coudln't fetch anything from the server. Maybe you have a firewall blocking incoming port 123 UDP traffic? -- Dan Nelson dnelson@allantgroup.com