mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1415] Podman --userns=auto fails to start #994
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#994
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