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 /
What the heck? I love using SABnzbd but I can't get it installed for the life of me. Anyone have any ideas?


