
It's working like a charm now.
Now let's find a gracefull way to shut is down again, Through the web interface this can be done.
But from xbmc in a shutdown script....
TY!
Code: Select all
# This file is sourced by /etc/init.d/sabnzbdplus
#
# When SABnzbd+ is started using the init script, the
# --daemon option is always used, and the program is
# started under the account of $USER, as set below.
#
# Each setting is marked either "required" or "optional";
# leaving any required setting unconfigured will cause
# the service to not start.
# [required] user or uid of account to run the program as:
USER=menders
# [optional] full path to the configuration file of your choice;
# otherwise, the default location (in $USER's home
# directory) is used:
CONFIG=
# [optional] hostname/ip and port number to listen on:
HOST=0.0.0.0
PORT=8080
# [optional] extra command line options, if any:
EXTRAOPTS=
Code: Select all
menders@menders-desktop:~$ who -r
run-level 2 2009-11-12 08:22
menders@menders-desktop:~$ ls -l /etc/rc2.d/*sabnzbdplus
lrwxrwxrwx 1 root root 21 2009-11-12 08:20 /etc/rc2.d/S98sabnzbdplus -> ../init.d/sabnzbdplus
Setup looks good, and with 0.0.0.0 networking shouldn't be the problem. Partitions/discs that aren't available on bootup? Encrypted homedir? USB drives that only get automounted after login?menders wrote:It starts up fine if I run /etc/init.d/sabnzbdplus start after the system has booted.
Creating a list of common errors is a long term, low priority item...menders wrote:Do you want to add a warning to your first post so other users don't make this mistake?
The package do not include any par2 executable, it simply relies on the par2 package to provide this. Apart from that, I'm not interested in packaging or maintaining this multicore par2 stuff: I don't have the hardware to test it or benefit from such a thing, and getting those releases to compile can be quite messy in my experience.beecher wrote:Would it be possible to package SABnzbd+ with multi-core par2 instead of the single threaded version. It is available here: http://chuchusoft.com/par2_tbb/download.html
Thanks for reporting. Fix uploaded, issue affected only intrepid.jon-at-an wrote:Just to report that sabnzbd+ 0.5beta is broken on intrepid
sabnzbdplus-theme-smpl 0.5.0~beta1-0ubuntu1~jcfp1~intrepid require libjs-mochikit >= 1.4 but on intrepid official version is 1.3.1-1
That looks alot like this bug in cherrypy. Included cherrypy3 version (also in the ppa package) in sabnzbd+ looks like its older than the commit that should fix that. Try clearing browser cache, if the problem persists file a bug in the beta releases forum to be sure devs notice.ezflow wrote: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 593, in respond
self.process_headers()
File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 661, in process_headers
self.cookie.load(value)
File "/usr/lib/python2.6/Cookie.py", line 625, in load
self.__ParseString(rawdata)
File "/usr/lib/python2.6/Cookie.py", line 656, in __ParseString
self.__set(K, rval, cval)
File "/usr/lib/python2.6/Cookie.py", line 578, in __set
M.set(key, real_value, coded_value)
File "/usr/lib/python2.6/Cookie.py", line 455, in set
raise CookieError("Illegal key value: %s" % key)
CookieError: Illegal key value: wpgb_visit_last-http://localhost
why didnt i thought of it before, thnx clearing my cookies fixed itjcfp wrote:
That looks alot like this bug in cherrypy. Included cherrypy3 version (also in the ppa package) in sabnzbd+ looks like its older than the commit that should fix that. Try clearing browser cache, if the problem persists file a bug in the beta releases forum to be sure devs notice.