Sabnzbd does not start [OSX]

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
astradti
Newbie
Newbie
Posts: 1
Joined: April 26th, 2015, 11:49 am

Sabnzbd does not start [OSX]

Post by astradti »

Hi,

I'm having a problem, sabnzbd does not start. I get following error:
SABnzbd.py 0.7.20

SABnzbd needs a free tcp/ip port for its internal web server.
Port 8091 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:8080

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

Program did not start!
I alleready did that, but that didn't changed anything. Can someone help me? I'm running under Yosemite.

thx
bkgreen
Newbie
Newbie
Posts: 2
Joined: April 27th, 2015, 4:35 pm

Re: Sabnzbd does not start [OSX]

Post by bkgreen »

Same for me, and now I have no access to the general settings file as SABnzbd does not start! Many tries using Terminal with spaces, no spaces various numbers eg. 519, 8080, 1024 tec. --- No Go

So, I'm stuck - Uninstall and start over?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Sabnzbd does not start [OSX]

Post by shypike »

Try this instead (in Terminal):
/Applications/SABnzbd.app/Contents/MacOS/SABnzbd --server 127.0.0.1:8080

The problem is likely that your "localhost" isn't properly defined.
The next release will tackle this problem better.
bkgreen
Newbie
Newbie
Posts: 2
Joined: April 27th, 2015, 4:35 pm

Re: Sabnzbd does not start [OSX]

Post by bkgreen »

shypike wrote:Try this instead (in Terminal):
/Applications/SABnzbd.app/Contents/MacOS/SABnzbd --server 127.0.0.1:8080

The problem is likely that your "localhost" isn't properly defined.
The next release will tackle this problem better.

I tried this suggestion, and still got the same error message, and SABnzbd did not start.
Can you explain how I might properly define my "localhost" if that is the problem?

I am running 10.6.8, and I reinstalled the snow leopard version prior to trying your suggestion. Do I really have to wait for the next release of SABnzbd?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Sabnzbd does not start [OSX]

Post by shypike »

Edit /etc/hosts
It should contain the line:

Code: Select all

127.0.0.1 localhost
There should only be one localhost line.
Google how to edit this file.

BTW: There's nothing wrong with using 127.0.0.1
If you want a nicer looking URL, you can add a fantasy name to /etc/hosts

Code: Select all

127.0.0.1 mymac
Post Reply