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
Systemd user service podman.service for rootless podman will show the following errors when started: Error: command required for rootless mode with multiple IDs: exec: "newuidmap": executable file not found in $PATH
When I add shadow package to override the path of the systemd user service, a new error would occur:
newuidmap: write to uid_map failed: Operation not permitte
should have setuid or have filecaps setuid: exit status 1
Steps To Reproduce
Steps to reproduce the behavior:
Set virtualisation.podman.enable = true in /etc/nixos/configuration
Start podman.service after login.
Expected behavior
The user service podman.service should be started without error.
Hi, Thanks for your reply. I've updated nixpkgs and updated the metadata in this issue. However, podman.service still fails to start and the error message is the same
Describe the bug
Systemd user service
podman.service
for rootless podman will show the following errors when started:Error: command required for rootless mode with multiple IDs: exec: "newuidmap": executable file not found in $PATH
When I add
shadow
package to override the path of the systemd user service, a new error would occur:Steps To Reproduce
Steps to reproduce the behavior:
virtualisation.podman.enable = true
in/etc/nixos/configuration
podman.service
after login.Expected behavior
The user service
podman.service
should be started without error.Notify maintainers
@zowoq @pennae
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: