From owner-freebsd-current@FreeBSD.ORG Sun Aug 24 22:02:52 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBAF41065670 for ; Sun, 24 Aug 2008 22:02:52 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mx1.freebsd.org (Postfix) with ESMTP id 8A14D8FC25 for ; Sun, 24 Aug 2008 22:02:52 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-20-z2.arcor-online.net (mail-in-20-z2.arcor-online.net [151.189.8.85]) by mail-in-08.arcor-online.net (Postfix) with ESMTP id E02CF27B354 for ; Mon, 25 Aug 2008 00:02:50 +0200 (CEST) Received: from mail-in-16.arcor-online.net (mail-in-16.arcor-online.net [151.189.21.56]) by mail-in-20-z2.arcor-online.net (Postfix) with ESMTP id D341C107ADE for ; Mon, 25 Aug 2008 00:02:50 +0200 (CEST) Received: from lorvorc.mips.inka.de (dslb-088-067-112-002.pools.arcor-ip.net [88.67.112.2]) by mail-in-16.arcor-online.net (Postfix) with ESMTP id BAA07236E46 for ; Mon, 25 Aug 2008 00:02:50 +0200 (CEST) Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.2/8.14.2) with ESMTP id m7OM2n2n086561 for ; Mon, 25 Aug 2008 00:02:49 +0200 (CEST) (envelope-from mailnull@lorvorc.mips.inka.de) Received: (from mailnull@localhost) by lorvorc.mips.inka.de (8.14.2/8.14.2/Submit) id m7OM2nhJ086560 for freebsd-current@freebsd.org; Mon, 25 Aug 2008 00:02:49 +0200 (CEST) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Sun, 24 Aug 2008 22:02:49 +0000 (UTC) Message-ID: References: <20080823224510.C7F36C3D@mx1.synetsystems.com> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-current@freebsd.org X-Virus-Scanned: ClamAV 0.93.3/8082/Sun Aug 24 18:40:03 2008 on mail-in-16.arcor-online.net X-Virus-Status: Clean Subject: Re: Weirdness with recently updated NTP on -current? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2008 22:02:52 -0000 We are using a wrong source file to build libntp. As a consequence, ntpd believes itself to be in a simulation and does not read the system time--not the best strategy for a timekeeping daemon. Index: libntp/Makefile =================================================================== RCS file: /home/ncvs/src/usr.sbin/ntp/libntp/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- libntp/Makefile 22 Aug 2008 16:00:48 -0000 1.11 +++ libntp/Makefile 24 Aug 2008 21:36:50 -0000 @@ -21,7 +21,7 @@ msutotsf.c msyslog.c netof.c ntp_rfc2553.c \ numtoa.c numtohost.c octtoint.c prettydate.c \ recvbuff.c refnumtoa.c snprintf.c socktoa.c \ - socktohost.c strstr.c systime_s.c statestr.c \ + socktohost.c strstr.c systime.c statestr.c \ strerror.c syssignal.c tsftomsu.c tstotv.c \ tvtoa.c tvtots.c uglydate.c uinttoa.c \ utvtoa.c ymd2yd.c -- Christian "naddy" Weisgerber naddy@mips.inka.de