From: pierre poulos on
Using Iceweasel, Google Chrome and Lynx I cannot access http;//
www.debian.org or any of the mirrors without using an external web proxy. My
isp says they can access fine on their own machines. My wife's
computer running Firefox on WinXP sp3 on the same connection also works
fine. I have had to change my apt sources list as it was unable to access
the
security updates. What's wrong with my machine.
I am running lenny current.
From: Jochen Schulz on
pierre poulos:
>
> Using Iceweasel, Google Chrome and Lynx I cannot access http;//

I guess you meant to write "http://" instead of "http;//".

> www.debian.org or any of the mirrors without using an external web proxy.

What error message do you get?

J.
--
I worry about people thinking I have lost direction.
[Agree] [Disagree]
<http://www.slowlydownward.com/NODATA/data_enter2.html>
From: pierre poulos on
It just sits on connecting.... then times out (sorry about the typo)

On Wed, Aug 4, 2010 at 7:48 PM, Jochen Schulz <ml(a)well-adjusted.de> wrote:

> pierre poulos:
> >
> > Using Iceweasel, Google Chrome and Lynx I cannot access http;//
>
> I guess you meant to write "http://" instead of "http;//".
>
> > www.debian.org or any of the mirrors without using an external web
> proxy.
>
> What error message do you get?
>
> J.
> --
> I worry about people thinking I have lost direction.
> [Agree] [Disagree]
> <http://www.slowlydownward.com/NODATA/data_enter2.html>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iEYEARECAAYFAkxZN24ACgkQ+AfZydWK2zmYAACfYyhHxAFvnX4hQbsOJppz03oA
> PnMAn3JiHv8NqnX+fh18z4UkVm6LFwe6
> =fume
> -----END PGP SIGNATURE-----
>
>
From: Jochen Schulz on
pierre poulos:
> On Wed, Aug 4, 2010 at 7:48 PM, Jochen Schulz <ml(a)well-adjusted.de> wrote:
>> pierre poulos:
>>>
>>> Using Iceweasel, Google Chrome and Lynx I cannot access http;//
>>> www.debian.org or any of the mirrors without using an external web
>>> proxy.
>>
>> What error message do you get?
>
> It just sits on connecting.... then times out (sorry about the typo)

And what is the exact error message Iceweasel shows? I am asking because
I suspect you may have a global proxy configured somewhere and the
message would indicate that. You can also try

$ env | grep -i proxy

to see whether that is the case. Can you ping www.debian.org? Have you
tried editing your sources.list to use ftp:// instead of http://?

J.
--
Nothing is as I planned it.
[Agree] [Disagree]
<http://www.slowlydownward.com/NODATA/data_enter2.html>
From: Bob Proulx on
Jochen Schulz wrote:
> And what is the exact error message Iceweasel shows? I am asking because
> I suspect you may have a global proxy configured somewhere and the
> message would indicate that. You can also try
>
> $ env | grep -i proxy
>
> to see whether that is the case. Can you ping www.debian.org? Have you
> tried editing your sources.list to use ftp:// instead of http://?

And additionally the following might show something interesting too.

# find /etc/apt -type f -exec grep -i proxy {} +

Bob