Web Interface 504 Gateway Time-out on latest version

peterge

Well-Known Member
Apr 3, 2019
57
5
48
26
Harperscheid
blog.peterge.de
Code:
root@pbsbn:~# proxmox-backup-manager versions
proxmox-backup-server 3.2.8-1 running version: 3.2.8
root@pbsbn:~# uname -a
Linux pbsbn.misoft.lan 6.8.12-4-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-4 (2024-11-06T15:04Z) x86_64 GNU/Linux
root@pbsbn:~# apt update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://download.proxmox.com/debian/pbs bookworm InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Hit:4 http://security.debian.org/debian-security bookworm-security InRelease
Reading package lists... Done                 
Building dependency tree... Done
Reading state information... Done
All packages are up to date.

This pbs instance is using no-subscription repos and running in a virtua box vm. VBox is on the lastest version, the guest addtions are up to date and pbs is up to date. Just the webinterface is unavailable, ssh still does work. If I reboot the VM, it does work again but becomes unresponsable after a couple of hours.

Any idea what is going on here? It did work fine for the last 6 months.
 
Hi,
do you have any sort of uptime monitoring active? Do you see 100% CPU usage when the PBS instance is not reachable?

There is a known issue with this version [0], a tentative fix has already been applied [1] in the git repo and will be available with the next proxmox-backup-server package version. In the mean time you could downgrade to version 3.2.7 as described her [2] and see if that fixes your issue.

[0] https://bugzilla.proxmox.com/show_bug.cgi?id=5868
[1] https://git.proxmox.com/?p=proxmox-backup.git;a=commit;h=b3675d867f98de58292fdedded4e866dfcb8dd33
[2] https://forum.proxmox.com/threads/n...tart-nicht-mehr-erreichbar.157298/post-720144
 
  • Like
Reactions: peterge-misoft
Hi,
do you have any sort of uptime monitoring active? Do you see 100% CPU usage when the PBS instance is not reachable?

There is a known issue with this version [0], a tentative fix has already been applied [1] in the git repo and will be available with the next proxmox-backup-server package version. In the mean time you could downgrade to version 3.2.7 as described her [2] and see if that fixes your issue.

[0] https://bugzilla.proxmox.com/show_bug.cgi?id=5868
[1] https://git.proxmox.com/?p=proxmox-backup.git;a=commit;h=b3675d867f98de58292fdedded4e866dfcb8dd33
[2] https://forum.proxmox.com/threads/n...tart-nicht-mehr-erreichbar.157298/post-720144
1731650775078.png
this is htop during the 504 gateway timeout...

Code:
apt-get install proxmox-backup-server=3.2.7-1

installing this and rebooting does work for now, thx! :)
 
View attachment 77714
this is htop during the 504 gateway timeout...

Code:
apt-get install proxmox-backup-server=3.2.7-1

installing this and rebooting does work for now, thx! :)
Glad to help, please note that the fix has been packaged with proxmox-backup-server version 3.2.9-1, the package being available in the pbstest repository at the time of writing.
 
  • Like
Reactions: peterge-misoft