containers / containers/toolbox
Fails to start if VirtualBox is installed
- Dominant language
- Go
- Stars
- 3.5k
- Forks
- 262
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 1
Description
**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.
```
DEBU Running as real user ID 1000
DEBU Resolved absolute path to the executable as /usr/bin/toolbox
DEBU Running on a cgroups v2 host
DEBU Looking up sub-GID and sub-UID ranges for user fedora
DEBU TOOLBX_DELAY_ENTRY_POINT is
DEBU TOOLBX_FAIL_ENTRY_POINT is
DEBU TOOLBOX_PATH is /usr/bin/toolbox
DEBU Migrating to newer Podman
DEBU Toolbx config directory is /home/fedora/.config/toolbox
DEBU Current Podman version is 5.2.5
DEBU Creating runtime directory /run/user/1000/toolbox
DEBU Old Podman version is 5.2.5
DEBU Migration not needed: Podman version 5.2.5 is unchanged
DEBU Setting up configuration
DEBU Setting up configuration: file /home/fedora/.config/containers/toolbox.conf not found
DEBU Resolving container and image names
DEBU Container: ''
DEBU Distribution (CLI): ''
DEBU Image (CLI): ''
DEBU Release (CLI): ''
DEBU Resolved container and image names
DEBU Container: 'fedora-toolbox-41'
DEBU Image: 'fedora-toolbox:41'
DEBU Release: '41'
DEBU Resolving container and image names
DEBU Container: ''
DEBU Distribution (CLI): ''
DEBU Image (CLI): ''
DEBU Release (CLI): ''
DEBU Resolved container and image names
DEBU Container: 'fedora-toolbox-41'
DEBU Image: 'fedora-toolbox:41'
DEBU Release: '41'
DEBU Checking if container fedora-toolbox-41 exists
DEBU Inspecting container fedora-toolbox-41
DEBU Entry point of container fedora-toolbox-41 is toolbox (PID=0)
DEBU Inspecting mounts of container fedora-toolbox-41
DEBU Generating Container Device Interface for NVIDIA
DEBU Generating Container Device Interface for NVIDIA: Management Library not found: could not load NVML library: libnvidia-ml.so.1: cannot open shared object file: No such file or directory
DEBU Generating Container Device Interface for NVIDIA: not a Tegra system: /sys/devices/soc0/family file not found
DEBU Generating Container Device Interface for NVIDIA: skipping
DEBU Starting container fedora-toolbox-41
Error: failed to start container fedora-toolbox-41
```
**Steps how to reproduce the behaviour**
1. toolbox enter
**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`**
```
Client: Podman Engine
Version: 5.2.5
API Version: 5.2.5
Go Version: go1.23.2
Built: Fri Oct 18 02:00:00 2024
OS/Arch: linux/amd64
```
**Podman package info (`rpm -q podman`)**
`podman-5.2.5-1.fc41.x86_64`
**Info about your OS**
Fedora 41
Contributor guide
Assessment
This issue has not been assessed yet.