Como corrigir a data que está desativada por anos

2

Meu servidor está no futuro 2027:

# sudo ntpdate ptbtime1.ptb.de
9 Jul 00:04:01 ntpdate[10000]: step time server 192.53.103.108 offset -353547847.989546 sec
# date
Di 21. Sep 23:48:18 CEST 2027
# hwclock
Sa 09 Jul 2016 02:03:56 CEST  -0.234935 Sekunden

A deriva é enorme com mais de 10 anos à frente. Não consigo alterar o desvio com reposições "normais". Eu já li alguns artigos e eu tentei muitas coisas como ntpdate –b , ntpd -gq ou tinker panic 0 . Eu mudo o fuso horário e tentei definir a data / hora manualmente. Nada funcionou. Como posso corrigir isso? Por favor alguém poderia me ajudar? Estou executando o Kubuntu 14.04 LTS (GNU / Linux 3.13.0-66-genérico i686)

=============================================== ===================

Isso poderia causar um problema?

# sudo service ntp stop
 * Stopping NTP server ntpd                                                                             [ OK ]
# ntpq -p
ntpq: read: Connection refused

=============================================== ===================

# sudo service ntp stop
 * Stopping NTP server ntpd                                                                                      [ OK ]
# sudo ntpd -gq
ntpd: time set -353547849.485594s
# sudo service ntp start
 * Starting NTP server ntpd                                                                                      [ OK ]
# date
Mi 22. Sep 11:39:09 CEST 2027

=============================================== =====================

Por favor, note Até que ponto é" muito longe "para o ntpd? Pode chegar lá por um salto repentino para carga pesada? Isso pode ser anulado? "De acordo com a página de manual, o ntpd não funcionará se o seu relógio estiver com mais de 1000 segundos de diferença."

=============================================== =====================

Eu tentei alterá-lo manualmente:

# date
Mi 22. Sep 11:32:09 CEST 2027
# sudo date --set="2016-07-09 11:50:59.990"
Sa 9. Jul 11:50:59 CEST 2016
# date
Mi 22. Sep 11:35:08 CEST 2027

=============================================== ===================

Eu posso melhorar o desvio com data --set "-1 ano" . Mas não posso reduzi-lo.

=============================================== ==========================

Não funciona:

# sudo service ntp stop
 * Stopping NTP server ntpd                                                            [ OK ]
# sudo ntpdate-debian
 9 Jul 14:56:52 ntpdate[3684]: step time server 131.188.3.220 offset -353547850.182477 sec
# sudo service ntp start
 * Starting NTP server ntpd                                                            [ OK ]
# date
Mi 22. Sep 14:41:25 CEST 2027

Atualização: eu não fui paciente o suficiente. Eu tive que esperar mais um segundo, mas o enorme desvio ainda está lá.

=============================================== ======

O /etc/ntp.conf

# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
tinker panic 0

driftfile /var/lib/ntp/ntp.drift


# Enable this if you want statistics to be logged.
statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

# Specify one or more NTP servers.

# Use servers from the NTP Pool Project. Approved by Ubuntu Technical Board
# on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for
# more information.
server ntp.ubuntu.com
server pool.ntp.org
server 0.ubuntu.pool.ntp.org
server 1.ubuntu.pool.ntp.org
server 2.ubuntu.pool.ntp.org
server 3.ubuntu.pool.ntp.org

# Use Ubuntu's ntp server as a fallback.
server ntp.ubuntu.com

# Access control configuration; see /usr/share/doc/ntp-doc/html/accopt.html for
# details.  The web page <http://support.ntp.org/bin/view/Support/AccessRestrictions>
# might also be helpful.
#
# Note that "restrict" applies to both servers and clients, so a configuration
# that might be intended to block requests from certain clients could also end
# up blocking replies from your own upstream servers.

# By default, exchange time with everybody, but don't allow configuration.
restrict -4 default kod notrap nomodify nopeer noquery
restrict -6 default kod notrap nomodify nopeer noquery

# Local users may interrogate the ntp server more closely.
restrict 127.0.0.1
restrict ::1

# Clients from this (example!) subnet have unlimited access, but only if
# cryptographically authenticated.
#restrict 192.168.123.0 mask 255.255.255.0 notrust

=============================================== ======

Eu também tentei sntp

# sudo sntp -s ntp.ubuntu.com
22 Sep 12:53:56 sntp[17210]: Started sntp
2027-09-22 12:53:56.128427 (-0100) -353533451.192434 +/- 0.049652 secs
2027-09-22 12:53:56.155758 (-0100) -176766725.596156 +/- 0.024307 secs
2027-09-22 12:53:56.183422 (-0100) -265150088.380065 +/- 0.049652 secs
# date
Mi 22. Sep 12:54:01 CEST 2027

=============================================== ======

Aqui está a data diretamente após o ntpdate-debian:

# date
Mi 22. Sep 12:54:40 CEST 2027
# sudo ntpdate-debian -s ntp.ubuntu.com && date
Sa 9. Jul 17:15:02 CEST 2016
# date
Mi 22. Sep 12:59:20 CEST 2027
# sudo ntpdate-debian -s ntp.ubuntu.com && date && date && date
Mi 22. Sep 13:00:21 CEST 2027
Mi 22. Sep 13:00:21 CEST 2027
Mi 22. Sep 13:00:21 CEST 2027
# sudo ntpdate-debian -s ntp.ubuntu.com && date && date && date
Sa 9. Jul 17:16:44 CEST 2016
Mi 22. Sep 13:00:55 CEST 2027
Mi 22. Sep 13:00:55 CEST 2027

=============================================== ======

Arquivos de desvio excluídos:

sudo service ntp stop
rm /etc/adjtime
rm /var/lib/ntp/ntp.drift
shutdown –h now

Após a reinicialização, o /var/lib/ntp/ntp.drift está vazio. / etc / adjtime é

0.000000 1821611426 0.000000
1821611426
UTC

A data / hora é o mesmo. Onde está o drift armazenado?

=============================================== =========

Solução

por Michael Hampton:

Parei o ntp (marcado com ps –aux | grep ntp ) e usei hwclock –s :

# sudo service ntp stop 
* Stopping NTP server ntpd                                                                                         [ OK ]
# sudo hwclock --set --date="7/9/16 18:37:30"
# hwclock
Sa 09 Jul 2016 18:37:34 CEST  -0.047338 Sekunden
# hwclock -s
# hwclock
Sa 09 Jul 2016 18:37:47 CEST  -0.984834 Sekunden
# hwclock
Sa 09 Jul 2016 18:38:01 CEST  -0.219219 Sekunden
# date
Mi 22. Sep 00:24:34 CEST 2027
# date
Mi 22. Sep 00:29:32 CEST 2027
# date
Mi 22. Sep 00:33:49 CEST 2027

Eu tive que reiniciar e tive que corrigir o sistema de arquivos porque reclamava que a última verificação do sistema de arquivos estava no futuro.

Muito obrigado a todos que me ajudaram e a um obrigado muito especial a Michael !!!

    
por musbach 09.07.2016 / 00:18

1 resposta

1

Como você está executando uma distro baseada no Debian, tente o seguinte:

sudo service ntp stop
sudo ntpdate-debian
sudo service ntp start
    
por 09.07.2016 / 01:13

Tags