Page 1 of 1

[solved] A little help with Ubuntu?

Posted: July 11th, 2009, 3:41 am
by probedb
Hi folks,

New to both sabnzbd and Ubuntu (9.04) :)

I've installed it from the repository through Gnome and I'm trying to get it running as a service.

I've edited /etc/default/sabnzbd as follows:

Code: Select all

# [required] user or uid of account to run the program as:
USER=root

# [optional] full path to the configuration file of your choice;
#            otherwise, the default location (in $USER's home
#            directory) is used:
CONFIG=/root/.sabnzbd/sabnzbd.ini

# [optional] hostname/ip and port number to listen on:
HOST=192.168.1.2
PORT=8080

# [optional] extra command line options, if any:
EXTRAOPTS=
Yes I know I shouldn't use root but am just doing so so I can get it working.

I then do

Code: Select all

/etc/init.d/sabnzbd start
which goes fine, when I access that address from a browser on my network I just get a blank page. Am I missing something?

Cheers!

Paul.

Re: A little help with Ubuntu?

Posted: July 11th, 2009, 3:52 am
by switch
Add /sabnzbd/ to the end of the url. 0.5 will drop this silly requirement

Re: A little help with Ubuntu?

Posted: July 11th, 2009, 3:58 am
by probedb
switch wrote: Add /sabnzbd/ to the end of the url. 0.5 will drop this silly requirement
Oops, I knew I had to do that I managed to overlook it :)

Thank you! Works great now...