Search found 3 matches

by dprus
February 6th, 2010, 4:10 pm
Forum: General Discussion
Topic: Installing sabnzbd on gentoo [updated to 0.5.6]
Replies: 45
Views: 40725

Re: Installing sabnzbd on gentoo [updated to RC3]

ok, I managed to get it working. I changed my init.d script to look like this and it works: start-stop-daemon --start --quiet --background -c ${SABNZBD_USER}:${SABNZBD_GROUP} \         --exec /usr/bin/SABnzbd -- -d -s ${SABNZBD_HOSTNAME}:${SABNZBD_PORT} &> /dev/null         eend $? I think the m...
by dprus
February 6th, 2010, 3:55 pm
Forum: General Discussion
Topic: Installing sabnzbd on gentoo [updated to 0.5.6]
Replies: 45
Views: 40725

Re: Installing sabnzbd on gentoo [updated to RC3]

Do you have any idea what I can do to debug it? I've tried to run the start-stop-daemon command from the shell directly and SABnzbd starts up fine from there.

Trying to figure out what actually causes the init script to display [ok] vs [!!].
by dprus
February 4th, 2010, 11:37 pm
Forum: General Discussion
Topic: Installing sabnzbd on gentoo [updated to 0.5.6]
Replies: 45
Views: 40725

Re: Installing sabnzbd on gentoo [updated to beta6]

Hi, I installed sabnzbd as you suggested and it appears to work except for the init script. When I run: # /etc/init.d/sabnzbd restart I get the red [!!], however SABnzbd starts up just fine and also appears to work just fine, too. The problem is that your init script has assumed the start was a fail...