[solved] A little help with Ubuntu?

Get help with all aspects of SABnzbd
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.
Locked
probedb
Newbie
Newbie
Posts: 17
Joined: July 11th, 2009, 3:35 am

[solved] A little help with Ubuntu?

Post 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.
Last edited by rascalli on July 11th, 2009, 9:46 pm, edited 1 time in total.
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: A little help with Ubuntu?

Post by switch »

Add /sabnzbd/ to the end of the url. 0.5 will drop this silly requirement
probedb
Newbie
Newbie
Posts: 17
Joined: July 11th, 2009, 3:35 am

Re: A little help with Ubuntu?

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