Page 1 of 1

Re: firefox starts in offline mode

Posted: Sat May 30, 2009 10:17 am
by fwc
Try this:
Please open Firefox and type into address bar about:config
if is the first time you are unsing about:config on firefox, a warning windows come in front of you please confirm the "promise".

Then search ( type the name into the "filter row" field ) for the firefox config param named network.online

double click on the filtered row and set it to true

quit and restart firefox

Hope this helps

Re: firefox starts in offline mode

Posted: Sun May 31, 2009 12:38 am
by fwc
1.This should work but there is one more solution below:
Disable and stop Network Manager from services(System->Administration->Services, in Services configuration page stop and disable Network Manager).
If you can't find that setting in the menu:
toolkit.networkmanager.disable
to true in about:config
2.And last if all else fails (revert the file if it doesn't work):
open /etc/network/interfaces and make look like this:
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0