mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-24 22:45:49 +03:00
[GH-ISSUE #93] 0.7.6-nbxyz2 version fails to start on Synology NAS (dnsmasq permissions) #141
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#141
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 @andrew-potachits on GitHub (Jun 14, 2025).
Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/93
took latest version 0.7.6-nbxyz2 and it failed to start on Synology NAS Container manager. The errors are like this:
the compose file is this:
rolled back to 0.7.5-nbxyz9 and it works fine.
@antonym commented on GitHub (Jun 15, 2025):
Thanks for the report, I'll play around with it on my Synology. I refactored the container a bit in the latest release so I'll see if there's some stuff to tune.
@stavros-k commented on GitHub (Jun 17, 2025):
Most likely dnsmasq missing the net_bind_service cap due to it starting via gosu
@sever-sever commented on GitHub (Jun 19, 2025):
The same on VyOS even with
privilegedflagimage:
logs:
The latest working version etbootxyz/netbootxyz:0.7.5-nbxyz9
@antonym commented on GitHub (Jun 19, 2025):
Made a few changes and it works on my Synology now, got rid of gosu and running the app, dnsmasq as nbxyz users using root to initially bind the port. nginx workers run as nbxyz. Originally it was working on my Debian Docker machine, but this should simplify it.
Give 0.7.6-nbxyz4 a try.
@sever-sever commented on GitHub (Jun 19, 2025):
Worked for me
VyOS + podman backend
check
@antonym Thanks for the quick fix.