Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4975

Raspberry Pi OS • Re: What the heck does this mean? InRelease is not valid yet (invalid for another 11h 7min 27s)

$
0
0
Setup your time syncronisation to use 0.ubuntu.pool.ntp.org, 1.ubuntu.pool.ntp.org, etc. That way you'll always get a good time.

In NTP that's /etc/ntpsec/ntp.conf

Code:

server 0.ubuntu.pool.ntp.org burst iburst maxpoll 11server 1.ubuntu.pool.ntp.org burst iburst maxpoll 11server 2.ubuntu.pool.ntp.org burst iburst maxpoll 11server 3.ubuntu.pool.ntp.org burst iburst maxpoll 11


With timedatectl that's in /etc/systemd/timesyncd.conf

Code:

NTP=0.ubuntu.pool.ntp.org 1.ubuntu.pool.ntp.org 2.ubuntu.pool.ntp.org 3.ubuntu.pool.ntp.org

Statistics: Posted by DougieLawson — Wed Jun 26, 2024 2:07 pm



Viewing all articles
Browse latest Browse all 4975

Trending Articles