Hey there
I'm currently working on my exam work and have a little problem with the ntpd.
As far as i can see, ntpdate works fine, it gets the time and everythings ok, but ntpd doesn't work.
i don't know where he gets the #015 in there, in the config file /etc/ntp.conf is all fine...
i don't know what's going on, i hope somebody can help me...
I'm currently working on my exam work and have a little problem with the ntpd.
As far as i can see, ntpdate works fine, it gets the time and everythings ok, but ntpd doesn't work.
Code:
May 10 13:30:57 proxmox-1 ntpd[12417]: configure: keyword "#015" unknown, line ignored
May 10 13:31:17 proxmox-1 ntpd[12417]: configure: keyword "#015" unknown, line ignored
May 10 13:31:37 proxmox-1 ntpd[12417]: getaddrinfo: "ntp-server.hans.wurst.ch#015" invalid host address, ignored
May 10 13:31:37 proxmox-1 ntpd[12417]: configure: keyword "#015" unknown, line ignored
Code:
# Driftfile für Abweichungen
driftfile /var/lib/ntp/ntp.drift
# NTP-Server im LAN
server ntp-server.hans.wurst.ch
# Zugriff durch NTP-Server gestatten
restrict ntp-server.hans.wurst.ch
# Zugriff vom localhost gestatten (ntpq -p)
restrict 127.0.0.1
Last edited: