Fixing error in clock
by des_a from LinuxQuestions.org on (#6J54J)
This was another tough one to place. My scripts caused an error in my clock. That is what was wrong with my mcahine when I got it back. I need to know how to patch my scripts to fix it, but more importantly, patch my systems so that the clock works right. See:
https://www.linuxquestions.org/quest...435/page2.html
For more information on how I made progress so far. Here, on one of my affected systems, is the output of timedatectl:
Code: Local time: Wed 2024-01-24 03:28:15 PST
Universal time: Wed 2024-01-24 11:28:15 UTC
RTC time: Wed 2024-01-24 11:28:16
Time zone: America/Los_Angeles (PST, -0800)
System clock synchronized: no
NTP service: active
RTC in local TZ: noSystem clock synchronized, is supposed to be, "Yes".
I think if that were fixed, my problem might go away, besides fixing my nto servers to make them more appropriate for now, vs, when I was heavily using windows. I put it here, because, I'm mostly looking for commands, rather than a permanent script solution. I can use the commands to create that later, if I can fix the problem. I can build a VM, and test my scripts, but I need the machine working to do that.
https://www.linuxquestions.org/quest...435/page2.html
For more information on how I made progress so far. Here, on one of my affected systems, is the output of timedatectl:
Code: Local time: Wed 2024-01-24 03:28:15 PST
Universal time: Wed 2024-01-24 11:28:15 UTC
RTC time: Wed 2024-01-24 11:28:16
Time zone: America/Los_Angeles (PST, -0800)
System clock synchronized: no
NTP service: active
RTC in local TZ: noSystem clock synchronized, is supposed to be, "Yes".
I think if that were fixed, my problem might go away, besides fixing my nto servers to make them more appropriate for now, vs, when I was heavily using windows. I put it here, because, I'm mostly looking for commands, rather than a permanent script solution. I can use the commands to create that later, if I can fix the problem. I can build a VM, and test my scripts, but I need the machine working to do that.