You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, many thanks for your work.
However, I have several problems, two of which I was able to correct.
I seem to be missing packages for Debian 12 :
$ podman version
Client: Podman Engine
Version: 5.1.1
API Version: 5.1.1
Go Version: go1.22.4
Built: Thu Jan 1 00:00:00 1970
OS/Arch: linux/amd64
WARN[0000] Failed to add pause process to systemd sandbox cgroup: dbus: couldn't determine address of session bus$ sudo apt install --assume-yes dbus-user-session[...]$ podman versionClient: Podman EngineVersion: 5.1.1API Version: 5.1.1Go Version: go1.22.4Built: Thu Jan 1 00:00:00 1970OS/Arch: linux/amd64
$ podman run -ti docker.io/library/alpine /bin/sh
Error: could not find pasta, the network namespace can't be configured: exec: "pasta": executable file not found in $PATH$ sudo apt install --assume-yes passt[...]$ podman run -ti docker.io/library/alpine /bin/sh/ #
And finally, the last problem I can't solve, which seems to beapparmor related:
$ podman run -ti docker.io/library/alpine /bin/sh
Trying to pull docker.io/library/alpine:latest...
Getting image source signatures
Copying blob d25f557d7f31 done|
Copying config 1d34ffeaf1 done|
Writing manifest to image destination
Error: pasta failed with exit code 1:
Couldn't open network namespace /run/user/1001/netns/netns-a7f183ff-5cf7-a9ab-304f-23d76da9450a: Permission denied
Hello,
First of all, many thanks for your work.
However, I have several problems, two of which I was able to correct.
I seem to be missing packages for Debian 12 :
And finally, the last problem I can't solve, which seems to be
apparmor
related:When launching my container, I get this error:
Using the trixie or sid version of
apparmor
doesn't solve the problem.Thanks again for your work.
May the force be with you.
The text was updated successfully, but these errors were encountered: