perfsonar / owamp

A tool for performing one-way or two-way active measurements
Apache License 2.0
70 stars 30 forks source link

owampd[80468] <Error>: FILE=time.c, LINE=124, NTP syscalls unavail: Status UNSYNC (clock offset issues likely) #27

Closed supfisher closed 1 year ago

supfisher commented 6 years ago

owampd[80468] : FILE=time.c, LINE=124, NTP syscalls unavail: Status UNSYNC (clock offset issues likely) owampd[80468] : FILE=sapi.c, LINE=182, OWPServerSockCreate: Permission denied owampd[80468] : FILE=owampd.c, LINE=1630, Unable to create server socket. Exiting...

No matter how to change the ntp servers in MAC OS, the error UNSYNC always appears. Any solutions help me to solve this problem?

rana97ahmad commented 1 year ago

Hello, Did you find a solution to this problem?, because I have the same issue

mfeit-internet2 commented 1 year ago

Wow, this is an old one.

The system calls required to check NTP sync haven't been available since macOS 10-point-something and, as a result, we no longer support running owampd on that platform. That said, if the system clock is correct, you'll get good results.

The second and third lines in the log message above are likely a result of the service not being run as a user that can bind to a privileged port.