Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings.
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
I set USER=nzb in "/etc/default/sabnzbdplus" on my debian server.
When I boot the system now, sabnzbd doesnt print an error message but also does not start properbly.
If I start "sabnzbplus -d" the sabnzbd starts successfully but is run by user root and not user nzb.
If I switch to user nzb and start "sabnzbdplus -d" it runs by user nzb without problems. Same as when am logged in as root and do "sudo -u nzb sabnzbdplus -d" - everything works fine.
But I doesnt get the autostart with user nzb to work :-( Any ideas? Thank you
First, if you want to test the init script just call it directly, i.e. sudo /etc/init.d/sabnzbdplus start or even sudo sh -x /etc/init.d/sabnzbdplus start for debug output.
Next, check that everything sab needs is actually available on time. Known troublemakers include encrypted home dirs, (wireless) network connection that are slow to come up, and usb disks.
so i did "sh -x /etc/init.d/sabnzbdplus start" and it works fine.
but at boot it still doesnt start.
I dont have any encrypted dirs, no wifi, no usb drives.
maybe i will just start the sab by hand as the system is usually not shut down anyways.