Page 1 of 1

Tremendous Issues Installing sabnzbd

Posted: April 19th, 2011, 4:10 pm
by TurboTurtle
I recently changed my home server over from a dedicated Debian box to Xenserver, and in the process virtualized a Debian machine. Originally, with SAB I never had any issue getting it installed and running. Now, I can't get it installed, let alone functioning to save my life.

This is all via SSH, mind you.

I try:

Code: Select all

sudo apt-get install sabnzbdplus
And get this:

Code: Select all


Reading package lists... Done
Building dependency tree
Reading state information... Done
Package sabnzbdplus is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'sabnzbdplus' has no installation candidate
Poking around the Internet, I turn up nothing - I figure not that big of a deal, I'll just install form source.

Download the source package, satisfy all the dependencies, and now after running

Code: Select all

python SABnzbd.py
And get a terminal hanging at:

Code: Select all

2011-04-19 17:07:32,122::INFO::[SABnzbd:1136] Starting web-interface on 127.0.0.1:9001
2011-04-19 17:07:32,123::INFO::[_cplogging:55] [19/Apr/2011:17:07:32] ENGINE Bus STARTING
2011-04-19 17:07:32,126::INFO::[_cplogging:55] [19/Apr/2011:17:07:32] ENGINE Started monitor thread '_TimeoutMonitor'.
2011-04-19 17:07:32,227::INFO::[_cplogging:55] [19/Apr/2011:17:07:32] ENGINE Serving on 127.0.0.1:9001
2011-04-19 17:07:32,228::INFO::[_cplogging:55] [19/Apr/2011:17:07:32] ENGINE Bus STARTED
I cannot access the configuration page via my web browser on my host machine (IE the one I am SSHing into the server from) nor can I get to it from a w3m browser from within an SSH terminal. The only thing w3m brings up is the standard home page of SAB, but the links go nowhere (results in "cannot find //), and I have no functionality.

What the heck? I love using SABnzbd but I can't get it installed for the life of me. Anyone have any ideas?

Re: Tremendous Issues Installing sabnzbd

Posted: April 20th, 2011, 2:08 am
by jcfp
TurboTurtle wrote:

Code: Select all

Package sabnzbdplus is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'sabnzbdplus' has no installation candidate
contrib and non-free not enabled?

Re: Tremendous Issues Installing sabnzbd

Posted: August 17th, 2011, 4:50 pm
by Opperpanter
Any news on this?

I am running into the same issue (no installation candidate):

Code: Select all


Reading package lists... Done
Building dependency tree
Reading state information... Done
Package sabnzbdplus is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'sabnzbdplus' has no installation candidate
Running Debian Squueze:

apt.conf:

Code: Select all

APT::Default-Release "squeeze";
source.list:

Code: Select all

deb http://ftp.nluug.nl/pub/os/Linux/distr/debian/ squeeze main
deb-src http://ftp.nluug.nl/pub/os/Linux/distr/debian/ squeeze main

deb http://security.debian.org/ squeeze/updates main
deb-src http://security.debian.org/ squeeze/updates main

# squeeze-updates, previously known as 'volatile'
deb http://ftp.nluug.nl/pub/os/Linux/distr/debian/ squeeze-updates main
deb-src http://ftp.nluug.nl/pub/os/Linux/distr/debian/ squeeze-updates main

#backports
deb http://backports.debian.org/debian-backports squeeze-backports main

# also add urls for other releases which is possible now since we set the default release to squeeze
# now we can upgrade some of the packages (i.e. transmission) to testing.
deb http://ftp.nluug.nl/pub/os/Linux/distr/debian/ testing main
deb-src http://ftp.nluug.nl/pub/os/Linux/distr/debian/ testing main

deb http://ftp.nluug.nl/pub/os/Linux/distr/debian/ unstable main
deb-src http://ftp.nluug.nl/pub/os/Linux/distr/debian/ unstable main

deb http://ftp.nluug.nl/pub/os/Linux/distr/debian/ experimental main
deb-src http://ftp.nluug.nl/pub/os/Linux/distr/debian/ experimental main
I also tried to install from different Debian version, but no succes:

Code: Select all

apt-get -t unstable install sabnzbdplus

Re: Tremendous Issues Installing sabnzbd

Posted: August 18th, 2011, 3:34 am
by jcfp
Do I really need to repeat myself? :(
jcfp wrote:contrib and non-free not enabled?

Re: Tremendous Issues Installing sabnzbd

Posted: August 18th, 2011, 4:50 am
by Opperpanter
jcfp wrote:Do I really need to repeat myself? :(
jcfp wrote:contrib and non-free not enabled?
Sorry, thought you meant that to install sabnzbdplus you should have "contrib and non-free not enabled".

I will try the other way around tonight.