Dragonfish-24.04.0 - NTP issue

Hi all,

After the update, I changed my NTP settings to use the local NTP server I run on my opnsense. truenas is not getting the time sync on the fly so I decided to restrat the NTP service on it, but there is none :thinking:

timedatectl
Local time: Fri 2024-04-26 12:51:38 CEST
Universal time: Fri 2024-04-26 10:51:38 UTC
RTC time: Fri 2024-04-26 10:51:39
Time zone: Europe/Amsterdam (CEST, +0200)
System clock synchronized: no
NTP service: active
RTC in local TZ: no
admin@tatooine[~]$ sudo -l
Matching Defaults entries for admin on tatooine:
syslog_goodpri=debug, secure_path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin

User admin may run the following commands on tatooine:
(ALL) ALL
(ALL) NOPASSWD: /etc/find_alias_for_smtplib.py
(ALL) NOPASSWD: /etc/find_alias_for_smtplib.sh
admin@tatooine[~]$ sudo -s
[sudo] password for admin:
root@tatooine[/home/admin]# systemctl status ntp
Unit ntp.service could not be found.

How can I force a sync without restarting the entire system.

Thank you

We use chronyd for NTP.

1 Like

thanks. got it.
appreciate the help