vmtop icon indicating copy to clipboard operation
vmtop copied to clipboard

empty cpuset.cpus

Open zmitya opened this issue 1 year ago • 1 comments

Dear all, I tried to fire up your program on a Debian 12 using kernel 6.1.0-6-amd64.

I have one running VM, and my /sys/fs/cgroup//machine.slice/machine-qemu\x2d1\x2dsanyi.scope/libvirt/emulator/cpuset.cpus

contains only a "\n".

the app raises an exception at vmtop.py:63

The error msg is: Unexpected error on VM creation: (<class 'ValueError'>, ValueError("invalid literal for int() with base 10: '\n'")

Regards,

Mitya

zmitya avatar Mar 17 '23 20:03 zmitya

Dear Mitya, thanks for the bug report and sorry for taking some time. Should be fixed now.

Regards, Jan

el8 avatar Apr 16 '24 15:04 el8