PVEProxy Error

paradinglunatic

New Member
Jan 6, 2026
3
0
1
After upgrading from 8.x to 9 (currently on 9.1.4), my logs are getting flooded with the same error every 5 seconds, where the PID shown changes based on one of the three PID's pveproxy is running on. I've restarted the service and this is the only error that shows up.

pveproxy[738421]: internal error at /usr/share/perl5/PVE/RESTHandler.pm line 387

I'm not entirely sure what the issue is but looking at that general area of that file it's in the subroutine of "map_path_to_methods".

My setup is pretty simple, single node, installed with two local disks with ZFS in a mirror and two NFS mounts one where my VMs are stored and the other for backups.

Everything appears to be working fine.

The only other issue I have since the upgrade is that when applying updates through the web UI and clicking the upgrade button, it pops up a new window and does everything right but in the tasks it'll show the shell task attempting to run then eventually "failing" when the updates are complete and I exit out of the window. I've tried clearing cookies, trying different browsers. Same issue each time.
 
Yup, that upgrade guide is the one I followed to perform the upgrade. Didn't run into any strange issues during the upgrade either.

Just double checked my repo's and there are no references to bookworm.
 
please run on the host root console:
Code:
apt update
apt dist-upgrade -y
apt autoremove -y
And show us the results in a seperate CODE-Block.
 
Last edited:
Code:
root@pve01:~# apt update
Get:1 http://security.debian.org trixie-security InRelease [43.4 kB]
Hit:2 http://ftp.us.debian.org/debian trixie InRelease                                                     
Get:3 http://ftp.us.debian.org/debian trixie-updates InRelease [47.3 kB]
Hit:4 http://download.proxmox.com/debian/ceph-squid trixie InRelease
Hit:5 http://download.proxmox.com/debian/pve trixie InRelease
Fetched 90.7 kB in 0s (642 kB/s)
All packages are up to date.   
root@pve01:~# apt dist-upgrade -y
Summary:                       
  Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
root@pve01:~# apt autoremove -y
Summary:                       
  Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
root@pve01:~#