Hello,
since yesterday afternoon, there are "update failed" error-messages in my /var/log/pveam.log file. Before, the daily-morning update was successful.
2025-04-04 05:17:47 starting update
2025-04-04 05:17:47 start download http://download.proxmox.com/images/aplinfo-pve-8.dat.asc
2025-04-04 05:17:47 download finished: 200 OK
2025-04-04 05:17:47 start download http://download.proxmox.com/images/aplinfo-pve-8.dat.gz
2025-04-04 05:17:47 download finished: 200 OK
2025-04-04 05:17:48 signature verification: gpgv: Signature made Fri Feb 28 15:23:10 2025 CET
2025-04-04 05:17:48 signature verification: gpgv: using RSA key F4E136C67CDCE41AE6DE6FC81140AF8F639E0C39
2025-04-04 05:17:48 signature verification: gpgv: Good signature from "Proxmox Bookworm Release Key <proxmox-release@proxmox.com>"
2025-04-04 05:17:48 update successful
2025-04-04 05:17:48 start download https://releases.turnkeylinux.org/pve/aplinfo.dat.asc
2025-04-04 05:17:48 download finished: 200 OK
2025-04-04 05:17:48 start download https://releases.turnkeylinux.org/pve/aplinfo.dat.gz
2025-04-04 05:17:48 download finished: 200 OK
2025-04-04 05:17:48 signature verification: gpgv: Signature made Wed Nov 20 08:20:35 2024 CET
2025-04-04 05:17:48 signature verification: gpgv: using RSA key 694CFF26795A29BAE07B4EB585C25E95A16EB94D
2025-04-04 05:17:48 signature verification: gpgv: Good signature from "Turnkey Linux Release Key <release@turnkeylinux.com>"
2025-04-04 05:17:48 update successful
2025-04-04 19:49:11 starting update
2025-04-04 19:49:11 start download http://download.proxmox.com/images/aplinfo-pve-8.dat.asc
2025-04-04 19:49:11 download finished: 200 OK
2025-04-04 19:49:11 start download http://download.proxmox.com/images/aplinfo-pve-8.dat.gz
2025-04-04 19:49:11 download finished: 200 OK
2025-04-04 19:49:11 update failed: unable to unpack '/var/lib/pve-manager/apl-info/pveam-download.proxmox.com.tmp.1534489.gz'
2025-04-04 19:49:11 start download https://releases.turnkeylinux.org/pve/aplinfo.dat.asc
2025-04-04 19:49:12 download finished: 200 OK
2025-04-04 19:49:12 start download https://releases.turnkeylinux.org/pve/aplinfo.dat.gz
2025-04-04 19:49:12 download finished: 200 OK
2025-04-04 19:49:12 update failed: unable to unpack '/var/lib/pve-manager/apl-info/pveam-releases.turnkeylinux.org.tmp.1534489.gz'
I have already executed apt-get update && apt-get upgrade.
Everytime, when I execute "pveam update" from pve shell, the same errors will occur.
Here is the content of the library directory
root@pve:> ls -l /var/lib/pve-manager/apl-info
total 72
-rw-r--r-- 1 root root 11664 Apr 5 05:30 download.proxmox.com
-rw-r--r-- 1 root root 58118 Apr 5 05:30 releases.turnkeylinux.org
First, I thought this could be a problem with access-rights ..., but when I download / gunzip manually, it works…
cd /var/lib/pve-manager/apl-info
wget https://releases.turnkeylinux.org/pve/aplinfo.dat.gz
gunzip aplinfo.dat.gz
ls -l
total 132
-rw-r--r-- 1 root root 58118 Nov 20 08:22 aplinfo.dat
-rw-r--r-- 1 root root 11664 Apr 5 05:30 download.proxmox.com
-rw-r--r-- 1 root root 58118 Apr 5 05:30 releases.turnkeylinux.org
So, currently the problem is, that I cannot setup new LXC-Containers based on Proxmox Helper Scripts, because they make an update of the templates and breaks before creating the container with "update failed - see /var/log/pveam.log for details".
Has someone an idea ?
Thanks,
Markus
since yesterday afternoon, there are "update failed" error-messages in my /var/log/pveam.log file. Before, the daily-morning update was successful.
2025-04-04 05:17:47 starting update
2025-04-04 05:17:47 start download http://download.proxmox.com/images/aplinfo-pve-8.dat.asc
2025-04-04 05:17:47 download finished: 200 OK
2025-04-04 05:17:47 start download http://download.proxmox.com/images/aplinfo-pve-8.dat.gz
2025-04-04 05:17:47 download finished: 200 OK
2025-04-04 05:17:48 signature verification: gpgv: Signature made Fri Feb 28 15:23:10 2025 CET
2025-04-04 05:17:48 signature verification: gpgv: using RSA key F4E136C67CDCE41AE6DE6FC81140AF8F639E0C39
2025-04-04 05:17:48 signature verification: gpgv: Good signature from "Proxmox Bookworm Release Key <proxmox-release@proxmox.com>"
2025-04-04 05:17:48 update successful
2025-04-04 05:17:48 start download https://releases.turnkeylinux.org/pve/aplinfo.dat.asc
2025-04-04 05:17:48 download finished: 200 OK
2025-04-04 05:17:48 start download https://releases.turnkeylinux.org/pve/aplinfo.dat.gz
2025-04-04 05:17:48 download finished: 200 OK
2025-04-04 05:17:48 signature verification: gpgv: Signature made Wed Nov 20 08:20:35 2024 CET
2025-04-04 05:17:48 signature verification: gpgv: using RSA key 694CFF26795A29BAE07B4EB585C25E95A16EB94D
2025-04-04 05:17:48 signature verification: gpgv: Good signature from "Turnkey Linux Release Key <release@turnkeylinux.com>"
2025-04-04 05:17:48 update successful
2025-04-04 19:49:11 starting update
2025-04-04 19:49:11 start download http://download.proxmox.com/images/aplinfo-pve-8.dat.asc
2025-04-04 19:49:11 download finished: 200 OK
2025-04-04 19:49:11 start download http://download.proxmox.com/images/aplinfo-pve-8.dat.gz
2025-04-04 19:49:11 download finished: 200 OK
2025-04-04 19:49:11 update failed: unable to unpack '/var/lib/pve-manager/apl-info/pveam-download.proxmox.com.tmp.1534489.gz'
2025-04-04 19:49:11 start download https://releases.turnkeylinux.org/pve/aplinfo.dat.asc
2025-04-04 19:49:12 download finished: 200 OK
2025-04-04 19:49:12 start download https://releases.turnkeylinux.org/pve/aplinfo.dat.gz
2025-04-04 19:49:12 download finished: 200 OK
2025-04-04 19:49:12 update failed: unable to unpack '/var/lib/pve-manager/apl-info/pveam-releases.turnkeylinux.org.tmp.1534489.gz'
I have already executed apt-get update && apt-get upgrade.
Everytime, when I execute "pveam update" from pve shell, the same errors will occur.
Here is the content of the library directory
root@pve:> ls -l /var/lib/pve-manager/apl-info
total 72
-rw-r--r-- 1 root root 11664 Apr 5 05:30 download.proxmox.com
-rw-r--r-- 1 root root 58118 Apr 5 05:30 releases.turnkeylinux.org
First, I thought this could be a problem with access-rights ..., but when I download / gunzip manually, it works…
cd /var/lib/pve-manager/apl-info
wget https://releases.turnkeylinux.org/pve/aplinfo.dat.gz
gunzip aplinfo.dat.gz
ls -l
total 132
-rw-r--r-- 1 root root 58118 Nov 20 08:22 aplinfo.dat
-rw-r--r-- 1 root root 11664 Apr 5 05:30 download.proxmox.com
-rw-r--r-- 1 root root 58118 Apr 5 05:30 releases.turnkeylinux.org
So, currently the problem is, that I cannot setup new LXC-Containers based on Proxmox Helper Scripts, because they make an update of the templates and breaks before creating the container with "update failed - see /var/log/pveam.log for details".
Has someone an idea ?
Thanks,
Markus