[solved] A little help with Ubuntu?
Posted: July 11th, 2009, 3:41 am
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:
Yes I know I shouldn't use root but am just doing so so I can get it working.
I then do 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.
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=
I then do
Code: Select all
/etc/init.d/sabnzbd startCheers!
Paul.