mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[GH-ISSUE #993] fatal: unable to exec run: Permission denied #832
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#832
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 @JohnGalt1717 on GitHub (Apr 1, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/993
Describe the bug
Hi, I'm getting this in the logs when I start up:
s6-supervise (child): fatal: unable to exec run: Permission denied
s6-supervise nginx: warning: unable to spawn ./run - waiting 10 seconds
Here's the command to start:
podman run -d --network proxy --restart always --name npm -e TZ="America/New_York" -v "/mnt/data/proxy/data:/data" -v "/mnt/data/proxy/letsencrypt:/etc/letsencrypt" -e DB_SQLITE_FILE="/data/database.sqlite" --privileged jc21/nginx-proxy-manager:latest
Directories have full permissions and container can write to the /data folder.
Expected behavior
Should start normally.
Operating System
Additional context
Unifi Dream Machine Pro
@renedis commented on GitHub (Apr 5, 2021):
This is an issue with systemd and podman.
Solve it by adding:
--systemd=false
Not NPM related