Difference between revisions of "Package:Ntp"

From Funtoo
Jump to navigation Jump to search
m
m (hw clock info from gentoo)
Line 12: Line 12:
=== Configuration ===
=== Configuration ===
==== Client ====
==== Client ====
===== Hardware Clock =====
To write your NTP sync time to the hardware at shutdown, and read hw clock at start.
{{console|body=
###i## echo 'clock_hctosys="YES"' >> /etc/conf.d/hwclock
###i## echo 'clock_hctosys="YES"' >> /etc/conf.d/hwclock
###i## rc-service hwclock restart
###i## rc-update add hwclock boot
}}


==== Server ====
==== Server ====

Revision as of 10:04, January 6, 2015

Ntp

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


Installation

root # emerge net-misc/ntp

Configuration

Client

Hardware Clock

To write your NTP sync time to the hardware at shutdown, and read hw clock at start.

root # echo 'clock_hctosys="YES"' >> /etc/conf.d/hwclock
root # echo 'clock_hctosys="YES"' >> /etc/conf.d/hwclock
root # rc-service hwclock restart
root # rc-update add hwclock boot

Server

Runtime

root # rc-update add ntpd
root # rc-update add ntp-client
root # rc