Can't access/start SABnzbd on FreeNAS (in ESXi)

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.
Post Reply
tuv003
Newbie
Newbie
Posts: 1
Joined: November 1st, 2014, 1:57 pm

Can't access/start SABnzbd on FreeNAS (in ESXi)

Post by tuv003 »

Hi, I have a problem using the following setup:

Version: 0.7.18
OS: FreeNAS running as a VM in ESXi 5.5
Install-type: NAS package
Skin (if applicable): n/a
Firewall Software: none, built in router
Are you using IPV6? no
Is the issue reproducible? no, worked fine on another server with FreeNAS, although that was not using ESXi.

The problem is that I can't seem to access the GUI. And FreeNAS says the plugin is running, but if I go to the shell and execute "nc localhost 8080" I get no response.
Also the IP it gave itself (diffrent one than FreeNAS runs on, thought that was quite weird) does not appear in my DHPC server.

Thanks in advance.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Can't access/start SABnzbd on FreeNAS (in ESXi)

Post by sander »

What is the output of:

Code: Select all

netstat -a | grep -i LISTEN
brad1961
Newbie
Newbie
Posts: 1
Joined: March 18th, 2016, 6:54 pm

Re: Can't access/start SABnzbd on FreeNAS (in ESXi)

Post by brad1961 »

I'm having the same problem however I'm not (in ESXi)
The output from

Code: Select all

netstat -a | grep -i LISTEN
Is

Code: Select all

root@sabnzbd_1:/ # netstat -a | grep -i LISTEN
tcp4       0      0 localhost.8080         *.*                    LISTEN
tcp4       0      0 sabnzbd_1.12362        *.*                    LISTEN
root@sabnzbd_1:/ #


Any ideas
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Can't access/start SABnzbd on FreeNAS (in ESXi)

Post by sander »

Your SABnzbd is only listening to 'localhost', which you can not access it from another machine or your LAN.

There are a few ways to change that:
- start a webbrowser on FreenNAS, and go to http://127.0.0.1:8080/, and change Listening Host to 0.0.0.0, Save and restart
- in the file sabnzbd.ini
- starting sabnzbd from the command line with option -s 0.0.0.0

HTH
Post Reply