Mac OS 10.6 - Sabnzbd+ start problem

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
AmokK
Newbie
Newbie
Posts: 3
Joined: October 21st, 2009, 7:44 am

Mac OS 10.6 - Sabnzbd+ start problem

Post by AmokK »

hi !

I just restored my mac using time machine, and now Sabnzbd+ won't start anymore.
The program itself launches, but no web page is launched, and it's not even accessible if I try to connect directly to it, with safari on localhost address.
I removed Sabnzbd+, reinstalled latest 0.4.12, same problem.

Any ideas ?

Thanks for any help
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: Mac OS 10.6 - Sabnzbd+ start problem

Post by rAf »

Open a terminal and type :

Code: Select all

open ~/.sabnzbd/sabnzbd.ini
Check for your host and port.

Hope it helps
AmokK
Newbie
Newbie
Posts: 3
Joined: October 21st, 2009, 7:44 am

Re: Mac OS 10.6 - Sabnzbd+ start problem

Post by AmokK »

Here's a sample of my ini :

host = localhost
port = 8080

Seems nothing has changed, but still unable to connect locally lik before.
sabnzbd+ process is still launched but I don't know what to do to fix it :(
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: Mac OS 10.6 - Sabnzbd+ start problem

Post by rAf »

What's happening when you're trying to connect ?
Check the url : http://localhost:8080/sabnzbd

If it still don't work try to replace localhost by 0.0.0.0 in your ini file and restart SABnzbd.
You can shutdown SABnzbd via terminal :

Code: Select all

killall -3 SABnzbd
if it still don't work try to rename you sabnzbd.ini file and restart SABnzbd to create a new fresh one.
AmokK
Newbie
Newbie
Posts: 3
Joined: October 21st, 2009, 7:44 am

Re: Mac OS 10.6 - Sabnzbd+ start problem

Post by AmokK »

When I try to connect, safari can't simply open the page.
I replaced localhost by 0.0.0.0, when I started sabnzbd+, it prompted the first time launch advertissement, like if it was newly installed, but still same problem, no safari web page open simultaneously, and impossible to connect when entering the address manually.
Then I used the terminal command mv to rename my sabnzbd.ini to sabnzbd.ini.bak, and then all worked back again, as a fresh install.
Thanks again, problem solved :)
Post Reply