Updates error

MDF3

New Member
Jul 25, 2024
7
0
1
Good morning, I have proxmox mail gateway 8.1.2. Trying to update, the system return me the error:

starting apt-get update
Hit:1 http://ftp.debian.org/debian bookworm InRelease
Get:2 http://security.debian.org bookworm-security InRelease [48.0 kB]
Get:3 http://ftp.debian.org/debian bookworm-updates InRelease [55.4 kB]
Reading package lists...
E: Release file for http://security.debian.org/dists/bookworm-security/InRelease is expired (invalid since 42d 7h 43min 26s). Updates for this repository will not be applied.
E: Release file for http://ftp.debian.org/debian/dists/bookworm-updates/InRelease is expired (invalid since 41d 1h 43min 21s). Updates for this repository will not be applied.
TASK ERROR: command 'apt-get update' failed: exit code 100

Can you help me to solve this issue please, thanks.
 
This can be the issue. Can you help me to configure (or where to configure) a NTP server in PMG please (Ex. NTP server IP 192.168.100.200)
 
Assuming that it is your clock that is the issue (check with `date`):
You will probably have timesyncd or possibly chrony installed. If the former, then this post should help.
If it's chrony, check `/etc/chrony/chrony.conf`.
In order to find which timesync daemon you're using, try
`systemctl status systemd-timesyncd`
`systemctl status chrony`
 
Last edited: