Created
July 10, 2021 08:12
-
-
Save ciamac-da/1d3857164415c4e977482e51a103105b to your computer and use it in GitHub Desktop.
Forcing Debian to update automatic date and time
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is how to force Debian updating automatic date and time when enable/disable button doesn't works! | |
1- Open Terminal and check System clock synchronized, therefore type ==> timedatectl | |
2- if it's not synchronized (System clock synchronized: no NTP service: deactive) | |
then try to set ntp using ==> timedatectl set-ntp on | |
3- Remove cached ntp ==> apt remove ntp | |
Date and Time should be activated now! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment