xntpd running twice
Hi,
I have a probably small problem, we have changed the ntp configuration on the Solaris 10 Server and now there are two xntpd running:
I have a probably small problem, we have changed the ntp configuration on the Solaris 10 Server and now there are two xntpd running:
s10server:/etc/rc2.d#ps -efl | grep ntpThis ist the ntp.conf :
0 S root 15758 12775 0 50 20 ? 202 ? 15:48:59 pts/2 0:00 grep ntp
0 S root 14710 1 0 0 RT ? 369 ? 15:39:25 ? 0:01 /usr/lib/inet/xntpd
0 S root 14711 14710 0 0 RT ? 377 ? 15:39:26 ? 0:00 /usr/lib/inet/xntpd
restrict default ignoreWe run the service with svcs:
server timer prefer
driftfile /var/ntp/ntp.drift
statsdir /var/ntp/ntpstats
logfile /var/ntp/ntp.log
filegen peerstats file peerstats type day enable
filegen loopstats file loopstats type day enable
filegen clockstats file clockstats type day enable
0