Para os usuários da Mageia e seus pais (RedHat, Mandrake, Mandriva) nós instalaremos o ntp e o ntp-client com o comando urpmi
:
# urpmi ntp ntp-client
Em seguida, iniciaremos o serviço e permitiremos que ele seja iniciado automaticamente na reinicialização.
# systemctl start chronyd.service
# systemctl enable chronyd.service
Agora, verificamos se o timedatectl tem a sincronização de horário de rede baseada em NTP ativada:
# timedatectl status
Local time: Wed 2016-12-07 13:39:04 EET
Universal time: Wed 2016-12-07 11:39:04 UTC
RTC time: Wed 2016-12-07 11:38:56
Timezone: Europe/Bucharest (EET, +0200)
NTP enabled: no
NTP synchronized: no
RTC in local TZ: no
DST active: no
Last DST change: DST ended at
Sun 2016-10-30 03:59:59 EEST
Sun 2016-10-30 03:00:00 EET
Next DST change: DST begins (the clock jumps one hour forward) at
Sun 2017-03-26 02:59:59 EET
Sun 2017-03-26 04:00:00 EEST
# date
Wed Dec 7 13:39:11 EET 2016
# timedatectl set-timezone Europe/Bucharest
# date
Wed Dec 7 13:39:48 EET 2016
#
Sem ativar o fuso horário / hora de sincronização do NTP, não será alterado.
Agora, habilitaremos a sincronização de horário de rede baseada em NTP e definiremos o novo fuso horário:
# timedatectl set-ntp 1
# timedatectl set-timezone Europe/Bucharest
# date
Wed Dec 7 10:43:33 EET 2016
# timedatectl status
Local time: Wed 2016-12-07 10:43:59 EET
Universal time: Wed 2016-12-07 08:43:59 UTC
RTC time: Wed 2016-12-07 08:43:59
Timezone: Europe/Bucharest (EET, +0200)
NTP enabled: yes
NTP synchronized: yes
RTC in local TZ: no
DST active: no
Last DST change: DST ended at
Sun 2016-10-30 03:59:59 EEST
Sun 2016-10-30 03:00:00 EET
Next DST change: DST begins (the clock jumps one hour forward) at
Sun 2017-03-26 02:59:59 EET
Sun 2017-03-26 04:00:00 EEST