Skip to content

Commit dfcacee

Browse files
authored
Drop section about time syncing
Dropping timesyncd in favor of chrony should now solve the time syncing issue automatically
1 parent caa3e19 commit dfcacee

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Please find below some (hopefully) useful instructions, if you are here instead
2020
- [How can I boot from USB/SDD?](#boot-from-external-disk)
2121
- [List of available software](#software-available)
2222
- [How can I add a RTC to AstroArch?](#how-to-add-a-rtc)
23-
- [The time is not syncing from the network, how can I fix it?](#my-time-is-not-syncing-from-the-network-what-should-i-do)
2423
- [reporting problems](#reporting-issues)
2524
- [For PC/mini PC running an ArchLinux derived distro (Manjaro, ArcoLinux, etc.)](#use-only-the-astro-packages-mantained-for-astroarch-on-pc-and-mini-pc)
2625

@@ -168,16 +167,6 @@ Reboot your PI and you should have the time automatically synchronized when it s
168167

169168
If you want to remove the RTC sync just drop `,xxxx` from `/boot/config.txt` at line `dtoverlay=i2c-rtc,xxxx`
170169

171-
# My time is not syncing from the network, what should I do?
172-
Some users have been reporting that the system time is not syncing whit the network, I am not sure where this problem comes from but it seems related to `timesyncd` (the utility used to sync network time) and a mobile internet network.
173-
174-
Should you have this problem, please following the next steps
175-
```shell
176-
sudo systemctl disable --now systemd-timesyncd
177-
sudo pacman -S ntp
178-
sudo systemctl enable --now ntpd
179-
```
180-
Follow this [guide](https://wiki.archlinux.org/title/Network_Time_Protocol_daemon) at section 2.1 to setup the ntp servers and your clock should star tto sync again after a reboot
181170

182171
# Reporting issues
183172
AstroArch is actually in a stable state, however, should you find any issue please report them here https://github.com/MattBlack85/astroarch/issues this will help me tracking them and ship a fix for them

0 commit comments

Comments
 (0)