-
-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Labels
Fix Applied - Testing RequiredNeed InfoNeed additional Information or will close.Need additional Information or will close.
Description
Please answer the following:
FPP Version and Hardware:
FPP 9.4 running on Raspberry Pi4
Describe the bug and Steps to reproduce:
A clear and concise description of what the bug is and the steps to be taken to reproduce.
- Boot the RaspberryPi
- Check the date/time
- Find that it is September 11, 2025
Expected behavior:
ntpd should set the date/time correctly as Pi does not have an RTC
Additional context:
This bug appears to happen because the time offset between what the OS believes is the time (September 11, 2025) is greater than 1000 seconds.
I worked around by modifying /etc/ntpsec/ntp.conf to include: "tinker panic 0"
After this hack, ntpd sets the correct time. I believe a better fix would be to invoke ntpd with the "-g" flag.
Metadata
Metadata
Assignees
Labels
Fix Applied - Testing RequiredNeed InfoNeed additional Information or will close.Need additional Information or will close.