I have a local box which I cannot get ntp to work properly, following error in logs: giving up resolving host us.pool.ntp.org: Servname not supported for ai_socktype (-8)
google does not provide a solution that I have found.
Box is attached wireless, wlan0, and ipv6 is enabled. I disabled ipv6 but that did not solve.
grep -v ^# /etc/ntp.conf
driftfile /var/lib/ntp/drift/ntp.drift
logfile /var/log/ntp
keys /etc/ntp.keys trustedkey 1 requestkey 1 controlkey 1 server us.pool.ntp.org iburst server 0.us.pool.ntp.org iburst server 1.us.pool.ntp.org iburst server 2.us.pool.ntp.org iburst server 3.us.pool.ntp.org iburst
And I cannot see anything out-of-the-ordinary here.
#> ntpq -pn No association ID's returned
tks,