|
Work Around
|
Download and compile the source from http://www.ntp.org/
Build as follows in the top-level source directory:
./configure
make
make install
The daemon installs in /usr/local/bin/ntpd
It needs a init.d script or a SMF service to start automatically.
The old Solaris NTP 3 daemon must be disabled (/usr/lib/inet/xntpd, svc:/network/ntp:default)
To start, type something like:
/usr/local/bin/ntpd -g -q -c /etc/inet/ntp.conf
priocntl -e -c RT /usr/local/bin/ntpd -c /etc/inet/ntp.conf
Unsupported, pre-built third-party packages for NTP 4 are available from a few locations.
|