Difference between revisions of "NTPD"
Line 9: | Line 9: | ||
− | === 1. Update | + | === 1. Update List of Available Packages === |
{{NotePre|text= root@iplog:~# opkg update | {{NotePre|text= root@iplog:~# opkg update | ||
}} | }} | ||
Line 20: | Line 20: | ||
− | === 2. Upgrade | + | === 2. Upgrade Installed Packages === |
{{NotePre|text= root@iplog:~# opkg upgrade | {{NotePre|text= root@iplog:~# opkg upgrade | ||
}} | }} | ||
− | === 3. Install NTPD | + | === 3. Install NTPD Package === |
{{NotePre|text= root@iplog:~# opkg install ntpd | {{NotePre|text= root@iplog:~# opkg install ntpd | ||
}} | }} |
Revision as of 08:28, 1 August 2019
This page is being temporarily revised with the newest updates.
Contents
NTPD (Network Time Protokol Daemon)
Description
The NTPD program is an operating-system daemon that sets and maintains a computer system's system time in synchronization with Internet-standard time servers. It is a complete implementation of the Network Time Protocol (NTP) version 4, but retains compatibility with versions 1, 2, and 3 as defined by RFC 1059, RFC 1119, and RFC 1305, respectively. ntpd performs most computations in 64-bit floating point arithmetic and uses 64-bit fixed point operations only when necessary to preserve the ultimate precision, about 232 picoseconds. While ordinary workstations and networks cannot achieve the ultimate precision as of 2015, future processors and networks may require it.
NTPD Installation
To install NTPD package simply use the following commands:
1. Update List of Available Packages
root@iplog:~# opkg update
Example of update process:
Downloading http://www.iplog.eu/opkg/base/Packages.gz. Updated source 'base'. Downloading http://www.iplog.eu/opkg/firmware/Packages.gz. Updated source 'firmware'.
2. Upgrade Installed Packages
root@iplog:~# opkg upgrade
3. Install NTPD Package
root@iplog:~# opkg install ntpd
Example of package installing:
Installing ntpd (4.2.8p9-9671.212083251) on root. Downloading http://www.iplog.eu/opkg/base/ntpd_4.2.8p9-9671.212083251_all.ipk. Configuring ntpd.