SmartDataAnalytics / OpenResearch

Public issue system for OPENRESEARCH/ConfIDent
8 stars 3 forks source link

Need to set time via Internet on RWTH i5 ConfIDent server #201

Closed WolfgangFahl closed 3 years ago

WolfgangFahl commented 3 years ago

the time is off by 2 1/2 minutes already which is enough to make synchronizations with wikipush fail due to wrong timestamps.

WolfgangFahl commented 3 years ago
timedatectl set-ntp on
Failed to set ntp: NTP not supported

https://serverfault.com/questions/1024770/ubuntu-20-04-time-sync-problems-and-possibly-incorrect-status-information

WolfgangFahl commented 3 years ago
sudo apt-get install systemd-timesyncd 
sudo -s
timedatectl set-ntp on
reboot
WolfgangFahl commented 3 years ago

https://askubuntu.com/a/1163409/129227 needed?

RLinde-i5 commented 3 years ago

Initial time service config had wrong entry AND external timeservers no longer supported at RWTH. Configured /etc/systemd/timesyncd.conf to use timeserver.rwth-aachen.de

WolfgangFahl commented 3 years ago

@RLinde-i5 Thx a lot!