Bug#556545: Iceweasel 3.0.14-1 is configured to use a proxy server and it's impossible to modify the network settings

2009-11-17 Thread Mike Hommey
On Tue, Nov 17, 2009 at 11:58:58AM +0100, Claude Micouin wrote:
 Le lundi 16 novembre 2009, Mike Hommey a écrit :
Please send the requested about:config output, that might help somehow.
  
  You need to check for network.proxy, not output ;)
 Well, I'm not sure to know exactly what to do now with requested 
 about:config 
 output :-)

Well, just look back in history, that was in my first or second message.

(...)
 and with iceweasel in safe-mode, if I go to about:config and filter 
 network.proxy and if I do Save 
 page as, I get this .xul file:

A screenshot would be more useful.

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556545: Iceweasel 3.0.14-1 is configured to use a proxy server and it's impossible to modify the network settings

2009-11-17 Thread Mike Hommey
On Tue, Nov 17, 2009 at 01:48:54PM +0100, Claude Micouin wrote:
 Le mardi 17 novembre 2009, Mike Hommey a écrit :
  Well, just look back in history, that was in my first or second message.
 Yes, I remember. It was about the screenshot:
 Go to about:config, then type network.proxy in the filter, and send a
 screenshot of the result. I did it.
 But... 
 
  A screenshot would be more useful.
 ...you didn't received it ? Its name was Iceweasel_network.proxy
 I let you a copy anyway.

Oh. That's what I was thinking. You seem to have something locking a
bunch of proxy preferences. You need to find what is responsible for
that in /usr/lib/iceweasel/defaults/preferences and
/usr/lib/iceweasel/defaults/syspref.

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556545: Iceweasel 3.0.14-1 is configured to use a proxy server and it's impossible to modify the network settings

2009-11-17 Thread Claude Micouin
Le mardi 17 novembre 2009, Mike Hommey a écrit :
 Oh. That's what I was thinking. You seem to have something locking a
 bunch of proxy preferences. You need to find what is responsible for
 that in /usr/lib/iceweasel/defaults/preferences and
 /usr/lib/iceweasel/defaults/syspref.
Utch! There is nothing in /usr/lib/iceweasel/defaults/syspref
but in /usr/lib/iceweasel/defaults/ there's a big piece.

grep -r proxy /usr/lib/iceweasel/defaults/preferences/firefox.js

pref(network.proxy.share_proxy_settings,  false); // use the same proxy 
settings for all protocols

and...
grep -r proxy /usr/lib/iceweasel/defaults/preferences/debian-edu.js

// Force proxy usage
lockPref(network.proxy.backup.ftp, webcache);
lockPref(network.proxy.backup.ftp_port, 3128);
lockPref(network.proxy.backup.gopher, webcache);
lockPref(network.proxy.backup.gopher_port, 3128);
lockPref(network.proxy.backup.socks, webcache);
lockPref(network.proxy.backup.socks_port, 3128);
lockPref(network.proxy.backup.ssl, webcache);
lockPref(network.proxy.backup.ssl_port, 3128);
lockPref(network.proxy.ftp, webcache);
lockPref(network.proxy.ftp_port, 3128);
lockPref(network.proxy.gopher, webcache);
lockPref(network.proxy.gopher_port, 3128);
lockPref(network.proxy.http, webcache);
lockPref(network.proxy.http_port, 3128);
lockPref(network.proxy.share_proxy_settings, true);
lockPref(network.proxy.socks, webcache);
lockPref(network.proxy.socks_port, 3128);
lockPref(network.proxy.ssl, webcache);
lockPref(network.proxy.ssl_port, 3128);
lockPref(network.proxy.type, 1);
lockPref(network.proxy.no_proxies_on, localhost, 127.0.0.1, intern);

I suppose the cause of all my troubles is debian-edu (with these locks).
But I didn't beware because with another PC with Debian (without recent 
upgrade) and the same Debian-edu packages installed (not the same versions) 
firefox can connect.

I've purged all these packages to be sure.

ii  debian-edu-archive-keyring2008.02.11GnuPG 
archive keys of the Debian Edu archive
ii  debian-edu-artwork0.0.30-2  Debian 
Edu themes and artwork   
ii  debian-edu-artwork-usplash0.0.30-2  Debian 
Edu artwork for usplash  
ii  debian-edu-config 1.428 
Configuration files for Skolelinux systems  
ii  debian-edu-doc1.3~20091016~5.0.3+edu0~alpha 
Documentation from the Debian Edu project (t
ii  debian-edu-doc-de 1.3~20091016~5.0.3+edu0~alpha German 
documentation from the Debian Edu pro
ii  debian-edu-doc-en 1.3~20091016~5.0.3+edu0~alpha 
English documentation from the Debian Edu pr
ii  debian-edu-doc-es 1.3~20091016~5.0.3+edu0~alpha 
Spanish documentation from the Debian Edu pr
ii  debian-edu-doc-fr 1.3~20091016~5.0.3+edu0~alpha French 
documentation from the Debian Edu pro
ii  debian-edu-doc-it 1.3~20091016~5.0.3+edu0~alpha 
Italian documentation from the Debian Edu pr
ii  debian-edu-doc-nb 1.3~20091016~5.0.3+edu0~alpha Bokmal 
documentation from the Debian Edu pro
ii  debian-edu-install0.677 Set d-
i values to install Debian Edu without

Now, firefox can't connect, because Connection settings is still on Manual 
proxy configuration, but I can modify it and Iceweasel can connect! :-)

Of course /usr/lib/iceweasel/defaults/preferences/debian-edu.js has gone, but 
I will look at it later.

There was no bug in iceweasel.

A lot of thanks. :-)
Merci beaucoup.
Muchas gracias.

Claude

-- 
Claude Micouin mlng...@free.fr http://astuce.linux.free.fr




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556545: Iceweasel 3.0.14-1 is configured to use a proxy server and it's impossible to modify the network settings

2009-11-16 Thread Claude Micouin
Package: iceweasel
Version: 3.0.14-1
File: /usr/bin/iceweasel
Justification: renders package unusable
Severity: grave

Hello.
With my Squeeze, I've just updated iceweasel to 3.0.14-1 version and now, it 
does not want to connect on Internet. It tells me that:
Proxy Server Not Found
Iceweasel is configured to use a proxy server that can't be found.

Of course, I've tried to correct this in Preferences = Advanced =Netwok 
=Connection settings where the selection is on Manual proxy configuration, 
but I cannot modify this because everything is grey (as if I hadn't the 
permissions to do this or if it was only a snapshot).
I've tried iceweasel as root. No changes...
I've looked the permissions in my .mozilla (everything seems right) with:
ls -Rl .mozilla/ | grep -v rw
No regular files. Only directories.

I've tried it with a new user; to move my ~/.mozilla/firefox directory out of 
the way; with iceweasel -safe-mode; and there was no changes.

It looks like a bug.
Thanks.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages iceweasel depends on:
ii  debianutils   3.2.1  Miscellaneous utilities specific 
t
ii  fontconfig2.6.0-4generic font configuration 
library
ii  libc6 2.10.1-5   GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-4  GCC support library
ii  libglib2.0-0  2.22.2-2   The GLib library of C routines
ii  libgtk2.0-0   2.18.3-1   The GTK+ graphical user interface
ii  libnspr4-0d   4.8-1  NetScape Portable Runtime Library
ii  libstdc++64.4.1-4The GNU Standard C++ Library v3
ii  procps1:3.2.8-2  /proc file system utilities
ii  psmisc22.8-1 utilities that use the proc file 
s
ii  xulrunner-1.9 1.9.0.14-1 XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts  1.6.4-1 TrueType versions of some TeX 
font
ii  libkrb53 1.6.dfsg.4~beta1-13 Transitional library package/krb4
ii  mathematica-fonts [t 10  Installer of Mathematica fonts
pn  mozplugger   none  (no description available)
ii  ttf-mathematica4.1   10  transitional dummy package
ii  xfonts-mathml3   Type1 Symbol font for MathML
pn  xprint   none  (no description available)
ii  xulrunner-1.9-gnome- 1.9.0.14-1  Support for GNOME in xulrunner 
app

-- no debconf information



-- 
Claude Micouin mlng...@free.fr http://astuce.linux.free.fr
J'utilise la nouvelle orthographe recommandée par l'Académie française, et 
vous ?  Merci de ne pas me joindre de textes
aux formats doc ou ppt, mais aux formats «html», «pdf», «rtf» ou «txt».




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556545: Iceweasel 3.0.14-1 is configured to use a proxy server and it's impossible to modify the network settings

2009-11-16 Thread Mike Hommey
On Mon, Nov 16, 2009 at 05:57:26PM +0100, Claude Micouin wrote:
 Package: iceweasel
 Version: 3.0.14-1
 File: /usr/bin/iceweasel
 Justification: renders package unusable
 Severity: grave
 
 Hello.
 With my Squeeze, I've just updated iceweasel to 3.0.14-1 version and now, it 
 does not want to connect on Internet. It tells me that:
 Proxy Server Not Found
 Iceweasel is configured to use a proxy server that can't be found.

What was the version before the upgrade ?

 Of course, I've tried to correct this in Preferences = Advanced =Netwok 
 =Connection settings where the selection is on Manual proxy configuration, 
 but I cannot modify this because everything is grey (as if I hadn't the 
 permissions to do this or if it was only a snapshot).
 I've tried iceweasel as root. No changes...
 I've looked the permissions in my .mozilla (everything seems right) with:
 ls -Rl .mozilla/ | grep -v rw
 No regular files. Only directories.
 
 I've tried it with a new user; to move my ~/.mozilla/firefox directory out of 
 the way; with iceweasel -safe-mode; and there was no changes.

Go to about:config, then type network.proxy in the filter, and send a
screenshot of the result.

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556545: Iceweasel 3.0.14-1 is configured to use a proxy server and it's impossible to modify the network settings

2009-11-16 Thread Mike Hommey
On Mon, Nov 16, 2009 at 09:25:42PM +0100, Claude Micouin wrote:
 Le lundi 16 novembre 2009, vous avez écrit :
  What was the version before the upgrade ?
 I don't know. I think it was the previous one (of Debian).

Please try checking the /var/log/dpkg.log file

  Go to about:config, then type network.proxy in the filter, and send a
  screenshot of the result.
 OK.
 
 Thanks.

Please Cc the bug number @ bugs.debian.org

Cheers,

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556545: Iceweasel 3.0.14-1 is configured to use a proxy server and it's impossible to modify the network settings

2009-11-16 Thread Mike Hommey
On Mon, Nov 16, 2009 at 10:38:23PM +0100, Claude Micouin wrote:
 Le lundi 16 novembre 2009, Mike Hommey a écrit :
  Please try checking the /var/log/dpkg.log file
 You're right. The old version was there: 3.0.9-1

There is nothing I can see between 3.0.9-1 and 3.0.14-1 that can explain
a locking of the proxy preferences.

Please send the requested about:config output, that might help somehow.

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556545: Iceweasel 3.0.14-1 is configured to use a proxy server and it's impossible to modify the network settings

2009-11-16 Thread Claude Micouin
Le lundi 16 novembre 2009, Mike Hommey a écrit :
 Please try checking the /var/log/dpkg.log file
You're right. The old version was there: 3.0.9-1

 Please Cc the bug number @ bugs.debian.org
OK.
Thanks.


-- 
Claude Micouin mlng...@free.fr http://astuce.linux.free.fr
J'utilise la nouvelle orthographe recommandée par l'Académie française, et 
vous ?  Merci de ne pas me joindre de textes
aux formats doc ou ppt, mais aux formats «html», «pdf», «rtf» ou «txt».




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556545: Iceweasel 3.0.14-1 is configured to use a proxy server and it's impossible to modify the network settings

2009-11-16 Thread Claude Micouin
Le lundi 16 novembre 2009, Mike Hommey a écrit :
 On Mon, Nov 16, 2009 at 10:38:23PM +0100, Claude Micouin wrote:
  Le lundi 16 novembre 2009, Mike Hommey a écrit :
   Please try checking the /var/log/dpkg.log file
 
  You're right. The old version was there: 3.0.9-1
 
 There is nothing I can see between 3.0.9-1 and 3.0.14-1 that can explain
 a locking of the proxy preferences.
Would it be possible to downgrade to this version to make the test?
If yes, where could I find the .deb?

 Please send the requested about:config output, that might help somehow.
I've just done it and there is nothing. The result is empty... So I don't send 
the screenshot of course. :-)
And I've made a test with this command:
grep output  ~/.mozilla/firefox/xx.default/prefs.js
Nothing.

Thanks
-- 
Claude Micouin mlng...@free.fr http://astuce.linux.free.fr




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#556545: Iceweasel 3.0.14-1 is configured to use a proxy server and it's impossible to modify the network settings

2009-11-16 Thread Mike Hommey
On Mon, Nov 16, 2009 at 11:17:41PM +0100, Claude Micouin wrote:
 Le lundi 16 novembre 2009, Mike Hommey a écrit :
  On Mon, Nov 16, 2009 at 10:38:23PM +0100, Claude Micouin wrote:
   Le lundi 16 novembre 2009, Mike Hommey a écrit :
Please try checking the /var/log/dpkg.log file
  
   You're right. The old version was there: 3.0.9-1
  
  There is nothing I can see between 3.0.9-1 and 3.0.14-1 that can explain
  a locking of the proxy preferences.
 Would it be possible to downgrade to this version to make the test?
 If yes, where could I find the .deb?
 
  Please send the requested about:config output, that might help somehow.
 I've just done it and there is nothing. The result is empty... So I don't 
 send 
 the screenshot of course. :-)
 And I've made a test with this command:
 grep output  ~/.mozilla/firefox/xx.default/prefs.js
 Nothing.

You need to check for network.proxy, not output ;)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org