Page 2 of 3

Re: SABnzbd on Mac

Posted: July 11th, 2020, 11:09 am
by Ray071295
Yea, renaming; above my pay grade!

Re: SABnzbd on Mac

Posted: July 11th, 2020, 11:10 am
by Ray071295
Now I'll work on integrating sickbeard.

Re: SABnzbd on Mac

Posted: July 18th, 2020, 10:35 pm
by Ray071295
I installed an update so had to close SABnzbd. When I tried to re-open it, it only re-opened via the terminal. When I closed the terminal after opening SAB, it (SAB) closed. What am I missing?

Re: SABnzbd on Mac

Posted: July 19th, 2020, 9:37 am
by Ahrhome
In terminal type this
/Applications/SABnzbd.app/Contents/MacOS/SABnzbd --server localhost:8080

Re: SABnzbd on Mac

Posted: July 19th, 2020, 3:47 pm
by Ray071295
This is what I copied into the terminal to open SAB: /Applications/SABnzbd.app/Contents/MacOS/SABnzbd --console -s 0.0.0.0:8080 -b1
and it worked. However, when I closed (terminated) the terminal, it closed SAB. When I copied in what you told me...yes, worked as well; until i closed the terminal.

Re: SABnzbd on Mac

Posted: July 19th, 2020, 3:50 pm
by OneCD
You need to launch it in daemon mode: ‘--daemon’

Re: SABnzbd on Mac

Posted: July 19th, 2020, 4:16 pm
by Ray071295
Do I just add that on to what i'm copying into the terminal?

Re: SABnzbd on Mac

Posted: July 19th, 2020, 4:18 pm
by OneCD
Yes.

Re: SABnzbd on Mac

Posted: July 19th, 2020, 4:18 pm
by Ray071295
because when I did; both with '--daemon' and without --daemon, when I terminated the terminal, it terminated SAB...again.

Re: SABnzbd on Mac

Posted: July 19th, 2020, 4:21 pm
by OneCD
Can you remove that console option and try again?

Re: SABnzbd on Mac

Posted: July 19th, 2020, 4:26 pm
by Ray071295
I am a novice at this. Tell me what the console option command is please.

Re: SABnzbd on Mac

Posted: July 19th, 2020, 4:29 pm
by OneCD
It’s the bit of your command string that says ‘--console’. ;)

Re: SABnzbd on Mac

Posted: July 19th, 2020, 4:31 pm
by Ray071295
Yes, I did take out --console it still shut it down

Re: SABnzbd on Mac

Posted: July 19th, 2020, 4:33 pm
by Ray071295
Here are is the current command I am using
/Applications/SABnzbd.app/Contents/MacOS/SABnzbd --server localhost:8080—daemon

Re: SABnzbd on Mac

Posted: July 19th, 2020, 4:36 pm
by OneCD
Please ensure you prefix ‘daemon’ with a whitespace character and 2 x hyphens.