[SOLVED] Changelog error for upgradable packages

Dec 18, 2016
266
118
108
Hi, I'm running a physical PBS server for several months without any real issues, and upgraded it multiple times.
Since a few weeks, I cannot get changelogs for upgradable packages in gui and cli.
The error I get in gui:
Screenshot_2020-09-26 Proxmox Backup Server.png
And on cli:
Code:
~# apt changelog proxmox-backup-server
E: Failed to fetch changelog:/rust-proxmox-backup.changelog  Changelog unavailable for rust-proxmox-backup=0.8.21-1

Current packages:
Code:
~# dpkg-query -l | grep proxmox
ii  proxmox-archive-keyring        1.0                          all          Proxmox APT archive keyring
ii  proxmox-backup                 1.0-4                        all          Proxmox Backup Server metapackage
ii  proxmox-backup-client          0.8.19-1                     amd64        Proxmox Backup Client tools
ii  proxmox-backup-docs            0.8.19-1                     all          Proxmox Backup Documentation
ii  proxmox-backup-server          0.8.19-1                     amd64        Proxmox Backup Server daemon with tools and GUI
ii  proxmox-mini-journalreader     1.1-1                        amd64        Minimal systemd Journal Reader
ii  proxmox-widget-toolkit         2.2-12                       all          ExtJS Helper Classes for Proxmox

I also have a PBS running in a vm, which has the same issue. I did not find a clue what is wrong yet, so maybe someone could give some direction.
Thanks
 
To confirm that it's not a firewall or network related issue:
Code:
wget http://download.proxmox.com/debian/pbs/dists/buster/pbstest/binary-amd64/proxmox-backup-server_0.8.21-1.changelog
Is downloaded without issues and content is there.
A bit strange that it tries to get changelog for package rust-proxmox-backup, which is not in de package repository, but apparently is the source package.
So perhaps a bug?
 
yeah the changelog api is simply not implemented yet, but we are on it
 
  • Like
Reactions: janssensm