Update change log not working

donhwyo

Member
Jan 14, 2023
127
15
23
This started a while ago before upgrading to 9. If I double click the available update it used to open the change log. Instead I get this error.
Code:
command 'apt-get changelog -qq 'vncterm=1.9.1'' failed: got timeout (500)
If I run the command on the cli it works fine.
Code:
root@pve:~# apt-get changelog -qq 'vncterm=1.9.1'
vncterm (1.9.1) trixie; urgency=medium

  * osc: remove buffer that was only used for debug information.

 -- Proxmox Support Team <support@proxmox.com>  Wed, 17 Sep 2025 17:07:44 +0200

vncterm (1.9.0) trixie; urgency=medium

  * re-build for Debian Trixie based releases.

 -- Proxmox Support Team <support@proxmox.com>  Tue, 17 Jun 2025 11:22:12 +0200
 
 ...
Maybe just timing out. Is there a way to change that?

Thanks
 
Well it has not fixed itself yet. Seems the time out is about 10 seconds. The cli command takes about 12 to 15 seconds to return. Any idea what file I could edit?

Thanks