Re: Cygwin.com address down

2021-01-05 Thread Hamish McIntyre-Bhatty via Cygwin
On 05/01/2021 14:10, Jon Turney wrote:
> 
> This looks like perhaps a problem with a nameserver operated by BT, if
> you are a customer of theirs.
>
>> dig @81.139.56.100 cygwin.com
>>
>> ; <<>> DiG 9.11.3-1ubuntu1.13-Ubuntu <<>> @81.139.56.100 cygwin.com
>> ; (1 server found)
>> ;; global options: +cmd
>> ;; Got answer:
>> ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 31712
>> ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1
>>
>> ;; OPT PSEUDOSECTION:
>> ; EDNS: version: 0, flags:; udp: 512
>> ;; QUESTION SECTION:
>> ;cygwin.com.    IN  A
>>
>> ;; Query time: 27 msec
>> ;; SERVER: 81.139.56.100#53(81.139.56.100)
>> ;; WHEN: Tue Jan 05 14:06:19 GMT 2021
>> ;; MSG SIZE  rcvd: 39
>>
>> $ dig @81.139.56.100 www.cygwin.com
>>
>> ; <<>> DiG 9.11.3-1ubuntu1.13-Ubuntu <<>> @81.139.56.100 www.cygwin.com
>> ; (1 server found)
>> ;; global options: +cmd
>> ;; Got answer:
>> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1597
>> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
>>
>> ;; OPT PSEUDOSECTION:
>> ; EDNS: version: 0, flags:; udp: 512
>> ;; QUESTION SECTION:
>> ;www.cygwin.com.    IN  A
>>
>> ;; ANSWER SECTION:
>> www.cygwin.com. 300 IN  A   8.43.85.97
>>
>> ;; Query time: 184 msec
>> ;; SERVER: 81.139.56.100#53(81.139.56.100)
>> ;; WHEN: Tue Jan 05 14:06:23 GMT 2021
>> ;; MSG SIZE  rcvd: 59
>
> compare with:
>
>>  dig @8.8.8.8 cygwin.com
>>
>> ; <<>> DiG 9.11.3-1ubuntu1.13-Ubuntu <<>> @8.8.8.8 cygwin.com
>> ; (1 server found)
>> ;; global options: +cmd
>> ;; Got answer:
>> ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23102
>> ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
>>
>> ;; OPT PSEUDOSECTION:
>> ; EDNS: version: 0, flags:; udp: 512
>> ;; QUESTION SECTION:
>> ;cygwin.com.    IN  A
>>
>> ;; ANSWER SECTION:
>> cygwin.com. 299 IN  A   8.43.85.97
>>
>> ;; Query time: 39 msec
>> ;; SERVER: 8.8.8.8#53(8.8.8.8)
>> ;; WHEN: Tue Jan 05 14:06:44 GMT 2021
>> ;; MSG SIZE  rcvd: 55

Yes, I am with BT, so you're probably right. For the moment I've just
defined it manually in my hosts file.

I guess maybe I'll complain to BT then.

Hamish



0x87B761FE07F548D6.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Cygwin.com address down

2021-01-05 Thread Jon Turney

On 02/01/2021 19:44, Hamish McIntyre-Bhatty via Cygwin wrote:

On 02/01/2021 18:00, Peter Rice via Cygwin wrote:

Hi,

I tried installing cygwin on a new Windows 10 system yesterday and it
failed to find any mirror sites.

I can see www.cygwin.com to start the download, but then everything
points to cygwin.com and all those links fail (but work when I add
'www.' to the URL)

For example: The "mirrors" left menu link to
https://cygwin.com/mirrors.html fails but
https://www.cygwin.com/mirrors.html works

I will keep trying to see if it is back - or maybe everything should
just be pointing to the www.cygwin.com address.

regards

Peter Rice


Hi, I have the same problem - cygwin.org works for me, but cygwin.com
doesn't, although tester sites suggest cygwin.com is indeed up.



This looks like perhaps a problem with a nameserver operated by BT, if 
you are a customer of theirs.



dig @81.139.56.100 cygwin.com

; <<>> DiG 9.11.3-1ubuntu1.13-Ubuntu <<>> @81.139.56.100 cygwin.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 31712
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;cygwin.com.IN  A

;; Query time: 27 msec
;; SERVER: 81.139.56.100#53(81.139.56.100)
;; WHEN: Tue Jan 05 14:06:19 GMT 2021
;; MSG SIZE  rcvd: 39

$ dig @81.139.56.100 www.cygwin.com

; <<>> DiG 9.11.3-1ubuntu1.13-Ubuntu <<>> @81.139.56.100 www.cygwin.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1597
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;www.cygwin.com.IN  A

;; ANSWER SECTION:
www.cygwin.com. 300 IN  A   8.43.85.97

;; Query time: 184 msec
;; SERVER: 81.139.56.100#53(81.139.56.100)
;; WHEN: Tue Jan 05 14:06:23 GMT 2021
;; MSG SIZE  rcvd: 59


compare with:


 dig @8.8.8.8 cygwin.com

; <<>> DiG 9.11.3-1ubuntu1.13-Ubuntu <<>> @8.8.8.8 cygwin.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23102
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;cygwin.com.IN  A

;; ANSWER SECTION:
cygwin.com. 299 IN  A   8.43.85.97

;; Query time: 39 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Tue Jan 05 14:06:44 GMT 2021
;; MSG SIZE  rcvd: 55

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


Re: Cygwin.com address down

2021-01-02 Thread Wayne Davison
On Sat, Jan 2, 2021 at 11:44 AM Hamish McIntyre-Bhatty wrote:
> Hi, I have the same problem - cygwin.org works for me, but cygwin.com
> doesn't, although tester sites suggest cygwin.com is indeed up.

Since this looks to be some kind of DNS resolving issue for various
people, you can try to work around it by changing your DNS server
settings to use something like 8.8.8.8 and/or 1.1.1.1, which resolve
the names correctly.  Or, for someone just trying to get an install
done, a simple tweak of your /etc/hosts file to define the domains as
having IP 8.43.85.97 will work as a short-term fix.

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


Re: Cygwin.com address down

2021-01-02 Thread Hamish McIntyre-Bhatty via Cygwin
On 02/01/2021 18:00, Peter Rice via Cygwin wrote:
> Hi,
>
> I tried installing cygwin on a new Windows 10 system yesterday and it
> failed to find any mirror sites.
>
> I can see www.cygwin.com to start the download, but then everything
> points to cygwin.com and all those links fail (but work when I add
> 'www.' to the URL)
>
> For example: The "mirrors" left menu link to
> https://cygwin.com/mirrors.html fails but
> https://www.cygwin.com/mirrors.html works
>
> I will keep trying to see if it is back - or maybe everything should
> just be pointing to the www.cygwin.com address.
>
> regards
>
> Peter Rice

Hi, I have the same problem - cygwin.org works for me, but cygwin.com
doesn't, although tester sites suggest cygwin.com is indeed up.

Hamish



0x87B761FE07F548D6.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Cygwin.com address down

2021-01-02 Thread Christopher Faylor via Cygwin
On Sat, Jan 02, 2021 at 06:00:32PM +, Peter Rice wrote:
>I tried installing cygwin on a new Windows 10 system yesterday and it
>failed to find any mirror sites.
>
>I can see www.cygwin.com to start the download, but then everything
>points to cygwin.com and all those links fail (but work when I add
>'www.' to the URL)
>
>For example: The "mirrors" left menu link to
>https://cygwin.com/mirrors.html fails but
>https://www.cygwin.com/mirrors.html works
>
>I will keep trying to see if it is back - or maybe everything should
>just be pointing to the www.cygwin.com address.

https://www.isitdownrightnow.com/cygwin.com.html

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


Re: Cygwin.com address down

2021-01-02 Thread Jim Garrison via Cygwin

On 1/2/2021 10:00 AM, Peter Rice via Cygwin wrote:

Hi,

I tried installing cygwin on a new Windows 10 system yesterday and it 
failed to find any mirror sites.


Works for me (cygwin.com and www.cygwin.com both resolve to the same IP)
but there does seem to be some "interesting" routing going on and some
packet loss.  Here's the output from mtr

 Host  Loss%
 1. 96.120.60.170.0%
 2. xe-12-1-22-rur01.beaverton.or.bverton.comcast.  0.0%
 3. ae-51-ar01.troutdale.or.bverton.comcast.net 0.0%
 4. ae-2.bar2.portland1.level3.net  0.0%
 5. ae-1-3501.edge7.losangeles1.level3.net  0.0%
 6. epe-industr.edge4.losangeles1.level3.net0.0%
 7. be22.bbrt02.lax10.flexential.net0.0%
 8. be154.bbrt02.las03.flexential.net   0.0%
 9. be10.bbrt01.las03.flexential.net0.0%
10. be106.bbrt02.dal01.flexential.net   0.0%
11. be10.bbrt01.dal01.flexential.net0.0%
12. be136.bbrt01.atl10.flexential.net   0.0%
13. be10.bbrt02.atl10.flexential.net0.0%
14. be166.bbrt01.atl03.flexential.net  18.2%
15. be170.bbrt02.clt01.flexential.net   0.0%
16. be10.bbrt01.clt01.flexential.net0.0%
17. be184.bbrt01.ral01.flexential.net   0.0%
18. be31.crrt01.ral01.flexential.net0.0%
19. 128.136.224.140 0.0%
20. 8.43.84.1   0.0%
21. 8.43.84.3   0.0%
22. 8.43.84.4   0.0%
23. ip-8-43-86-62.foo.bar   0.0%
24. ip-8-43-85-97.sourceware.org0.0%

I suspect the problem is at flexential.net and will hopefully be
resolved soon.


--
Jim Garrison
j...@acm.org
--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Cygwin.com address down

2021-01-02 Thread Peter Rice via Cygwin

Hi,

I tried installing cygwin on a new Windows 10 system yesterday and it 
failed to find any mirror sites.


I can see www.cygwin.com to start the download, but then everything 
points to cygwin.com and all those links fail (but work when I add 
'www.' to the URL)


For example: The "mirrors" left menu link to 
https://cygwin.com/mirrors.html fails but 
https://www.cygwin.com/mirrors.html works


I will keep trying to see if it is back - or maybe everything should 
just be pointing to the www.cygwin.com address.


regards

Peter Rice


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