Tremendous Issues Installing sabnzbd
Posted: April 19th, 2011, 4:10 pm
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:
And get this:
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
And get a terminal hanging at:
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?
This is all via SSH, mind you.
I try:
Code: Select all
sudo apt-get install sabnzbdplus
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
Download the source package, satisfy all the dependencies, and now after running
Code: Select all
python SABnzbd.py
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
What the heck? I love using SABnzbd but I can't get it installed for the life of me. Anyone have any ideas?