![]() |
[SOLVED] Time/Date Setting ~ NTP - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20) +--- Thread: [SOLVED] Time/Date Setting ~ NTP (/showthread.php?tid=1555) Pages:
1
2
|
[SOLVED] Time/Date Setting ~ NTP - Wirezfree - 02-18-2015 Hi, Thought I would set up one of my PC's with Date/Time synced to NTP Server. So my internet connection is fine, and I can ping the ntp servers listed: http://www.pool.ntp.org/zone/uk I add one of the ntp servers, it says "Checking" and it lists it... I can ping it... But when I come to close the page, it errors out... UFW Firewall is in-active. Any ideas..?? Thanks. [img height=449 width=800]http://i.imgur.com/wyKyMV4.png[/img] Re: Time/Date Setting ~ NTP - Wirezfree - 02-26-2015 Hi, Any ideas on this.? Anybody else tried to set up Auto Time Sync.? Thanks... Dave Re: Time/Date Setting ~ NTP - Valtam - 02-26-2015 Have you tried any other ntp servers from other countries to test? Re: Time/Date Setting ~ NTP - Valtam - 02-26-2015 Upon further research, it looks like the simplest way to fix this is: Code: sudo apt-get install ntp Then edit the file below to add time servers: Code: sudo leafpad /etc/ntp.conf Add your time-servers to synchronize with. Then, restart NTP service: Code: sudo service ntp restart You may have to let traffic on your router through port 123 fowarded to your pc's ip address if it is still not working. Then restart the service again. Then test with: Code: sudo ntpq -np Also check your router, most these days ship with NTP options, config it there. Re: Time/Date Setting ~ NTP - Wirezfree - 02-26-2015 (02-26-2015, 11:28 AM)Jerry link Wrote: Have you tried any other ntp servers from other countries to test? Hi Jerry, Tried 4 different from this list: http://www.timetools.co.uk/2013/07/25/ntp-server-uk/ Unless my ISP is blocking NTP ~ Port 123 .? Dave Re: Time/Date Setting ~ NTP - Wirezfree - 02-26-2015 Hi Jerry, I think we both posted at the same time... I will try your suggestions ASAP. Dave Re: Time/Date Setting ~ NTP - Valtam - 02-26-2015 No worries Dave, I'm off to bed....peace ![]() Re: [SOLVED] Time/Date Setting ~ NTP - Wirezfree - 02-26-2015 Hi Jerry, I followed your instructions... It still errors out when using the Date/Time GUI if I try use the Automatic "Tick Box" However... On reading this: http://www.pool.ntp.org/en/use.html Code: dave@asus-mini-1:~$ sudo ntpq -np I do have a "*" next to one of the ntp servers, so I think it is auto syncing time..?? ** NOTE ADDED ** It appears time is being synced, so maybe an issue with the Date/Time GUI Re: [SOLVED] Time/Date Setting ~ NTP - Valtam - 02-26-2015 You are syncing. I have yet to find a reliable, point and click solution for this. In the meantime I'll add the ntp package to LL 2.4 so at least the software will be there, then it's just a matter of a few quick commands. Re: [SOLVED] Time/Date Setting ~ NTP - Wirezfree - 02-26-2015 Thanks... I guess it must poll to find "Best Server"..?? It's now using a different one on the list. Code: dave@asus-mini-1:~$ sudo ntpq -np I want to have an accurate time, Ideally +/- 1 sec for another hobby that requires accurate timing for data decoding. |