mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 07:35:49 -06:00
[GH-ISSUE #1415] Podman --userns=auto fails to start #995
Labels
No labels
ai-generated
android-app
android-app
android-app
build
build
dependencies
docs
enhancement
enhancement
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
server
server
unified-push
web-app
website
🔒 security
🔥 HOT
🪲 bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ntfy#995
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ta-vroom on GitHub (Aug 5, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1415
🐞 Describe the bug
Running ntfy in a rootless container via podman with
--userns=autoleads to a number of errors that look like so:Error: crun: open
/var/tmp/intermediate-mountpoint-$UID/run/podman-init: No such file or directory: OCI runtime attempted to invoke a command that was not found```💻 Components impacted
ntfy-server container (running rootless in podman) does not start
If I omit
userns=autontfy seems to work rootless as expected. Alternatively, running podman as rootful withuserns=autoalso seems to work.@binwiederhier commented on GitHub (Aug 8, 2025):
This does not seem to be a ntfy issue. If you provide more detail on what is going wrong with ntfy, we could discuss it further. But for now I'm closing this