Page 1 of 1

Unbuntu Start Problem Sabnzbd

Posted: May 25th, 2012, 6:47 pm
by MediaSlave12
Whats up guys, new to the forum, hopefully you can help me out. I Was in the process of installing Sick Beard when the next step told me to open Sabnzbd, and fails to do so. Here is an output, maybe u can help me.. See at the bottom of the page it says Invalid user??? Any help here... My login is "Mike", pretty confused


mike@Inspiron1520-MediaSlave12:~$ sh -x /etc/init.d/sabnzbdplus start+ DAEMON=/usr/bin/sabnzbdplus
+ SETTINGS=/etc/default/sabnzbdplus
+ [ -x /usr/bin/sabnzbdplus ]
+ [ -r /etc/default/sabnzbdplus ]
+ DESC=SABnzbd+ binary newsgrabber
+ DEFOPTS=--daemon
+ sed -n 1s/^#\!\([a-z0-9\.\/]\+\)\(.*\)/\1(\2)?/p /usr/bin/sabnzbdplus
+ PYTHONEXEC=^/usr/bin/python( -OO)?
+ PIDFILE=/var/run/sabnzbdplus.pid
+ SETTINGS_LOADED=FALSE
+ unset USER CONFIG HOST PORT EXTRAOPTS
+ . /lib/lsb/init-functions
+ FANCYTTY=
+ [ -e /etc/lsb-base-logging.sh ]
+ . /etc/lsb-base-logging.sh
+ LOG_DAEMON_MSG=
+ start_sab
+ load_settings
+ [ FALSE != TRUE ]
+ . /etc/default/sabnzbdplus
+ USER=Mike
+ CONFIG=
+ HOST=
+ PORT=
+ EXTRAOPTS=
+ [ -z Mike ]
+ [ -z Mike ]
+ OPTIONS=--daemon
+ [ -n ]
+ [ -n ]
+ SERVER=
+ [ -n ]
+ [ -n ]
+ [ -n ]
+ SETTINGS_LOADED=TRUE
+ return 0
+ is_running
+ pgrep -f -x -u Mike ^/usr/bin/python( -OO)? /usr/bin/sabnzbdplus --daemon.*
pgrep: invalid user name: Mike
+ PID=
+ RET=2
+ [ 2 -gt 1 ]
+ exit 1

Re: Unbuntu Start Problem Sabnzbd

Posted: May 25th, 2012, 6:51 pm
by MediaSlave12
I also dont believe that Sabnzbd is set to start on startup. So i go in the terminal and type in "sabnzbdplus" to try to manually start it, then i use https://localhost:9090/sabnzbd/ in my browser to access it and i receive a internal error 500

500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 618, in respond
cherrypy.response.body = self.handler()
File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 277, in index
return template.respond()
File "_usr_share_sabnzbdplus_interfaces_Plush_templates_main_tmpl.py", line 168, in respond
NotFound: cannot find 'have_quota'

Would appreciate any help,
Cheers

Re: Unbuntu Start Problem Sabnzbd

Posted: May 26th, 2012, 2:41 am
by sander

Re: Unbuntu Start Problem Sabnzbd

Posted: May 26th, 2012, 3:39 am
by shypike
You have a SABnzbd core and skin code that don't match.
It's best to remove all SABnzbd related packages and install again.

Re: Unbuntu Start Problem Sabnzbd

Posted: May 27th, 2012, 4:19 pm
by MediaSlave12
Appreciate the response, I'll check back in tomorrow and let you know if it worked.

Enjoy Memorial Day Weekend,
Or for the rest of the world May 27/28 :D

Re: Unbuntu Start Problem Sabnzbd

Posted: June 12th, 2012, 4:49 am
by Yettinger
So did it work for you?