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
Hello everyone I have built the podman from source on my ubuntu 24.04 on ec2 instance, everything looks good I can pull the images I can run the container, I can build the images. but each time when i reboot the instance or want to run the podman for the first time I get this error
failed to reexec: Permission denied
but when I repeat the command again it works:
podman version
Client: Podman Engine
Version: 5.3.0
API Version: 5.3.0
Go Version: go1.22.6
Git Commit: 874bf2c301ecf0ba645f1bb45f81966cc755b7da
Built: Thu Nov 21 16:21:39 2024
OS/Arch: linux/amd64
any idea?
thanks for your help
Steps to reproduce the issue
Steps to reproduce the issue
run any podman commands for the first time
Describe the results you received
failed to reexec: Permission denied
Describe the results you expected
return normal output
podman info output
host:
arch: amd64buildahVersion: 1.38.0cgroupControllers:
- cpu
- memory
- pidscgroupManager: cgroupfscgroupVersion: v2conmon:
package: Unknownpath: /usr/local/libexec/podman/conmonversion: 'conmon version 2.1.12, commit: 3d774d57d0ba1857573df331617520688f543444'cpuUtilization:
idlePercent: 83.97systemPercent: 6.89userPercent: 9.14cpus: 2databaseBackend: sqlitedistribution:
codename: nobledistribution: ubuntuversion: "24.04"eventLogger: filefreeLocks: 2048hostname: ip-100-68-9-90idMappings:
gidmap:
- container_id: 0host_id: 1000size: 1
- container_id: 1host_id: 100000size: 65536uidmap:
- container_id: 0host_id: 1000size: 1
- container_id: 1host_id: 100000size: 65536kernel: 6.8.0-1019-awslinkmode: dynamiclogDriver: k8s-filememFree: 3503554560memTotal: 4023279616networkBackend: netavarknetworkBackendInfo:
backend: netavarkdns:
package: Unknownpackage: Unknownpath: /usr/local/libexec/podman/netavarkversion: netavark 1.14.0-devociRuntime:
name: runcpackage: Unknownpath: /usr/bin/runcversion: |- runc version 1.2.0+dev commit: v1.2.0-69-gb7da1673 spec: 1.2.0 go: go1.22.4os: linuxpasta:
executable: /usr/local/bin/pastapackage: Unknownversion: | pasta 2024_11_21.238c69f Copyright Red Hat GNU General Public License, version 2 or later <https://www.gnu.org/licenses/old-licenses/gpl-2.0.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.remoteSocket:
exists: truepath: /run/user/1000/podman/podman.sockrootlessNetworkCmd: pastasecurity:
apparmorEnabled: falsecapabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOTrootless: trueseccompEnabled: falseseccompProfilePath: ""selinuxEnabled: falseserviceIsRemote: falseslirp4netns:
executable: ""package: ""version: ""swapFree: 0swapTotal: 0uptime: 0h 1m 44.00svariant: ""plugins:
authorization: nulllog:
- k8s-file
- none
- passthroughnetwork:
- bridge
- macvlan
- ipvlanvolume:
- localregistries:
search:
- docker.iostore:
configFile: /home/ubuntu/.config/containers/storage.confcontainerStore:
number: 0paused: 0running: 0stopped: 0graphDriverName: overlaygraphOptions: {}graphRoot: /home/ubuntu/.local/share/containers/storagegraphRootAllocated: 30083776512graphRootUsed: 6272868352graphStatus:
Backing Filesystem: extfsNative Overlay Diff: "true"Supports d_type: "true"Supports shifting: "false"Supports volatile: "true"Using metacopy: "false"imageCopyTmpDir: /var/tmpimageStore:
number: 0runRoot: /run/user/1000/containerstransientStore: falsevolumePath: /home/ubuntu/.local/share/containers/storage/volumesversion:
APIVersion: 5.3.0Built: 1732206099BuiltTime: Thu Nov 21 16:21:39 2024GitCommit: 874bf2c301ecf0ba645f1bb45f81966cc755b7daGoVersion: go1.22.6Os: linuxOsArch: linux/amd64Version: 5.3.0
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered:
Probably related to the rootless pause process, which we both create and try to join on first run, then only join on subsequent runs. You can do a podman system migrate and if that causes the error again that confirms the cause.
Hi @mheon Thanks for your answer, even for running this command
podman system migrate I get the same error for the first time, and after the second time and rebooting the system, nothing has changed.
BTW, there is no container running on the system
Issue Description
Hello everyone I have built the podman from source on my ubuntu 24.04 on ec2 instance, everything looks good I can pull the images I can run the container, I can build the images. but each time when i reboot the instance or want to run the podman for the first time I get this error
failed to reexec: Permission denied
but when I repeat the command again it works:
podman version
any idea?
thanks for your help
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
failed to reexec: Permission denied
Describe the results you expected
return normal output
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: