mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #398] [emerg] getpwnam("nginx") failed #337
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#337
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 @alkanna on GitHub (May 7, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/398
Getting this error at nginx start, it breaks websocket support apparently.
Need to manually run useradd nginx in the container to fix the issue.
@jc21 commented on GitHub (May 20, 2020):
So the container starts, even though you saw that error? I'm not seeing it in any of my containers.
Can you mention your docker host operating system?
@jonatino commented on GitHub (Aug 28, 2020):
Also had this issue. Installed in unraid as a docker service.
Had to run
useradd -s /bin/false nginx@jonatino commented on GitHub (Aug 28, 2020):
Uninstalled and reinstalled it on Unraid and the same problem happened twice.
It's weird because the control panel loads fine, but none of my proxy hosts worked until I created that user.
@dextre1480 commented on GitHub (Mar 1, 2021):
hello, I solved with:
useradd -r nginx
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
@ikechukwukalu commented on GitHub (Nov 3, 2021):
This worked for me
@0xzight commented on GitHub (May 6, 2022):
thanks @jonatino
useradd -s /bin/false nginx
its work on me too.
@abuabdirohman4 commented on GitHub (Jul 11, 2022):
solved with run
useradd -s /bin/false nginxthanks @jonatino
@smilad commented on GitHub (May 23, 2023):
alpine use
adduserinstead useradd