mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-25 15:05:50 +03:00
[GH-ISSUE #107] Nginx server crashes right from the start (getpwnam("abc") failed ??) #147
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-netbootxyz#147
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 @stsichler on GitHub (Sep 3, 2025).
Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/107
I just downloaded a fresh install of netbootxyz (0.7.6-nbxyz7).
Menu works, booting from netboot.xyz.efi works, hosting local assets works, but booting from local assets does NOT work, because the nginx server does not run.
systemctl status netbootxyz.servicesays:(...) 198 WARN exited: nginx (exit status 1; not expected)(...) INFO gave up: nginx entered FATAL state, too many start retries too>Examination of docker container shows that
/var/log/nginx/error.logsays:nginx: [emerg] getpwnam("abc") failed in /config/nginx/nginx.conf:1Any ideas?
I found this: nginx won't start: getpwnam("nginx") failed in /etc/nginx/nginx.conf:5
@stsichler commented on GitHub (Sep 3, 2025):
Ok, I think I found the problem:
/config/nginx/nginx.confstarts with the lineuser abc;I think this should read
user nbxyz;@stsichler commented on GitHub (Sep 3, 2025):
Ok, this file was a local remnant of some older (obviously broken) installation. Sorry for bothering.