larsfcfa
(lara)
March 24, 2025, 8:12am
1
Hello community,
I‘m operating HAOS 14 on a raspberry PI4.
I‘m experiencing trouble with the NTP sync and like to adjust the server settings.
Thus, I opened the terminal, Login and tried to follow operating-system/Documentation/configuration.md at 329caf6c1c0b6267146bd39199ccf62c387784c0 · home-assistant/operating-system · GitHub
However I cannot find in /etc
`/etc/systemd/timesyncd.conf
Has anyone an idea?
tom_l
March 24, 2025, 9:03am
2
Sounds like you could be in the homeassitant container rather than root.
WallyR
(Wally)
March 24, 2025, 9:16am
3
I think /etc is a part of the overlay FS, so it is read-only and even if you make it writable, then changes will be discarded at next reboot.
You could install the Chrony addon instead, then your RPi use NTP instead of SNTP.
1 Like
tom_l
March 24, 2025, 11:28am
4
The link says it is editable:
NTP
You can manual edit the systemd timesync file on /etc/systemd/timesyncd.conf
. Our default ntp configuration look like:
Mind you, that file is six years old.
larsfcfa
(lara)
March 24, 2025, 11:50am
5
Do you know how this might work with the current release of the HAOS?
Mikefila
(Mike Fila)
March 24, 2025, 3:19pm
6
That file is not accessible without enabling port 22222 if you are using the ssh addon. If you connect a monitor and keyboard, I think you can do it without enabling port 22222.
you need to enter in the host itself not with ssh addon, thats not possible…
you are running virtual, right? then you need to go to the console
or use this addon
WallyR
(Wally)
March 24, 2025, 4:29pm
7
It should be accessible through a monitor and keyboard directly to the HA server hardware and then use
docker container exec homeassistant nano /etc/..
larsfcfa
(lara)
March 24, 2025, 7:29pm
8
Thanks, I’ll check this later the week