If I alter the nzbget.conf.qnap file and change the value of 'DaemonUsername' from root to admin, I can then start the service.
Steps To Reproduce
No response
Logs
No response
Extra information
In QNAP QTS, admin is the root user (UID=0).
I'm also not sure why this username needs to be specified. If executing process as UID/EUID = 0, it's easy to find current username. Maybe the test should be for UID instead of the literal username?
Is there already an issue for your problem?
NZBGet Version
v24.3-stable
Platform
NAS/Synology/QNAP
Environment
Current Behavior
When starting daemon:
... nothing appears in terminal to advise of errors or otherwise. Daemon process is not running.
Checked nzbget logs, and saw this:
Expected Behavior
For daemon to start. 🤓
If I alter the
nzbget.conf.qnap
file and change the value of 'DaemonUsername' fromroot
toadmin
, I can then start the service.Steps To Reproduce
No response
Logs
No response
Extra information
In QNAP QTS,
admin
is the root user (UID=0).I'm also not sure why this username needs to be specified. If executing process as UID/EUID = 0, it's easy to find current username. Maybe the test should be for UID instead of the literal username?
Thoughts?