albfneto
(usa openSUSE)
Enviado em 27/03/2013 - 08:43h
ele não está achando os servidores de hora. se quiser, troque os servidores de hora, por alguns perto de vc ou por pool brasileiro de NTP.
edite o arquivo /etc/ntp.conf. Se quiser pode se basear no meu, que é completo e para Estado de São Paulo:
# Based on known related files. Modified by Alberto Federman Neto
# 2013.
# NOTES:
# DHCP clients can append or replace NTP configuration files.
# You should consult your DHCP client documentation about its
# default behaviour and how to change it.
# Desejando pegar servidores automatico para sua maquina,
# descomente:
# netselect -s 3 pool.ntp.org
# If you want to deny all machines (including your own)
# from accessing the NTP server, uncomment:
#restrict default ignore
# To deny other machines from changing the
# configuration but allow localhost:
# configurações de restrição de acesso
# Restrições de acesso
restrict nomodify nopeer notrap
restrict 127.0.0.1
# restrict default kod notrap nomodify nopeer
# To allow machines within your network to synchronize
# their clocks with your server, but ensure they are
# not allowed to configure the server or used as peers
# to synchronize against, uncomment this line.
#restrict 192.168.0.0 mask 255.255.255.0 nomodify nopeer notrap
# CONFIG
# "memoria" para o escorregamento de frequência do micro
# pode ser necessário criar esse arquivo manualmente com
# o comando touch ntp.drift
driftfile /etc/ntp.drift
# estatísticas do ntp que permitem verificar o histórico
# de funcionamento e gerar gráficos
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
# servidores gerais principais e pools:
# Servidor NTP da USP, São Paulo, SP, Stratum 2
server ntp.usp.br iburst
# Servidor Stratum 2 em Valinhos, SP
server ntp.hiway.com.br iburst
# servidores públicos do projeto ntp.br
# Se quiser, deixe como principais
server a.st1.ntp.br iburst
server b.st1.ntp.br iburst
server c.st1.ntp.br iburst
server d.st1.ntp.br iburst
server a.ntp.br iburst
server b.ntp.br iburst
server c.ntp.br iburst
server gps.ntp.br iburst
# Pool de Servidores Brasileiros
server br.pool.ntp.org iburst
# Pool de servidores Sul-Americanos
server south-america.pool.ntp.org iburst
# Pool Geral Brasileiro
server pool.ntp.br iburst
# se todos falharem:
# servidor da PUC do Rio
server ntp.puc-rio.br iburst
# Servidor da RNP, Brasília, DF
server ntp.cais.rnp.br iburst
# Stratum 1 do Observatório Nacional
server ntp.on.br iburst
server ntp2.on.br iburst
# outros servidores, descomente e adicione aqui
# server outro-servidor.dominio.br iburst