From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 14:44:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F3C41065676 for ; Thu, 18 Sep 2008 14:44:48 +0000 (UTC) (envelope-from trashy_bumper@yahoo.com) Received: from web110515.mail.gq1.yahoo.com (web110515.mail.gq1.yahoo.com [67.195.8.120]) by mx1.freebsd.org (Postfix) with SMTP id 4F2448FC1C for ; Thu, 18 Sep 2008 14:44:41 +0000 (UTC) (envelope-from trashy_bumper@yahoo.com) Received: (qmail 17718 invoked by uid 60001); 18 Sep 2008 14:44:40 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type:Message-ID; b=a7yYSig0G3uv0Ffyl6Di6yM6cR9n9m5IgwEZbQfwUiRok8vUVEUkNnjgHp6mPUDQXxdOnb3FQHIoEcYqEG38iOrgo3z8+z5l+gbDj7OHB2Fr2FnNeC2VNKNQP25L7TbCam2yQXyKn19m2THLGWiMqzQ99bJgV+tH/gqv4o/GzAc=; X-YMail-OSG: UI_OB9EVM1l5nwgO5KQmN_7djQ06uqZhXXwR6Irrw1C_gfEy2rNaL4N4Rol6avjPg4MlkRf4tLfljWkE7x4nukGgI41pYYM1K8KBFTBfR3nMpSeroI8Ergznz2b3V4tVhkEYYw-- Received: from [77.122.205.244] by web110515.mail.gq1.yahoo.com via HTTP; Thu, 18 Sep 2008 07:44:40 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Thu, 18 Sep 2008 07:44:40 -0700 (PDT) From: Nash Nipples To: freebsd-questions@freebsd.org In-Reply-To: <48D26310.2060606@eskk.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <729756.16851.qm@web110515.mail.gq1.yahoo.com> Subject: Re: NTP on 7.1 BETA amd64 odd behaviour X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: trashy_bumper@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2008 14:44:48 -0000 thanks for the new /etc/rc.d/ntpd ... > rc_flags="-c ${ntpd_config} ${ntpd_flags}" ... what we can learn from it is that on 7.1 BETA your rc.conf.local file should look like this ntpd_config="/etc/ntpd.conf" ntpd_flags="-p /var/run/ntpd.pid" hope that explains Nash