(Unofficial) Ubuntu repository for SABnzbd+
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- 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.
Re: (Unofficial) Ubuntu repository for SABnzbd+
And thanks again, I had to look further though.
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!
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!
Re: (Unofficial) Ubuntu repository for SABnzbd+
Might seem obvious to some but "WHY"? Whats wrong with a standard apt-get install sabnzbdplus from the command line and use that?
Was just about to install SAB on my XBMC Live (Ubuntu based) Asrock 330 and paused....
Was just about to install SAB on my XBMC Live (Ubuntu based) Asrock 330 and paused....
Re: (Unofficial) Ubuntu repository for SABnzbd+
this should explain it pretty well.
Re: (Unofficial) Ubuntu repository for SABnzbd+
I'm having a hard time getting sabnzbd to start when my computer boots. I'm on karmic and was using the package from the official repos but switched to your PPA to see if it would make a difference and it hasn't. Here's /etc/default/sabnzbdplus:
It starts up fine if I run /etc/init.d/sabnzbdplus start after the system has booted.
Any ideas? I'm stumped.
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
Re: (Unofficial) Ubuntu repository for SABnzbd+
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.
Re: (Unofficial) Ubuntu repository for SABnzbd+
Gah! Encrypted home directory!
I feel dumb for missing the obvious. Let me turn off ecryptfs.
Edit: Thanks, jcfp! That was it. Do you want to add a warning to your first post so other users don't make this mistake?
I feel dumb for missing the obvious. Let me turn off ecryptfs.
Edit: Thanks, jcfp! That was it. Do you want to add a warning to your first post so other users don't make this mistake?
Last edited by menders on November 12th, 2009, 4:21 pm, edited 1 time in total.
Re: (Unofficial) Ubuntu repository for SABnzbd+
Hi,
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.
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.
Re: (Unofficial) Ubuntu repository for SABnzbd+
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
Re: (Unofficial) Ubuntu repository for SABnzbd+
Now that 0.5 has finally reached public beta, the start post and the package itself are about to be updated as well. Most importantly:
- Templates changed: smpl is now the default/fallback interface; the former "Default" is now known as "Classic" and available as sabnzbdplus-theme-classic. Iphone is no more, it's replacement is called "Mobile" and packaged as sabnzbdplus-theme-mobile. It will be automatically installed if you had -theme-iphone installed in 0.4.x but probably needs you to select it again in the config if you want to use it.
- Anything other than karmic has seen only very limited testing; if you have dependency problems and so on please do report immediately by simply replying to this thread.
- Gutsy support was dropped, for the time being it is still available as 0.4.12 but it won't receive any more updates.
- The project Gods tell us that "It is recommended you finish your current queue before upgrading, as a new queue and history will be used for 0.5.x (the old one will still remain, you just need to downgrade)". In case you got upgraded to 0.5 prematurely, don't worry: 1) shutdown any instance of 0.5, 2) download the 0.4.12 source release (SABnzbd-0.4.12-src.tar.gz) from sourceforge, 3) extract it, 4) change into the directory that contains SABnzbd.py, 5) run that using 'python2.5 SABnzbd.py' until your queue is done, and finally 6) switch back to 0.5 by stopping any instance of 0.4, and starting 0.5 using 'sabnzbdplus' or via the init script.
- Support for end-of-queue action (like shutdown or hibernate) may work if you install the python-dbus and dbus packages. If you use such features on your system, please test and report back. Thanks
Last edited by jcfp on November 26th, 2009, 1:51 pm, edited 1 time in total.
Re: (Unofficial) Ubuntu repository for SABnzbd+
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
This can easely be workaround by manually installing libjs-mochiki 1.4.2 from jaunty since there is no dependancy. (took me 2 days to figure out the solution since i'm a linux newby
Works fine for me now... don't know if you can make something about it...
Thank for the ubuntu package
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
This can easely be workaround by manually installing libjs-mochiki 1.4.2 from jaunty since there is no dependancy. (took me 2 days to figure out the solution since i'm a linux newby
Works fine for me now... don't know if you can make something about it...
Thank for the ubuntu package
Re: (Unofficial) Ubuntu repository for SABnzbd+
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
Re: (Unofficial) Ubuntu repository for SABnzbd+
When i upgrade to the latest beta 0.5 version, i get the following error in firefox:
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
i also removed it completely and then installed the beta but still the same issue.
running ubuntu karmic 64bit
thanks.
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
i also removed it completely and then installed the beta but still the same issue.
running ubuntu karmic 64bit
thanks.
Re: (Unofficial) Ubuntu repository for SABnzbd+
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
Re: (Unofficial) Ubuntu repository for SABnzbd+
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.
Re: (Unofficial) Ubuntu repository for SABnzbd+
thank you my friend
it works
but still a newbee
hans
it works
but still a newbee
hans