can't open '/sys/fs/cgroup/qemu.slice/2113.scope//memory.current' - No such file or directory (500)

RootS3c

New Member
Jan 2, 2026
8
0
1
After upgrading from qemu-server=9.0.30 i get this error on every VM

can't open '/sys/fs/cgroup/qemu.slice/2113.scope//memory.current' - No such file or directory (500)

cgroups2 works
 
the patch is already applied, so it will be included in the next bump for qemu-server


when you manually apply patches you have to reload/restart pveproxy & pvedaemon, so they load the perl libraries again
We encountered this during a restore of a VM with Veeam. All the other VMs became with status unknown in the GUI. qm list was failing as well

After applying the fix, the error is now reported only for that vmid, and the rest of the vms listed correctly in both GUI and qm list.

However we are seeing these new errors
Code:
Mar 05 11:37:37 tst01pvepoc01 pvestatd[62833]: qemu status update error: can't open '/sys/fs/cgroup/qemu.slice/122.scope//memory.current' - No such file or directory
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: unable to get memory stat for 122 - can't open '/sys/fs/cgroup/qemu.slice/122.scope//memory.current' - No such file or directory
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: Use of uninitialized value in multiplication (*) at /usr/share/perl5/PVE/QemuServer.pm line 2599.
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: Use of uninitialized value in multiplication (*) at /usr/share/perl5/PVE/QemuServer.pm line 2600.
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: Use of uninitialized value in multiplication (*) at /usr/share/perl5/PVE/QemuServer.pm line 2601.
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: Use of uninitialized value in multiplication (*) at /usr/share/perl5/PVE/QemuServer.pm line 2602.
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: Use of uninitialized value in multiplication (*) at /usr/share/perl5/PVE/QemuServer.pm line 2603.
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: Use of uninitialized value in multiplication (*) at /usr/share/perl5/PVE/QemuServer.pm line 2604.
 
We encountered this during a restore of a VM with Veeam. All the other VMs became with status unknown in the GUI. qm list was failing as well

After applying the fix, the error is now reported only for that vmid, and the rest of the vms listed correctly in both GUI and qm list.

However we are seeing these new errors
Code:
Mar 05 11:37:37 tst01pvepoc01 pvestatd[62833]: qemu status update error: can't open '/sys/fs/cgroup/qemu.slice/122.scope//memory.current' - No such file or directory
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: unable to get memory stat for 122 - can't open '/sys/fs/cgroup/qemu.slice/122.scope//memory.current' - No such file or directory
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: Use of uninitialized value in multiplication (*) at /usr/share/perl5/PVE/QemuServer.pm line 2599.
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: Use of uninitialized value in multiplication (*) at /usr/share/perl5/PVE/QemuServer.pm line 2600.
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: Use of uninitialized value in multiplication (*) at /usr/share/perl5/PVE/QemuServer.pm line 2601.
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: Use of uninitialized value in multiplication (*) at /usr/share/perl5/PVE/QemuServer.pm line 2602.
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: Use of uninitialized value in multiplication (*) at /usr/share/perl5/PVE/QemuServer.pm line 2603.
Mar 05 11:37:45 tst01pvepoc01 pvedaemon[124152]: Use of uninitialized value in multiplication (*) at /usr/share/perl5/PVE/QemuServer.pm line 2604.

We are having the exact same issue restoring from Veeam. Running Proxmox 9.1.6 with the enterprise repository.

Funny thing is this error occurs only on our Dell R7525 hosts with AMD CPUs, and not on our dev servers which are Dell R730 hosts which have Intel CPUs in them.

To work around it I'm having to restore to our dev environment and then I am using Proxmox Datacenter Manager to migrate from the dev cluster to the production cluster.
 
we have the same problem with Proxmox 9.1.6 and VEEAM 13 on an HPE DL360Gen11 Server
After Veeam restore all VM Guest are appear with an "?"

1772783317700.png
 
Last edited:
We're seeing exactly the same thing when restoring a VMware vm to proxmox using Veeam. Server is a Dell Poweredge R740 with intel CPU's.
After the attempted restore all VM's in the list show with a ?
Veeam restore fails and the restored VM wont start with the same error.

1772893694429.png

1772893865979.png
 
Proxmox 9.1.4–9.1.6 shows memory.current errors after Veeam restore. Patch exists, but you need to restart pveproxy and pvedaemon after applying. Workarounds: downgrade to 9.1.3, restore on a dev cluster then migrate, or wait for the next qemu-server update. Mostly affects AMD hosts.