Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2013 02:30:01 GMT
From:      John Marshall <john.marshall@riverwillow.com.au>
To:        freebsd-rc@FreeBSD.org
Subject:   Re: conf/177089: ntpd startup script does not work well
Message-ID:  <201303250230.r2P2U1Ff008728@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/177089; it has been noted by GNATS.

From: John Marshall <john.marshall@riverwillow.com.au>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/177089: ntpd startup script does not work well
Date: Mon, 25 Mar 2013 13:28:19 +1100

 [fowarded message - forgot to add bug-followup@ to the Cc: list]
 
 Date: Mon, 25 Mar 2013 12:27:41 +1100
 From: John Marshall <john.marshall@riverwillow.com.au>
 To: Maurizio Giunti <giunti@mgshareware.com>
 Cc: freebsd-bugs@FreeBSD.org, freebsd-rc@FreeBSD.org
 Subject: Re: conf/177089: ntpd startup script does not work well
 User-Agent: Mutt/1.5.21 (2010-09-15)
 
 > Calling /etc/rc.d/ntpd stop issue an error "ntpd not running? (check /var/run/ntpd.pid)." but ntpd is active!
 
 Please check to see if you have set ntpd_flags in your /etc/rc.conf.
 Note the default contents of this variable in /etc/defaults/rc.conf
 
   ntpd_flags="-p /var/run/ntpd.pid -f /var/db/ntpd.drift"
 
 If you define ntpd_flags in your /etc/rc.conf, you override the default
 ntpd_flags.  In order to retain the expected behaviour of the rc script,
 you need to include the default ntpd_flags in your modified variable.
 So, if you want to pass other flags to ntpd, then you would put this in
 your /etc/rc.conf
 
   ntpd_flags="<other flags> -p /var/run/ntpd.pid -f /var/db/ntpd.drift"
 
 Please let us know if this solves your problem so that the PR can be
 closed.
 
 -- 
 John Marshall



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303250230.r2P2U1Ff008728>