On 6/27/2017 4:55 PM, Nellis, Kenneth wrote:
> From: Csaba Raduly
>> I also couldn't reproduce your scenario.
>> ...
>>
>> Since it's reproducible for you, you could (if you're curious) run
>> wget with the -d (--debug) switch or break out the heavy artillery:
>> install Wireshark and look at the
On 2017-06-27 14:55, Nellis, Kenneth wrote:
> From: Csaba Raduly
>> I also couldn't reproduce your scenario.
>> ...
>> Since it's reproducible for you, you could (if you're curious) run
>> wget with the -d (--debug) switch or break out the heavy artillery:
>> install Wireshark and look at the HTTP
On 6/27/17, Nellis, Kenneth wrote:
> From: Csaba Raduly
>> I also couldn't reproduce your scenario.
>> ...
>>
>> Since it's reproducible for you, you could (if you're curious) run
>> wget with the -d (--debug) switch or break out the heavy artillery:
>> install Wireshark and look at the HTTP header
From: Csaba Raduly
> I also couldn't reproduce your scenario.
> ...
>
> Since it's reproducible for you, you could (if you're curious) run
> wget with the -d (--debug) switch or break out the heavy artillery:
> install Wireshark and look at the HTTP headers sent and received by
> wget.
Thanx, Cs
Hi Kenneth,
On Mon, Jun 19, 2017 at 7:29 PM, Nellis, Kenneth wrote:
...
>
> Here, I show the commands and output that corroborate my assertions:
> 1. reproduce original results
> 2. reproduce others' results
> 3. show others' results influences my results
> 4. remove hidden file to restore my ori
Greetings, Nellis, Kenneth!
> From: Andrey Repin
>> Doesn't matter what syntax I use, I'm unable to reproduce your effects.
>> ...
>> Get rid of intercepting proxies and your problem will go away as well.
>> It's not a matter of syntax.
> I'm unaware of any proxies involved. I haven't set any up.
From: Andrey Repin
> Doesn't matter what syntax I use, I'm unable to reproduce your effects.
> ...
> Get rid of intercepting proxies and your problem will go away as well.
> It's not a matter of syntax.
I'm unaware of any proxies involved. I haven't set any up. Don't even
know how. Any proxies th
Greetings, Nellis, Kenneth!
> The folks who couldn't reproduce it were using different
> command syntax than I.
Doesn't matter what syntax I use, I'm unable to reproduce your effects.
> I shall change to the better syntax.
Get rid of intercepting proxies and your problem will go away as well.
The folks who couldn't reproduce it were using different
command syntax than I.
Mine: wget -O setup-x86_64.exe http://cygwin.com/setup-x86_64.exe
Theirs: wget https://cygwin.com/setup-x86_64.exe
Why did I use that syntax? Because it was given in the OP,
http://cygwin.com/ml/cygwin/2012-04/msg0
Greetings, Jon Turney!
>> $ wget https://cygwin.com/setup-x86_64.exe
>> --2017-06-19 17:31:56-- https://cygwin.com/setup-x86_64.exe
>> Resolving cygwin.com... 209.132.180.131
>> Connecting to cygwin.com|209.132.180.131|:443... connected.
>> HTTP request sent, awaiting response... 200 OK
>> Length
On 19/06/2017 16:29, Nellis, Kenneth wrote:
#!/bin/sh
# From http://cygwin.com/ml/cygwin/2012-04/msg00714.html
name=setup-x86_64.exe
wget -O $name --quiet http://cygwin.com/$name || exit
# ACL issues require some fixing up after wget
chmod +x $name
exit
...but Windows complained about the file f
Greetings, Nellis, Kenneth!
> name=setup-x86_64.exe
> wget -O $name --quiet http://cygwin.com/$name || exit
Wait, WHY do you download it over HTTP?
Use HTTPS.
--
With best regards,
Andrey Repin
Monday, June 19, 2017 19:28:44
Sorry for my terrible english...
--
Problem reports: http://
Greetings, Nellis, Kenneth!
> wget -O $name --quiet http://cygwin.com/$name || exit
Do not use wget -O name unless you have no other choice.
The construction is essentially equal to
wget -O - --quiet http://cygwin.com/$name > "$name"
Means, it will never allow -N to work. (When -O given, -N is
On 19/06/2017 17:29, Nellis, Kenneth wrote:
From: cygwin-announce-owner
A new version of Setup, release 2.880, has been uploaded to
https://cygwin.com/setup-x86.exe (32 bit version)
https://cygwin.com/setup-x86_64.exe (64 bit version)
...
Please send bug reports, as usual, to the pu
From: cygwin-announce-owner
>
> A new version of Setup, release 2.880, has been uploaded to
>
>https://cygwin.com/setup-x86.exe (32 bit version)
>https://cygwin.com/setup-x86_64.exe (64 bit version)
> ...
> Please send bug reports, as usual, to the public mailing list cygwin AT
> cyg
A new version of Setup, release 2.880, has been uploaded to
https://cygwin.com/setup-x86.exe (32 bit version)
https://cygwin.com/setup-x86_64.exe (64 bit version)
Changes compared to 2.879:
- "Internet Explorer Proxy Settings" is renamed to "System Proxy Settings".
- Remove support f
16 matches
Mail list logo