Page 5 of 5

Re: TOS 7.0.1130 (x86) Official Release Update

Posted: 20 Aug 2026, 18:35
by renob
TMroy wrote: 15 Aug 2026, 11:25 We'll be optimizing how NTP is configured. Please stay tuned for the upcoming update.
I assume /etc/ntp.conf should be displaying us.pool.ntp.org addresses?

Image

Code: Select all

# cat /etc/ntp.conf | head -n5
server 127.127.1.0 minpoll 6 maxpoll 10 iburst prefer
server 0.pool.ntp.org iburst
server 1.pool.ntp.org iburst
server 2.pool.ntp.org iburst
server 3.pool.ntp.org iburst

Re: TOS 7.0.1130 (x86) Official Release Update

Posted: 21 Aug 2026, 03:03
by zeratyx
Hi,
There is a French translation issue in the "Hardware and Power" menu; a word needs to be removed from the UPS section (see attachment).
Image

Re: TOS 7.0.1130 (x86) Official Release Update

Posted: 21 Aug 2026, 14:18
by EriChan
renob wrote: 20 Aug 2026, 18:35
Your configuration has already taken effect. TOS stores the custom NTP server settings in the system configuration database rather than modifying /etc/ntp.conf.

/etc/ntp.conf is a factory default file containing fallback servers for the local ntpd service, and changing the time server in the TOS Control Panel will not overwrite it.

How to verify your NTP setting:

1. Check the active configured time server:

Code: Select all

iniparse -c -f /etc/.default.sys -s system -k timeserver
2. Test manual sync:

Code: Select all

ntpdate -u -b us.pool.ntp.org
3. Check the system time:

Code: Select all

date
If the manual sync completes successfully and the system date is correct, NTP synchronization is working properly and you can safely disregard the contents of /etc/ntp.conf.

Re: TOS 7.0.1130 (x86) Official Release Update

Posted: 21 Aug 2026, 14:23
by EriChan
zeratyx wrote: 21 Aug 2026, 03:03
Thank you very much for pointing this out.

We have recorded your feedback and forwarded the correction to our product team.

Thanks again for helping us improve TOS!

Re: TOS 7.0.1130 (x86) Official Release Update

Posted: 21 Aug 2026, 18:26
by TMroy
Nitrokalel wrote: 18 Aug 2026, 03:08
Thank you so much for your suggestion! This feature is already on our roadmap, but it will take some time to implement. Please keep an eye on our announcements.