I just used NOOBS v2.4.3 to setup three new RPi3b with Raspian Jesse (4.9.31-v7+). All my previous RPis had NTPD, and I could modify the /etc/ntp.conf file and/or use ntpq to see the status of peers. But none of that seems to be included in this latest build. The ntp.service does not exist neither.
I am just trying to get the same functionality as previous Raspian Jesse builds. They seem to be keeping time OK, so maybe there is a new NTP mechanism built into this build?
Does anyone have tips on installing ntpd or have information on how this latest build is handling time keeping?
Thanks!
-Matt
Re: NTPD missing on latest Raspian?
Apparently the latest Noobs installs Raspian version 9 (Stretch), which others have also experienced some differences with NTP behavior and/or ntpd existence. I've run through so many of these Noobs installs that I never even noticed the different "pretty name" changing from Jessie to Stretch. Everything else is working good, so I'd like to continue on with Stretch, just needing some clarification on NTP and time sync.
- DougieLawson
- Posts: 42217
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: NTPD missing on latest Raspian?
You're right it's missing.
It installs OK with sudo apt-get update && sudo apt-get -y install ntp
There's a systemd-timesync service running on a default install of Stretch.
It installs OK with sudo apt-get update && sudo apt-get -y install ntp
There's a systemd-timesync service running on a default install of Stretch.
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
Re: NTPD missing on latest Raspian?
I wondered how the clock got set. Do you have to disable the systemd-timesync if you install ntp?DougieLawson wrote: ↑Tue Aug 29, 2017 9:10 pmYou're right it's missing.
It installs OK with sudo apt-get update && sudo apt-get -y install ntp
There's a systemd-timesync service running on a default install of Stretch.
Thanks!
- DougieLawson
- Posts: 42217
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: NTPD missing on latest Raspian?
No. But it could get confusing if you don't.
systemd-timesync is a dumb sntp client.
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
Re: NTPD missing on latest Raspian?
Thanks for clarifying DougieLawson!
Some good info available for systemd-timesyncd here -> https://wiki.archlinux.org/index.php/Systemd-timesyncd .
Some good info available for systemd-timesyncd here -> https://wiki.archlinux.org/index.php/Systemd-timesyncd .