From owner-freebsd-questions@FreeBSD.ORG Fri Sep 10 18:08:03 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 D9FC916A4CF for ; Fri, 10 Sep 2004 18:08:03 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87D6243D45 for ; Fri, 10 Sep 2004 18:08:03 +0000 (GMT) (envelope-from shantanoo@gmail.com) Received: by mproxy.gmail.com with SMTP id 79so253969rnk for ; Fri, 10 Sep 2004 11:07:59 -0700 (PDT) Received: by 10.38.70.50 with SMTP id s50mr911135rna; Fri, 10 Sep 2004 11:07:59 -0700 (PDT) Received: by 10.38.171.78 with HTTP; Fri, 10 Sep 2004 11:07:59 -0700 (PDT) Message-ID: <230174700409101107773b1832@mail.gmail.com> Date: Fri, 10 Sep 2004 23:37:59 +0530 From: Shantanoo To: "Matthias F. Brandstetter" In-Reply-To: <200409102000.52343.haimat@lame.at> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200409101942.51769.haimat@lame.at> <2301747004091010514a3271d@mail.gmail.com> <200409102000.52343.haimat@lame.at> 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 Reply-To: Shantanoo List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Sep 2004 18:08:04 -0000 On Fri, 10 Sep 2004 20:00:52 +0200, Matthias F. Brandstetter wrote: > ---------- quoting Shantanoo ---------- > > Is the computer properly networked? can it ping yahoo.com? > > Yeah it is properly networked. I am connected via SSH now. > And of course I can ping yahoo.com and other sites. > > > the computer is not able to reach the ntp server. try pool.ntp.org > > 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 ~ ] > > I really wonder why system time isn't set, because as said I use the rdate > tool on another FreeBSD machine and the same time server w/o any > problems... > > Any other ideas? Try: ntpdate -t 30 pool.ntp.org Regrads, Shantanoo