[PVE-User] WebUI Asking login when changing node
Nicola Ferrari (#554252)
nick-liste at posteo.eu
Wed Jan 2 10:57:39 CET 2019
Il 29/12/2018 15:36, Alfio munoz ha scritto:
> Hi, you can also check the date and the time of the three servers.
>
This did the trick!
Time on two of three nodes was not synced with ntp: timesyncd unit of
systemd was facing an error because the old "ntp" package was still
installed and running.
Now time is the same on every node and problem is fixed :)
Here are the steps I followed on every node, for future reference:
- removed the "old" debian ntp package
apt-get purge ntp
- Configure timezone with:
dpkg-reconfigure tzdata
timedatectl set-timezone Europe/Rome
rm /etc/localtime ; ln -s /usr/share/zoneinfo/Europe/Rome /etc/localtime
- Reconfigure /etc/systemd/timesyncd.conf with my internal ntp server
[Time]
Servers=192.168.x.y
Start timesync:
timedatectl set-ntp true
Restart timesyncd unit
systemctl restart systemd-timesyncd.service
- check timesync status
systemctl status systemd-timesyncd.service
timedatectl status
"NTP Sincronized" should answer "yes".
If still no success, restart also systemd-networkd service and retry
status commands
systemctl restart systemd-networkd
Cheers,
Nick
--
+---------------------+
| Linux User #554252 |
+---------------------+
More information about the pve-user
mailing list