Eu tenho um problema. Existem mensagens como
Mar 1 15:52:34 ubuntu systemd[1]: Time has been changed
Mar 1 15:52:34 ubuntu systemd[1]: snapd.refresh.timer: Adding 1h 16min 25.978183s random time.
Mar 1 15:52:34 ubuntu systemd[1]: apt-daily.timer: Adding 8h 21min 914.167ms random time.
Mar 1 15:52:34 ubuntu systemd[6041]: Time has been changed
a cada 5 segundos em / var / log / syslog. Parece que algo está mudando o tempo constantemente. É realmente chato e eu entendo que algo errado e gostaria de consertá-lo. Também o tempo de RTC não está correto.
Algumas informações sobre o meu sistema :
- Ubuntu 16.04, 4.4.0-64-genérico, x86_64, em execução no VDS
timedatectl
:
Local time: Ср 2017-03-01 16:05:03 MSK
Universal time: Ср 2017-03-01 13:05:03 UTC
RTC time: Пт 2017-03-03 11:33:10
Time zone: Europe/Moscow (MSK, +0300)
Network time on: yes
NTP synchronized: yes
RTC in local TZ: no
iptables
:
Chain INPUT (policy DROP)
Chain OUTPUT (policy ACCEPT)
A corrente INPUT
tem minhas regras internas.
systemctl list-units | grep running
acpid.path loaded active running ACPI Events Check
init.scope loaded active running System and Service Manager
acpid.service loaded active running ACPI event daemon
asterisk.service loaded active running Asterisk PBX
atd.service loaded active running Deferred execution scheduler
cron.service loaded active running Regular background program processing daemon
dbus.service loaded active running D-Bus System Message Bus
[email protected] loaded active running Getty on tty1
hv-kvp-daemon.service loaded active running Hyper-V KVP Protocol Daemon
hv-vss-daemon.service loaded active running Hyper-V VSS Protocol Daemon
iscsid.service loaded active running iSCSI initiator daemon (iscsid)
lvm2-lvmetad.service loaded active running LVM2 metadata daemon
lxcfs.service loaded active running FUSE filesystem for LXC
mdadm.service loaded active running LSB: MD monitoring daemon
mysql.service loaded active running MySQL Community Server
[email protected] loaded active running OpenVPN connection to server
rsyslog.service loaded active running System Logging Service
snapd.service loaded active running Snappy daemon
ssh.service loaded active running OpenBSD Secure Shell server
systemd-journald.service loaded active running Journal Service
systemd-timesyncd.service loaded active running Network Time Synchronization
systemd-udevd.service loaded active running udev Kernel Device Manager
[email protected] loaded active running User Manager for UID 1000
vpsguard.service loaded active running VPSGUARD
acpid.socket loaded active running ACPID Listen Socket
dbus.socket loaded active running D-Bus System Message Bus Socket
lvm2-lvmetad.socket loaded active running LVM2 metadata daemon socket
snapd.socket loaded active running Socket activation for snappy daemon
Eu tentei :
-
sudo systemctl stop systemd-timesyncd.service
- instalando / desinstalando o NTP
-
sudo hwclock -w
Eu não tenho o sclockadj instalado. Também perguntei ao meu provedor de VDS se eles bloqueiam qualquer solicitação NTP. Não, eles não.
Atualização 1
Eu configurei outro VDS # 2 completamente igual. systemd[1]: Time has been changed
estava recebendo esta mensagem alguns minutos depois que a mensagem CRON[3684]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
apareceu e o problema desapareceu. No entanto, tentei atualizar o VDS # 2 e, logo após a reinicialização, esse tempo foi alterado novamente.
Encontrou este tópico , talvez ele possa fornecer mais informações. Parece que é um problema no kernel.
Tentei fazer o downgrade do kernel, systemd, udev, mas nada disso não funciona. E como eu posso ver em algumas respostas, não é um problema apenas com o meu hoster e virtualização.