See the Security and Bug Fixes Section - Grub EFI Install Updates Fix Sticky


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot Maintain Accurate Clock Settings; Resets Itself At Boot
#3
[member=6865]vexedoldhag[/member],

What [member=5239]torreydale[/member] said. Make sure that Time and Date Settings is configured to use the correct Time Zone and to stay synchronized with Internet servers.

From Terminal:

Make sure the timezone is properly set in your system
Code:
cat /etc/timezone
America/New_York   <= that's my timezone

Reconfigure... set your timezone:
Code:
sudo dpkg-reconfigure tzdata

... and reboot.

After reboot, check the NTP service is running...

Code:
systemctl status ntp

If it is running, let's tells the ntp daemon to correct the time regardless of the offset:

Code:
sudo systemctl stop ntp
sudo ntpd -gq
sudo systemctl start ntp

Unless the wrong timezone is set or else you have defined a local ntp server (a switch, a local server) that is forcing the time difference I'm not sure what could be causing such issue.
https://unlockforus.com

Sorry for seeming stupid and preferring Linux - I just don't know any better.

[Image: AGxgqJ6.png]
Reply


Messages In This Thread
Re: Cannot Maintain Accurate Clock Settings; Resets Itself At Boot - by ralphy - 04-04-2017, 06:43 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)