forked from loft-sh/devpod
-
Notifications
You must be signed in to change notification settings - Fork 19
Desktop Application Podman Local Provider Error #545
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
What happened?
Starting a workspace with DevPod Desktop, I am met with the error /usr/bin/podman: symbol lookup error: /usr/bin/podman: undefined symbol: seccomp_transaction_reject.
What did you expect to happen instead?
DevPod Desktop opens the workspace successfully.
How can we reproduce the bug? (as minimally and precisely as possible)
Build and run a workspace as-is.
Local Environment:
- DevPod Version: v0.14.2 (AppImage)
- Operating System: linux (OpenSUSE Tumbleweed)
- ARCH of the OS: AMD64
DevPod Provider:
- Cloud Provider: Not applicable
- Kubernetes Provider: Not applicable
- Local/remote provider: docker (podman under the hood with
podman-dockerpackage) - Custom provider: Not applicable
Anything else we need to know?
I have a workaround, which is to preload some system libraries needed which resolves the error and other following errors:
LD_PRELOAD=/usr/lib64/libseccomp.so.2:/usr/lib64/libcrypto.so.3:/usr/lib64/libssl.so.3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed