What is the difference between these? And should I "enable" NTP on my PI? Many thanks.
I wouldn't ask if I hadn't searched an hour for an answer.
- DougieLawson
- Posts: 40592
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: NTP enabled? NTP sychronized?
Out of the box RaspiOS uses systemd-timesyncd which periodically syncs the clock with SNTP (simple network time protocol). That's good enough for most users.
To get back with plain old ntpd running requires a level of hoop jumping.
If it ain't borked don't fix it.
To get back with plain old ntpd running requires a level of hoop jumping.
If it ain't borked don't fix it.
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Re: NTP enabled? NTP sychronized?
Got it. thanks !