Kann mich nicht mit Google-Token anmelden

When people try logging in with Google they get this error:
“When Unable to verify authorization token due to server clock differences. Please try again.”
I’m not sure how to correct the clock. Also how to keep it correct. It was correct two days ago.

What hosting service and what OS are you running on?

Try running ntpdate and see if it reports a correction, or systemctl restart ntpd.

Ensure that your server timezone is set to UTC.

2 „Gefällt mir“

Hi. I am on UpCloud running Ubuntu Server 20.04 LTS (Focal Fossa).

Here is the log of what you suggested

Noticed now that it’s not installed. I installed it and it says “no servers can be used, existing”

You might try searching more broadly as you have a systems administration issue rather than a Discourse one. Or maybe open a ticket with upcloud.

1 „Gefällt mir“

Yeah, do a more general search or talk with your provider about how to fix your clock

2 „Gefällt mir“

@Eysteinn_Gudni ntp is corrupt , try to remove ntp then install again

  1. /etc/init.d/ntpd stop
  2. update-rc.d -f ntpd remove
  3. sudo apt-get install ntp
  4. sudo systemctl enable ntpd

check status ntpq -p

2 „Gefällt mir“

It looks like that did the trick. Thank you!

2 „Gefällt mir“

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.