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
Describe the bug
toolbox enter failed with "Error: failed to start container fedora-toolbox-37".
toolbox enter
Steps how to reproduce the behaviour
Expected behaviour toolbox enter should work.
Actual behaviour
toolbox enter failued.
Screenshots If applicable, add screenshots to help explain your problem.
Output of toolbox --version (v0.0.90+) toolbox version 0.0.99.4
toolbox --version
toolbox version 0.0.99.4
Toolbox package info (rpm -q toolbox) e.g., toolbox-0.0.99.4-1.fc37.x86_64
rpm -q toolbox
toolbox-0.0.99.4-1.fc37.x86_64
Output of podman version
podman version
Client: Podman Engine Version: 4.5.0 API Version: 4.5.0 Go Version: go1.19.7 Built: Fri Apr 14 23:42:56 2023 OS/Arch: linux/amd64
Podman package info (rpm -q podman) podman-4.5.0-1.fc37.x86_64
rpm -q podman
podman-4.5.0-1.fc37.x86_64
Info about your OS e.g., Fedora 37
Additional context
toolbox enter -vv
conmon[3469]: conmon d5bc67555f5777078a4d <nwarn>: runtime stderr: mkdir `/dev/vboxusb/003`: Permission denied conmon[3469]: conmon d5bc67555f5777078a4d <error>: Failed to create container: exit status 1
sudo chmod 755 /dev/vboxusb/003
podman --group-add keep-groups
podman run
--group-add keep-groups
The text was updated successfully, but these errors were encountered:
RLIMIT_NPROC
This prior issue seems to have been closed incorrectly, and is a duplicate: #247
Sorry, something went wrong.
Duplicate of #1348
No branches or pull requests
Describe the bug
toolbox enter
failed with "Error: failed to start container fedora-toolbox-37".Steps how to reproduce the behaviour
Expected behaviour
toolbox enter
should work.Actual behaviour
toolbox enter
failued.Screenshots
If applicable, add screenshots to help explain your problem.
Output of
toolbox --version
(v0.0.90+)toolbox version 0.0.99.4
Toolbox package info (
rpm -q toolbox
)e.g.,
toolbox-0.0.99.4-1.fc37.x86_64
Output of
podman version
Podman package info (
rpm -q podman
)podman-4.5.0-1.fc37.x86_64
Info about your OS
e.g., Fedora 37
Additional context
toolbox enter -vv
sudo chmod 755 /dev/vboxusb/003
(suggested by OCI Permission Denied when running on host with VirtualBox · Issue #995 · containers/crun) or remove current user from the vboxusers group could workaround this issue.podman --group-add keep-groups
seems to also work according topodman run
fails with Permission denied: OCI permission denied · Issue #14284 · containers/podman. But I don't know how to let toolbox call podman with--group-add keep-groups
.The text was updated successfully, but these errors were encountered: