Can't open web interface after install [UBUNTU Server]

Support for the Debian/Ubuntu package, created by JCFP.
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
heiney
Newbie
Newbie
Posts: 4
Joined: January 7th, 2013, 12:49 am

Can't open web interface after install [UBUNTU Server]

Post by heiney »

Code: Select all

sudo service sabnzbdplus restart

 sudo service sabnzbdplus restart
 * Stopping SABnzbd+ binary newsgrabber                                  [ OK ]
 * Starting SABnzbd+ binary newsgrabber                                  [ OK ]

Code: Select all

 sudo service sabnzbdplus start
 * SABnzbd+ binary newsgrabber: already running (pid 30858)

Code: Select all

netstat -apon | grep -i listen | grep -vi listening
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      -                off (0.00/0/0)
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      -                off (0.00/0/0)
tcp        0      0 0.0.0.0:49100           0.0.0.0:*               LISTEN      -                off (0.00/0/0)
tcp        0      0 127.0.0.1:8080          0.0.0.0:*               LISTEN      30858/python     off (0.00/0/0)
tcp        0      0 0.0.0.0:32400           0.0.0.0:*               LISTEN      -                off (0.00/0/0)
tcp        0      0 0.0.0.0:1715            0.0.0.0:*               LISTEN      -                off (0.00/0/0)
tcp        0      0 0.0.0.0:32469           0.0.0.0:*               LISTEN      -                off (0.00/0/0)
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -                off (0.00/0/0)
tcp        0      0 0.0.0.0:32443           0.0.0.0:*               LISTEN      -                off (0.00/0/0)
tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      -                off (0.00/0/0)
tcp6       0      0 :::139                  :::*                    LISTEN      -                off (0.00/0/0)
tcp6       0      0 :::80                   :::*                    LISTEN      -                off (0.00/0/0)
tcp6       0      0 :::22                   :::*                    LISTEN      -                off (0.00/0/0)
tcp6       0      0 :::445                  :::*                    LISTEN      -                off (0.00/0/0)
the IP is 192.168.1.178. when i go to 192.168.1.178:8080/sabnzbd/, i get " Oops! Google Chrome could not connect to 192.168.1.178:8080"

anyone got any ideas as to why this is happening? this is all on the same lan. my ip is 192.168.1.10 from a windows 7 computer.

i havent even been able to run the wizard yet.

Code: Select all

C:\Users\heiney>ping 192.168.1.178 -t

Pinging 192.168.1.178 with 32 bytes of data:
Reply from 192.168.1.178: bytes=32 time<1ms TTL=64
Reply from 192.168.1.178: bytes=32 time<1ms TTL=64
Reply from 192.168.1.178: bytes=32 time<1ms TTL=64
heiney
Newbie
Newbie
Posts: 4
Joined: January 7th, 2013, 12:49 am

Re: Can't open web interface after install [UBUNTU Server]

Post by heiney »

hmm...fixed it by running 'sabnzbdplus' and running through the wizard at the terminal instead of a browser. so weird.
User avatar
jcfp
Release Testers
Release Testers
Posts: 1022
Joined: February 7th, 2008, 12:45 pm

Re: Can't open web interface after install [UBUNTU Server]

Post by jcfp »

heiney wrote:sudo service sabnzbdplus start
* SABnzbd+ binary newsgrabber: already running (pid 30858)

tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 30858/python off (0.00/0/0)
Default is to listen on localhost/127.0.0.1 only unless configured otherwise. For a completely new install, making sab available remotely can be done by passing the command line argument --server <host:port> or (on ubuntu) by having the init script do that for you by setting the correct info in /etc/default/sabnzbdplus.
Post Reply