Forum archive
Maddening time server/tklbam issue
So I've been eager to try tklbam for the past few years but have been unable to get it to work on our network.
I get the meesage:
> tklbam-backup
##########################
## FIXCLOCK HOOK FAILED ##
##########################
Amazon S3 and Duplicity need a UTC synchronized clock so we invoked the
following command::
ntpdate -u pool.ntp.org
Unfortunately, something went wrong...
3 Dec 16:12:59 ntpdate[4120]: no server suitable for synchronization found
_____________________________________________________________________________________
It appears that the problem has to do with my office's access control list (firewall). Port 123 is open but I think the problem seems to stem from the fact that the request goes out to a "pool" of IP addresses and I can't predect where it's coming back from.... Possibly?
Does anyone know how I would open an ACL for this to work? Opening UDP port 123 is not fixing the problem.
I committed a fix to the hook error message so that it explains how to change pool.ntp.org to something else (e.g., the IP of a specific NTP server):
You can change the NTP server like this: export NTPSERVER=my.ntp-server.net tklbam-backupPS: sorry for the ridiculously late reply. This message fell between the cracks and I only came across it while searching for messages about TKLBAM hooks.