delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2016/09/26/22:01:21

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:subject:references:to:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=P0HuA0x0VjSWqtXi
1JgIqLg19d8RqlaH9QgLfGbR5iGPW2OHaEz4Nn+cCU5GW6itOrz8Wkyt0/cvjnhJ
OvsHs+4OQibzOK9oMkrKixdhGDRfqssvnQZYnvGZp+uLDjO9Sd3ELq5U/avdt5Ec
oFVHcyKRC27hku1ObHArCOsiI6w=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:subject:references:to:from:message-id
:date:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=BK3Ok1OT1ORV1xjJ+39/aZ
eXnYg=; b=f/+XTjonRhAbxiIuMtVK+rh4l14GrKVic+gg9U55s42Z1v1Lrv/vip
zLV7gzcDwUVGgYLDCz3OO7TzJ0VlmEDWCFfRJrSLPohc9ovgOxoGHebjCgS8dUGW
/C2JR06TveW8WMsCNzoQTdliNkiqNEtctmi3tT3/wZ7rBivnzdOHg=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=ISP, Hx-spam-relays-external:64.59.134.9, H*RU:64.59.134.9, Hx-spam-relays-external:!192.168.1.100!
X-HELO: smtp-out-no.shaw.ca
X-Authority-Analysis: v=2.2 cv=Qb8khYTv c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=IkcTkHD0fZMA:10 a=w_pzkKWiAAAA:8 a=Seq9N_buqaJNPvpg3woA:9 a=QEXdDO2ut3YA:10 a=9c8rtzwoRDUA:10 a=sRI3_1zDfAgwuvI8zelB:22
Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca
Subject: Re: setup.exe : proxy auto-configuration script without IE ?
References: <c14e236e-e86d-991f-a882-55ad773877d8 AT laposte DOT net>
To: cygwin AT cygwin DOT com
From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>
Message-ID: <73c7be5e-5978-8b00-4902-796c85ef62ce@SystematicSw.ab.ca>
Date: Mon, 26 Sep 2016 20:00:41 -0600
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0
MIME-Version: 1.0
In-Reply-To: <c14e236e-e86d-991f-a882-55ad773877d8@laposte.net>
X-CMAE-Envelope: MS4wfLIZee2xTCeYN+1E02pbtq8U6I6PXVlcZbfDZXqUSMpZmq0zv1otcr5tq1GUm/CSxeefKJYoztLuz9nbE/ZwPDCS8jarfxcyDOeIu1lw/Bef3oXBtbpo RiUOBM4bXM1fGg7e78Myrc0V2un7TlQsnTGOi50n+GydixhlkJrXOy4sVr0lD1hvayizAGfkPwXWDw==
X-IsSubscribed: yes

On 2016-09-26 13:35, Jérôme Bouat wrote:
> I'm using cygwin on a thin desktop computer which has limited disk
> storage.
> The network configuration of setup.exe relies on the proxy
> auto-configuration script of IE.

To see your proxy config, try running:

$ wget -q -O - `ipconfig | \
sed '/^\s\+Connection-specific DNS Suffix[. ]\+:\s/!d;
s///;/^\s*$/d;s ^ http://wpad. ;s $ /wpad.dat ' | sort -u`

My ISP returns:

function FindProxyForURL(url, host)
{
                 return("DIRECT");
}

Yours may point to a proxy server.

You may bypass this in Setup dialogue "Select Your Internet Connection"
by selecting "Direct Connection", unless you are blocked from directly
connecting to the internet from your system.

> However, when a package is downloaded, it seems it is stored twice :
> one time into the IE disk cache and one other time into the cygwin
> packages disk cache.

Setup does not use IE for downloading or INetCache for its packages.
I never use IE and have seen no sign of IE cache files appearing after
downloads using Setup or any other products.

Perhaps you have an (old/poor) Anti-Virus product which downloads files
into the IE cache for scanning or unzipping, rather than unzipping and
checking the download as it comes down the wire?
See https://cygwin.com/acronyms/#BLODA and the link in that entry to
https://cygwin.com/faq/faq.html#faq.using.bloda

> Is there a way to make setup.exe understand the auto-configuration
> script without any web browser ?

In Setup dialogue "Select Your Internet Connection" you can select
"Use Internet Explorer Proxy Settings", if you can not use a direct
connection.

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019