ntp
.
Download version 3.5f
and install it, e.g. in /opt/
.
Stow appropriate links in /opt/bin
, /opt/etc
.
Then:
/opt/bin/ntpdate de.pool.ntp.org
/opt/etc/ntp.conf
must contain the entries:
server de.pool.ntp.org driftfile /var/ntp.drift # must be writable # tracefile /var/ntp.trace # must be writableA sample is
examples/xntp/ntp.conf
/opt/etc/init.d/xntp
to reflect the actual file paths, e.g.:
/opt/bin/xntpd -c /opt/etc/ntp.conf
/etc/rc
insert the function
xntpd_start () { /opt/etc/init.d/xntp start }and
xntpd_start
-lines in the "Actions" section.
xntpd
daemon should run.
/usr/contrib/bin/ntpdate de.pool.ntp.org
/usr/contrib/etc/ntp.conf
must contain the entries:
server de.pool.ntp.org driftfile /usr/contrib/etc/ntp.drift # must be writable # tracefile /usr/contrib/etc/ntp.trace # must be writableA sample is
/usr/contrib/etc/ntp.conf.samples
xntpd_start
-line in /etc/rc
?
/etc/environment
should define the correct time zone:
TZ=CET-1CED-2,M3.5.0,M10.5.0
/usr/sbin/ntpdate de.pool.ntp.org
/etc/ntp.conf
must contain the entries:
server de.pool.ntp.org driftfile /var/ntp.drift # must be writable # tracefile /var/ntp.trace # must be writableA sample is
/usr/newconfig/etc/ntp.conf
/etc/rc.config.d/netdaemons
enable XNTPD