Michael Przysucha wrote:
How to tell "ntpdate" which server it should use? I tried to add the line "server 192.53.103.103" to ntp.conf and then reload. But it picks a new server each time it runs.
I think you have to change the line
NTPSERVERS="pool.ntp.org"
in the file
/etc/default/ntpdate
(/etc/ntp.conf belongs to package ntp-server)
HTH
Florian
P.S. You can use "dpkg -L package" to list all files belonging to a
given package and "dpkg -S filename" to find out which package a certain
file belongs to. This helps figuring out which config file is relevant
if this information is not given in the man pages.
P.P.S. The package dlocate finds out the same things much faster.