is it possible to stop sab from lauching firefox when i start the program ?
because i set up sab as a service according to this tut.. http://sabnzbdplus.wiki.sourceforge.net/Windows+service
and firefox give me the firefox is already running but is not responding error. so i had to alt+crt+del.. it is getting annoying and i dont know how to fix it..
thanx
how to remove automatic browser lauch
Forum rules
Help us help you:
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.
how to remove automatic browser lauch
Last edited by guardianx on February 16th, 2008, 11:31 pm, edited 1 time in total.
Re: how to remove automatic browser lauch
If you set up SABnzbd to run as a service, always use the --daemon option.
This is an absolutely essential option to use for services.
Read the Wiki page on commandline optiio ns for more info.
This is an absolutely essential option to use for services.
Read the Wiki page on commandline optiio ns for more info.
Re: how to remove automatic browser lauch
how would i go about adding the - b 0 option to the service?
Re: how to remove automatic browser lauch
You don't need -b0, use -d (or --daemon).
I quote from forum member "Usenet":
Create an 'AppParameters' value of type REG_SZ and specify the parameters for your app.
For Example: AppParameters: REG_SZ: -d -f C:\bin\sabnzbd.ini
Doing this you can skip running startup scrips etc..
I quote from forum member "Usenet":
Create an 'AppParameters' value of type REG_SZ and specify the parameters for your app.
For Example: AppParameters: REG_SZ: -d -f C:\bin\sabnzbd.ini
Doing this you can skip running startup scrips etc..
Re: how to remove automatic browser lauch
when i edit the value in regedit
C:\Program Files\SABnzbd\SABnzbd.exe
to
-d -f C:\Program Files\SABnzbd\SABnzbd.exe
and restart.. sab doesnt work anymore as a service
C:\Program Files\SABnzbd\SABnzbd.exe
to
-d -f C:\Program Files\SABnzbd\SABnzbd.exe
and restart.. sab doesnt work anymore as a service
Last edited by guardianx on February 17th, 2008, 7:05 am, edited 1 time in total.
Re: how to remove automatic browser lauch
What i meant was that you should add an additional parameter to the registry, where you store the switches..
Keep the ones you got, pointing out the directory and one pointing out the executable. Then add "my" where you point out the switch for running in daemon mode. OK?
Keep the ones you got, pointing out the directory and one pointing out the executable. Then add "my" where you point out the switch for running in daemon mode. OK?
Re: how to remove automatic browser lauch
You can just set auto_browser to 0 in sabnzbd.ini.guardianx wrote: is it possible to stop sab from lauching firefox when i start the program ?