Kodi Community Forum

Full Version: Time is wrong
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have installed XBMCbuntu as frontend.
The clock is showing wrong time.
When I checked ntp.conf the driftfile is pointing at a non-existent file.
How can it be fixed ?

rajan@fe-sovis:~$ cat /etc/ntp.conf
driftfile /var/lib/ntp/ntp.drift
server ntp.ubuntu.com
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
server pool.ntp.org
rajan@fe-sovis:~$

rajan@fe-sovis:~$ ls -la /var/lib/ntp/ntp.drift
ls: cannot access /var/lib/ntp/ntp.drift: No such file or directory