We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Dear Mitya, thanks for the bug report and sorry for taking some time. Should be fixed now.
Regards, Jan
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: