Page 1 of 1

Used to be on Port 8080 now it won't work

Posted: January 20th, 2012, 4:51 pm
by cable_guy
Hi all,

I recently started a new Linux XBMC Server which had SABNZBDplus installed via LaSie.sh.

SAB was installed on port 8080, but all of a sudden when I hit port 8080 I get a web interface for XBMC.

I changed the sab config file to use port 9995 instead of 8080 but I'm just not getting the webpage served up to me when I hit the port nor the https equivalent.

I can see the service in init.d but when I try to "sudo start sabnzbplus" I get "unknown job: Sabznbdplus" :-\

Can anyone help me with what's happened to my Sab install please?!

Re: Used to be on Port 8080 now it won't work

Posted: January 20th, 2012, 8:36 pm
by krackt
you haven't indicated what distro you're using but if it uses upstart then

Code: Select all

service sabnzbdplus start
may do it. also don't run applications like sab as root.

Re: Used to be on Port 8080 now it won't work

Posted: January 21st, 2012, 8:23 am
by cable_guy
thanks that worked a treat ! :D