Displaying 5 results from an estimated 5 matches for "ntp_misc".
Did you mean:
gtk_misc
2017 Feb 05
2
Chrony vd NTP
...can now be accomplished with ntpd, and ntpdate is threatened
> with depreciation/retirement. See the top of the ntpdate man page for
> more details.
>
The NTP configuration option you may be after is "tinker panic 0" which
allows NTP to make big jumps as often as required. See ntp_misc(5).
There is a related discussion with making VMs take big jumps at
https://www.centos.org/forums/viewtopic.php?f=16&t=61186&p=258254#p258254
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
De...
2017 Feb 05
0
Chrony vd NTP
...hed with ntpd, and ntpdate is threatened
>> with depreciation/retirement. See the top of the ntpdate man page for
>> more details.
>>
> The NTP configuration option you may be after is "tinker panic 0" which
> allows NTP to make big jumps as often as required. See ntp_misc(5).
> There is a related discussion with making VMs take big jumps at
> https://www.centos.org/forums/viewtopic.php?f=16&t=61186&p=258254#p258254
Thanks. I will look at this. All I was seeing was to use burst and
iburst, but they would not make the really big jump needed after boo...
2017 Feb 05
1
Chrony vd NTP
> Date: Sunday, February 05, 2017 10:26:05 -0500
> From: Robert Moskowitz <rgm at htt-consult.com>
>
> I have read:
> http://thegeekdiary.com/centos-rhel-7-chrony-vs-ntp-differences-bet
> ween-ntpd-and-chronyd/
>
> My server is up all the time and will serve time to internal
> systems (via DHCP options).
>
> Caveat is that my server is an armv7
2017 Feb 05
2
Chrony vd NTP
I have read:
http://thegeekdiary.com/centos-rhel-7-chrony-vs-ntp-differences-between-ntpd-and-chronyd/
My server is up all the time and will serve time to internal systems
(via DHCP options).
Caveat is that my server is an armv7 (Cubieboard2) which does not have
an RTC (no battery). So whenever the system boots, the time is ZERO
(Dec 31, 1969 or some such).
Chrony fixes this really fast;
2015 Mar 09
4
Problem with ntp
...em with ntpd daemon in my CentOS7 vm. When I try to list
peers, command fails:
[root at c7tst ntpstats]# ntpq
ntpq> pe
ntpq: read: Connection refused
ntpq>
My actual ntp.conf:
# For more information about this file, see the man pages
# ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5),
ntp_mon(5).
driftfile /var/lib/ntp/drift
# Permit time synchronization with our time source, but do not
# permit the source to query or modify the service on this system.
restrict default nomodify notrap nopeer noquery
# Permit all access over the loopback interface. This could
# be tighte...