Tremendous Issues Installing sabnzbd

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
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.
Post Reply
TurboTurtle
Newbie
Newbie
Posts: 1
Joined: April 19th, 2011, 3:58 pm

Tremendous Issues Installing sabnzbd

Post 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?
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: Tremendous Issues Installing sabnzbd

Post 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?
Opperpanter
Newbie
Newbie
Posts: 4
Joined: August 17th, 2011, 4:46 pm

Re: Tremendous Issues Installing sabnzbd

Post 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
User avatar
jcfp
Release Testers
Release Testers
Posts: 989
Joined: February 7th, 2008, 12:45 pm

Re: Tremendous Issues Installing sabnzbd

Post by jcfp »

Do I really need to repeat myself? :(
jcfp wrote:contrib and non-free not enabled?
Opperpanter
Newbie
Newbie
Posts: 4
Joined: August 17th, 2011, 4:46 pm

Re: Tremendous Issues Installing sabnzbd

Post 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.
Post Reply