(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.
- Shadowtester
- Newbie
- Posts: 44
- Joined: July 31st, 2008, 11:04 am
Re: (Unofficial) Ubuntu repository for SABnzbd+
Lets hope that would be nice
Re: (Unofficial) Ubuntu repository for SABnzbd+
In fact it's even worse, in Ubuntu one needs no less than two demi-gods to approve, and next an actual divinity (archive admin) needs be okay with things too. Add to that sabnzbd+ being a relatively hard one to review, involving python, a large variety of licenses, and low priority it tends to take too long . Can't put a gun to them reviewer's heads, after all
- Shadowtester
- Newbie
- Posts: 44
- Joined: July 31st, 2008, 11:04 am
Re: (Unofficial) Ubuntu repository for SABnzbd+
If not a gun maybe a club would do the job
Re: (Unofficial) Ubuntu repository for SABnzbd+
0.4.3~rc4 has been uploaded. New stuff:
- Now also available for intrepid (i.e., the next release of Ubuntu scheduled for october).
- License is back to GPL v2 or later.
- Added an init.d script. Will only work after you edit the setting(s) in /etc/default/sabnzbdplus.
Re: (Unofficial) Ubuntu repository for SABnzbd+
0.4.3 has been uploaded. It is essentially identical to rc4, but for ease of mind... here it is anyway.
Last edited by shypike on September 1st, 2008, 1:44 am, edited 1 time in total.
Re: (Unofficial) Ubuntu repository for SABnzbd+
just tried to use this to install 0.4.3 over 0.4.0 and get this error when i try to access sab:
500 Internal error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/cherrypy/_cphttptools.py", line 110, in _run
applyFilters('before_finalize')
File "/var/lib/python-support/python2.5/cherrypy/filters/__init__.py", line 151, in applyFilters
method()
File "/var/lib/python-support/python2.5/sabnzbd/interface.py", line 209, in beforeFinalize
def beforeMain(self):
File "/var/lib/python-support/python2.5/sabnzbd/interface.py", line 287, in index
File "cheetah__usr_share_sabnzbdplus_interfaces_Default_templates_main_tmpl_1220284439_45_34544.py", line 95, in respond
NotFound: cannot find 'webdir'
thoughts on how to fix?
500 Internal error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/var/lib/python-support/python2.5/cherrypy/_cphttptools.py", line 110, in _run
applyFilters('before_finalize')
File "/var/lib/python-support/python2.5/cherrypy/filters/__init__.py", line 151, in applyFilters
method()
File "/var/lib/python-support/python2.5/sabnzbd/interface.py", line 209, in beforeFinalize
def beforeMain(self):
File "/var/lib/python-support/python2.5/sabnzbd/interface.py", line 287, in index
File "cheetah__usr_share_sabnzbdplus_interfaces_Default_templates_main_tmpl_1220284439_45_34544.py", line 95, in respond
NotFound: cannot find 'webdir'
thoughts on how to fix?
Re: (Unofficial) Ubuntu repository for SABnzbd+
Did you restart the program after installing the newer version?chokomon wrote: thoughts on how to fix?
Re: (Unofficial) Ubuntu repository for SABnzbd+
Doing a restart of the computer has fixed my problem.
Re: (Unofficial) Ubuntu repository for SABnzbd+
would it be possible to install this on dapper ?
Can I use one of the other repro's ?
Can I use one of the other repro's ?
Re: (Unofficial) Ubuntu repository for SABnzbd+
I don't think dapper could satisfy all dependencies as is, it comes with very old versions of some python modules. So you wouldn't get very far other than by grabbing the (gutsy) source package, tweaking the dependencies and/or their versions down far enough, and rebuilding the package yourself . And by then don't count on sabnzbd still functioning properly.
Re: (Unofficial) Ubuntu repository for SABnzbd+
damn that sucks , so that means installing it all from scratch again ;-)
Re: (Unofficial) Ubuntu repository for SABnzbd+
0.4.4~rc1 is on the way, bugfixes and minor changes only.
Re: (Unofficial) Ubuntu repository for SABnzbd+
rc1 -> final. No changes.
Re: (Unofficial) Ubuntu repository for SABnzbd+
For lazy people or people that don't know which version / release of Ubuntu they are using , there is another first step you could use the add the SABnzbdplus repository to the sources.list:
Instead of
where you have to fill out something for CODENAME, you can use this line to have the version filled out automagically:
Proof that it works:
Instead of
Code: Select all
echo "deb http://ppa.launchpad.net/jcfp/ubuntu CODENAME main" | sudo tee -a /etc/apt/sources.list
Code: Select all
echo "deb http://ppa.launchpad.net/jcfp/ubuntu " `grep CODENAME /etc/lsb-release | awk -F= '{ print $2 }' ` " main" | sudo tee -a /etc/apt/sources.list
Proof that it works:
Code: Select all
sander@ubuntu810:~$ tail -5 /etc/apt/sources.list
deb-src http://security.ubuntu.com/ubuntu intrepid-security main restricted
deb http://security.ubuntu.com/ubuntu intrepid-security universe
deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse
sander@ubuntu810:~$
sander@ubuntu810:~$ echo "deb http://ppa.launchpad.net/jcfp/ubuntu " `grep CODENAME /etc/lsb-release | awk -F= '{ print $2 }'` " main" | sudo tee -a /etc/apt/sources.list
deb http://ppa.launchpad.net/jcfp/ubuntu intrepid main
sander@ubuntu810:~$
sander@ubuntu810:~$
sander@ubuntu810:~$ tail -5 /etc/apt/sources.list
deb http://security.ubuntu.com/ubuntu intrepid-security universe
deb-src http://security.ubuntu.com/ubuntu intrepid-security universe
deb http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb-src http://security.ubuntu.com/ubuntu intrepid-security multiverse
deb http://ppa.launchpad.net/jcfp/ubuntu intrepid main
sander@ubuntu810:~$
sander@ubuntu810:~$
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Re: (Unofficial) Ubuntu repository for SABnzbd+
Indeed, automating that would make the instructions a bit more newbie-proof (albeit at the cost of becoming more susceptable for futile attempts to use the repo with unsupported/ancient versions of ubuntu). Done.