-
Notifications
You must be signed in to change notification settings - Fork 221
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
Fails to start if VirtualBox is installed #1589
Comments
I found a solution that worked for me. It happened to be for distrobox, but it works in the case of toolbox too, apparently.
Source: 89luca89/distrobox#904 (comment) |
Works for me, thank you. Just wodering what does podman to do with Virtualbox USB device files? |
I'm not entirely sure. It seems that having virtualbox installed causes problems with podman. |
Interesting. Will it be possible for you to show the original permissions of the files that were causing this bug? I don't usually use VirtualBox. I could install it, but having a ready list of the files and their permissions will make life easier for me. :) |
Of course. With Virtualbox installed, I ran the following commands.
By giving both of the aforementioned directories read and execute permissions, I am able to successfully execute Naturally, since this is the |
I see following files:
|
Thanks for the list of files and their permissions. After a quick comparison with what I have in my crw-------. 1 root root 10, 123 21. lis 17.52 /dev/vboxdrv
crw-------. 1 root root 10, 121 21. lis 17.52 /dev/vboxnetctl ... because, I have: crw-------. 1 root root 10, 124 Nov 28 13:56 /dev/cpu_dma_latency
crw-------. 1 root root 10, 203 Nov 28 13:55 /dev/cuse
crw-------. 1 root root 236, 0 Nov 28 13:55 /dev/drm_dp_aux0
...
... ... and I don't have any problems with drwxr-x---. 3 root vboxusers 60 Nov 21 13:09 /dev/vboxusb I wonder if it will be enough to loosen the permissions of only the |
I have tested one by one and need to change permissions on 3 files to run the toolbox container. /dev/vboxusb |
Describe the bug
Toolbox created but is not running. Default configuration Fedora 41. Refering to missing libnvidia-ml.so but I don't have Nvidia in my laptop.
Steps how to reproduce the behaviour
Output of
toolbox --version
(v0.0.90+)toolbox version 0.1.0
Toolbx package info (
rpm -q toolbox
)toolbox-0.1.0-1.fc41.x86_64
Output of
podman version
Podman package info (
rpm -q podman
)podman-5.2.5-1.fc41.x86_64
Info about your OS
Fedora 41
The text was updated successfully, but these errors were encountered: