Need help with ntp segmentation faults.
"nslookup pool.ntp.org" reports
or, if I enable "Wan: Use local caching DNS server as system resolver (default: No)" it reports
but either way, I get segmentation faults when I run "ntp -w -p pool.ntp.org".
If I configure the GUI with an IP address for a time server, it synchs. Suggestions?
- GUI reports: "Reminder: The system time has not been synchronized with an NTP server."
- syslog.log contains many: "reboot_scheduler: [timecheck] NTP sync error"
- Running "ntp -w -p pool.ntp.org" reports: "Segmentation fault"
- Running "ntp -w -p 192.81.135.252" reports "ntp: reply from 192.81.135.252..."
- Running "ntp -w -p go.boom.now" reports "Segmentation fault"
"nslookup pool.ntp.org" reports
Code:
Server: 8.8.8.8
Address 1: 8.8.8.8 dns.google
Name: pool.ntp.org
Address 1: 45.55.58.103 time.walb.tech
Address 2: 204.2.134.163 pacific.latt.net
Address 3: 129.250.35.250 x.ns.gin.ntt.net
Address 4: 50.18.44.198 smtp.brandonenright.net
Code:
Server: 127.0.0.1
Address 1: 127.0.0.1 localhost.localdomain
Name: pool.ntp.org
Address 1: 129.250.35.251 y.ns.gin.ntt.net
Address 2: 108.62.122.57 ntp2.radio-sunshine.org
Address 3: 99.104.170.138 99-104-170-138.lightspeed.lsvlky.sbcglobal.net
Address 4: 184.105.182.7 ntp3.junkemailfilter.com
but either way, I get segmentation faults when I run "ntp -w -p pool.ntp.org".
If I configure the GUI with an IP address for a time server, it synchs. Suggestions?