From owner-freebsd-questions@FreeBSD.ORG Thu Sep 18 13:09:39 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 214571065676 for ; Thu, 18 Sep 2008 13:09:39 +0000 (UTC) (envelope-from trashy_bumper@yahoo.com) Received: from web110514.mail.gq1.yahoo.com (web110514.mail.gq1.yahoo.com [67.195.8.119]) by mx1.freebsd.org (Postfix) with SMTP id D4B458FC14 for ; Thu, 18 Sep 2008 13:09:38 +0000 (UTC) (envelope-from trashy_bumper@yahoo.com) Received: (qmail 29110 invoked by uid 60001); 18 Sep 2008 13:09:38 -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=pPSXXEMBVkW6ezu5XHeKlPn/kIRwwclbmoRkffNv4ACsBASqQEkfb1Z/ciNLtQskCmL+oszbsxN7CLL98Aw0tyGwSNQnfTg5MDrIHmdDnjmJchFS7i1CvA9cjCsI2ImPExxc/AYv9NLjcWdHQSmLYWQGM207sg0plDi72f1qcH4=; X-YMail-OSG: OVlPW8kVM1nL0wB_GVk8DQFeH.u.KWyi_XrZ2kAcrYzTRnnqp_61q3BAWgTrzEXzh2ESMj6FAECuAoQPLaEub.mV6FAwtgAT5og5ergN4xN2PhvzBAXPn0qWsQqd2Dpm8Mheew-- Received: from [77.122.205.244] by web110514.mail.gq1.yahoo.com via HTTP; Thu, 18 Sep 2008 06:09:38 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Thu, 18 Sep 2008 06:09:38 -0700 (PDT) From: Nash Nipples To: freebsd-questions@freebsd.org In-Reply-To: <48D2510A.6090203@eskk.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <364347.28606.qm@web110514.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 13:09:39 -0000 > ----------------------------------------------------- > > If I comment out the > > ntpd_flags="-c /etc/ntp.conf -p > /var/run/ntpd.pid" > > line. > > ntp starts without any error. > > Should I accept this or is something wrong? > > Thanks > /Leslie Looks like it wants only one parameter as a flag in rc.conf.local You can try to change it to just ntpd_flags="-p /var/run/ntpd.pid" If you look through the code in /etc/rc.d/ntpd file it might become more clear to you.