Skip to content
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

[Error] shift count out of range, OCI permission denied #1430

Closed
pavelxdd opened this issue Jun 4, 2024 · 2 comments
Closed

[Error] shift count out of range, OCI permission denied #1430

pavelxdd opened this issue Jun 4, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@pavelxdd
Copy link
Contributor

pavelxdd commented Jun 4, 2024

I don't know if it's intended or not, but here's what happens if double dash is the last argument in the enter command:

$ distrobox enter debian --                                                   
/usr/bin/distrobox-enter: line 256: shift: shift count out of range
Error: crun: open executable: Operation not permitted: OCI permission denied
@pavelxdd pavelxdd added the bug Something isn't working label Jun 4, 2024
@ProneelPal
Copy link

distrobox enter debian -- <binary to execute>

The -- is used to run binaries inside distrobox containers. This is used while exporting app icons or binaries to host. The error is shown because it expects a binary next to it.

@89luca89
Copy link
Owner

Right answer, not a bug

@89luca89 89luca89 closed this as not planned Won't fix, can't repro, duplicate, stale Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants