Não é possível alterar a data permanentemente no CentOS 7.3 (1611)

1

Eu tenho o CentOS7 (1611) no servidor de nuvem (fornecido pelo Tencent na China) e tentei alterar o tempo via date , timedatectl . O tempo é alterado, mas a hora muda automaticamente para "tempo atual real" em breve (às vezes, ele é redefinido apenas cerca de 1 minuto após a alteração da hora). Eu desliguei o NTP e chronyd. BTW, só eu posso acessar o servidor, mais ninguém pode mudar o tempo.

Como verificar este problema? Ou existe alguma solução para alterar o tempo permanentemente?

[user@VM_227_172_centos bin]$ systemctl status chronyd
● chronyd.service - NTP client/server
Loaded: loaded (/usr/lib/systemd/system/chronyd.service; disabled; vendor preset: enabled)
Active: inactive (dead)
[user@VM_227_172_centos bin]$ timedatectl 
      Local time: Thu 2017-08-03 19:33:12 CST
  Universal time: Thu 2017-08-03 11:33:12 UTC
        RTC time: Thu 2017-08-03 13:31:19
       Time zone: Asia/Shanghai (CST, +0800)
     NTP enabled: no
NTP synchronized: no
 RTC in local TZ: no
      DST active: n/a
[user@VM_227_172_centos bin]$ timedatectl set-time "23:23:21"
==== AUTHENTICATING FOR org.freedesktop.timedate1.set-time ===
Authentication is required to set the system time.
Authenticating as: root
Password: 
polkit-agent-helper-1: pam_authenticate failed: Authentication failure
==== AUTHENTICATION FAILED ===
Failed to set time: Access denied
[user@VM_227_172_centos bin]$ timedatectl set-time "23:23:21"
==== AUTHENTICATING FOR org.freedesktop.timedate1.set-time ===
Authentication is required to set the system time.
Authenticating as: root
Password: 
==== AUTHENTICATION COMPLETE ===
[user@VM_227_172_centos bin]$ timedatectl 
      Local time: Thu 2017-08-03 23:23:25 CST
  Universal time: Thu 2017-08-03 15:23:25 UTC
        RTC time: Thu 2017-08-03 15:23:26
       Time zone: Asia/Shanghai (CST, +0800)
     NTP enabled: no
NTP synchronized: no
 RTC in local TZ: no
      DST active: n/a
[user@VM_227_172_centos bin]$ timedatectl 
      Local time: Thu 2017-08-03 23:26:31 CST
  Universal time: Thu 2017-08-03 15:26:31 UTC
        RTC time: Thu 2017-08-03 15:26:32
       Time zone: Asia/Shanghai (CST, +0800)
     NTP enabled: no
NTP synchronized: no
 RTC in local TZ: no
      DST active: n/a
[user@VM_227_172_centos bin]$ timedatectl 
      Local time: Thu 2017-08-03 19:52:53 CST
  Universal time: Thu 2017-08-03 11:52:53 UTC
        RTC time: Thu 2017-08-03 15:42:18
       Time zone: Asia/Shanghai (CST, +0800)
     NTP enabled: no
NTP synchronized: no
 RTC in local TZ: no
      DST active: n/a

Por favor, deixe-me saber se alguma informação foi perdida.

    
por JordanChina 03.08.2017 / 13:41

0 respostas

Tags