"J S" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> I am trying to configure NTP client on a machine but observing > unusual log. [...] > addto_syslog: bind() fd 3, family 2, port 123, addr 0.0.0.0, > in_classd=0 flags=8 fails: Permission denied > addto_syslog: bind() fd 3, family 2, port 123, addr 127.0.0.1, > in_classd=0 flags=0 fails: Permission denied > addto_syslog: bind() fd 3, family 2, port 123, addr 131.179.112.70, > in_classd=0 > flags=8 fails: Permission denied > addto_syslog: bind() fd 3, family 2, port 123, addr 131.179.112.70, > in_classd=0 > flags=8 fails: Permission denied > addto_syslog: bind() fd 3, family 2, port 123, addr 10.0.60.1, > in_classd=0 flags=8 fails: Permission denied Apparently you don't have permission to listen on port 123 on any and all interfaces. Perhaps you need to run as root, or something has already taken that port everywhere. The latter would suggest the clock is already being synchronised, although perhaps not to the same high standards as NTP maintains. What OS is this? Groetjes, Maarten Wiltink _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
