SABnzbd will not run
Posted: 07 Jun 2013 03:24
Hi, I'm having an issue with getting SABnzbd running in a jail. I've had it running previously just fine, but yesterday I had to reboot my server and when I started up my jail, I just couldn't get SAB going again. I have Sickbeard installed as well and that runs with no problems.
I tried installing a new jail using TheBrig (my original jail was a manual install), did a portsnap fetch, installed SAB from ports, and still no joy. I've been scouring the internet for a solution but nothing has come up yet.
This is what I get when I start SAB in the jail
But when I try to load up the webpage I get a "404 - Not Found" message.
Below is some output when I run the above command.
I'm not sure what other log reports I can obtain that would help pinpoint the issue (or how to run them), but if anyone could help me out I would appreciate it.
Cheers
I tried installing a new jail using TheBrig (my original jail was a manual install), did a portsnap fetch, installed SAB from ports, and still no joy. I've been scouring the internet for a solution but nothing has come up yet.
This is what I get when I start SAB in the jail
Code: Select all
root@test:/ # /usr/local/etc/rc.d/sabnzbd start
Starting sabnzbd.Below is some output when I run the above command.
Code: Select all
run_rc_command "$1"
+ run_rc_command start
+ _return=0
+ rc_arg=start
+ [ -z sabnzbd ]
+ shift 1
+ rc_extra_args=''
+ _rc_prefix=''
+ eval '_override_command=$sabnzbd_program'
+ _override_command=''
+ command=''
+ _keywords='start stop restart rcvar '
+ rc_pid=''
+ _pidcmd=''
+ _procname=''
+ [ -n '' ]
+ [ -z start ]
+ [ -n '' ]
+ eval 'rc_flags=$sabnzbd_flags'
+ rc_flags=''
+ eval '_chdir=$sabnzbd_chdir' '_chroot=$sabnzbd_chroot' '_nice=$sabnzbd_nice' '_user=$sabnzbd_user' '_group=$sabnzbd_group' '_groups=$sabnzbd_groups'
+ _chdir='' _chroot='' _nice='' _user=_sabnzbd _group=_sabnzbd _groups=''
+ [ -n _sabnzbd ]
+ eval if [ -x /usr/bin/id '];' then /usr/bin/id '-un;' fi
+ [ -x /usr/bin/id ]
+ /usr/bin/id -un
+ [ _sabnzbd = root ]
+ [ -z '' ]
+ eval
+ [ start != start ]
+ [ -n sabnzbd_enable -a start != rcvar -a start != stop ]
+ checkyesno sabnzbd_enable
+ eval '_value=$sabnzbd_enable'
+ _value=YES
+ debug 'checkyesno: sabnzbd_enable is set to YES.'
+ return 0
+ eval '_cmd=$start_cmd' '_precmd=$start_precmd' '_postcmd=$start_postcmd'
+ _cmd=sabnzbd_start _precmd=sabnzbd_prestart _postcmd=''
+ [ -n sabnzbd_start ]
+ _run_rc_precmd
+ check_required_before start
+ local _f
+ [ ! -d /usr/local/sabnzbd/. ]
+ return 0
+ [ -n sabnzbd_prestart ]
+ debug 'run_rc_command: start_precmd: sabnzbd_prestart '
+ eval 'sabnzbd_prestart '
+ sabnzbd_prestart
+ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin:/usr/local/bin:/usr/local/sbin
+ [ ! -f /usr/local/sabnzbd -a ! -d /usr/local/sabnzbd -a ! -L /usr/local/sabnzbd ]
+ _return=0
+ [ 0 -ne 0 ]
+ check_required_after start
+ local _f _args
+ return 0
+ return 0
+ _run_rc_doit 'sabnzbd_start '
+ debug 'run_rc_command: doit: sabnzbd_start '
+ eval 'sabnzbd_start '
+ sabnzbd_start
+ [ ! -f '' ]
+ su -m _sabnzbd -c '/usr/local/bin/SABnzbd.py --daemon -f /usr/local/sabnzbd/sabnzbd.ini'
+ echo 'Starting sabnzbd.'
Starting sabnzbd.
+ _return=0
+ [ 0 -ne 0 ]
+ return 0
+ _run_rc_postcmd
+ [ -n '' ]
+ return 0
+ return 0
Cheers