-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
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
Unable to launch sysbox containers in certain KVM-based VMs. #439
Comments
Hi guys, I'm facing the same issue when trying to upgrade sysbox version 0.3.0 to above like 0.4.0 and so on in Linode, it shows me about product_uuid permission denied |
@myugan, this is expected in Linode VMs. Unfortunately, we haven't had the cycles to have this fixed yet. Thanks for letting us know. |
Hi, I really appreciate all your work on this project, it's really awesome! I too am facing a similar issue to this on Ubuntu for Raspberry Pi, and am just wondering if you have a rough eta/timeline of when this fix will be deployed. Thanks in advance! |
Thanks @angushenderson. Unfortunately we can't provide a rough ETA yet because we are reassessing priorities for Sysbox features now that Docker has acquired Nestybox. As soon as we have more visibility we will post this info. Thanks. |
Hi @myugan and @angushenderson, just wanted to let you know that we have just merged the changes required to have this issue fixed, which will be incorporated in our next release. In the meantime, if you want to test this yourself, please build Sysbox from sources and let us know how it goes. I'll go ahead and close this issue now. Thanks! |
We have only observed this issue in Linode VMs thus far ...
The following error is dumped during problem reproduction:
Sysbox assigns a unique
uuid
to each sys-container and derives its value from theproduct_uuid
sysfs node, which we bind-mount into the container for this purpose. Unfortunately, this node is not always exposed inside KVM-based virtual-machines, so we may need to rely on a different mechanism to generate unique uuids within sys-containers.https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/959308
https://www.linode.com/community/questions/17153/missing-sysclassdmiidproduct_uuid-and-syshypervisorid
The text was updated successfully, but these errors were encountered: