This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Află mai multe

Firefox hangs forever on startup when pref is changed to lockPref in mozilla.cfg

  • Niciun răspuns
  • 0 au această problemă
  • 1 vizualizare
more options

Hello,

I deployed central management of firefox yesterday and I am suffering firefox hangs on startup (prior to opening any window) after configuration change from pref to localPref. When I kill firefox and run again it usually start normally. Usually one kill is sufficient, but I observed also two subsequent kills are necessary.

I created these files:

/usr/lib64/firefox/defaults/pref/autoconfig.js:

pref("general.config.filename", "firefox.cfg"); pref("general.config.obscure_value", 0);

/usr/lib64/firefox/firefox.cfg:

// This comment is mandatory lockPref("autoadmin.global_config_url","http://www/firefox/firefox.cfg"); lockPref("autoadmin.append_emailaddr",false);

and in the firefox.cfg on a website I have for example: lockPref("network.proxy.type", 4);

when I change the lockPref to pref in this file, everything works normally, but when I change it back to lockPref I get a firefox hang on startup. What am I doing wrong?

Thanks

Marek

Hello, I deployed central management of firefox yesterday and I am suffering firefox hangs on startup (prior to opening any window) after configuration change from pref to localPref. When I kill firefox and run again it usually start normally. Usually one kill is sufficient, but I observed also two subsequent kills are necessary. I created these files: /usr/lib64/firefox/defaults/pref/autoconfig.js: pref("general.config.filename", "firefox.cfg"); pref("general.config.obscure_value", 0); /usr/lib64/firefox/firefox.cfg: // This comment is mandatory lockPref("autoadmin.global_config_url","http://www/firefox/firefox.cfg"); lockPref("autoadmin.append_emailaddr",false); and in the firefox.cfg on a website I have for example: lockPref("network.proxy.type", 4); when I change the lockPref to pref in this file, everything works normally, but when I change it back to lockPref I get a firefox hang on startup. What am I doing wrong? Thanks Marek

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.