SAB on Mac.

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
dave4367
Newbie
Newbie
Posts: 2
Joined: October 18th, 2010, 6:23 am

SAB on Mac.

Post by dave4367 »

Hi, I'm having troubles.

When I now open SAB i get this message.




SABnzbd needs a free tcp/ip port for its internal web server.
Port 8080 on localhost was tried , but it is not available.
Some other software uses the port or SABnzbd is already running.

Please restart SABnzbd with a different port number.

Open a Terminal window and type the line (example):
    /Applications/SABnzbd.app/Contents/MacOS/SABnzbd --server localhost:8081

If you get this error message again, please try a different number.

Program did not start!


I have been downloading fine untill about a week ago.
The only thing that I think has changed is the latest upgrade.

I have tried changing the port number but i just get the same message but with the different port number.

I'm not a great whizz on the mac/unix thing so be gentle with me.

I have tried uninstalling and re installing - made no difference.
I have also tried going 'back' with time capsule to the earlier version - no difference.

Any help would be appreciated.

Regards

Dave
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SAB on Mac.

Post by shypike »

The quickest way to solve this is to remove the sabnzbd.ini file.
It's here: /Users/user/Library/Application Support/SABnzbd/sabnzbd.ini
/Users/user/Library/Application Support/SABnzbd/sabnzbd.ini
When you delete (or move it elsewhere) the next time you start SABnzbd,
the setup Wizard will appear.
Make sure that SABnzbd isn't still running!
dave4367
Newbie
Newbie
Posts: 2
Joined: October 18th, 2010, 6:23 am

Re: SAB on Mac.

Post by dave4367 »

Hi Shypike

Thanks for the quick response.

Unfortunately that didn't work. I rebooted to make sure sab wasn't running, first time removed the .ini file, second time removed the whole sab file from application support, 3rd removed sab app and the support file. Still no joy. Comes up with the tcpip port message each time. I'm desperately try to think what else app wise i may have loaded but really don't think there is anything.
Is there a way of checking the ports to see what is using , say port 808 or 8000 etc?

Dave
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SAB on Mac.

Post by shypike »

SABnzbd is trying the port it says it tried.
Did you enable the OSX firewall and if so did you create an exception for SABnzbd?
I'm not an OSX expert, so I need some time to come up with a diagnostic.
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: SAB on Mac.

Post by rAf »

Hi,

Could you try this command on Terminal ? :

Code: Select all

lsof -iTCP -sTCP:LISTEN -P | grep 8080
This command should tell you if a process is running on port 8080.
shumbadrinker
Newbie
Newbie
Posts: 1
Joined: November 27th, 2010, 5:45 pm

Re: SAB on Mac.

Post by shumbadrinker »

I am seeing the same thing. Started happening a few days ago. I am running the latest build of SABNZDB. I do not have a firewall enabled, and nothing is running on port 8080. Would appreciate some help here.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SAB on Mac.

Post by shypike »

Reboot your system.
Start SABnzbd again.

Should it still fail to work.
From a Terminal session type
ps -alx | grep SABnzbd

You should only get one match (the "grep" program itself).
If you get more, this means that SABnzbd is already running.
hasselhoff
Newbie
Newbie
Posts: 1
Joined: October 11th, 2012, 2:02 am

Re: SAB on Mac.

Post by hasselhoff »

Reboot your system.
Start SABnzbd again.

Should it still fail to work.
From a Terminal session type
ps -alx | grep SABnzbd

You should only get one match (the "grep" program itself).
If you get more, this means that SABnzbd is already running.
Not working for me either.
I created another user on the Mac and testet it that way and it was a succes. But that's on another user account... so something is fishy on my machine :/

Thanks for trying gyus!
Post Reply