mesonbuild / mesonwrap

Meson wraps service and tools, please use https://github.com/mesonbuild/wrapdb for wraps issues
https://wrapdb.mesonbuild.com
Apache License 2.0
26 stars 7 forks source link

wrapdb.mesonbuild.com is not reachable #116

Closed meisenzahl closed 4 years ago

meisenzahl commented 4 years ago

https://wrapdb.mesonbuild.com/ is not reachable. Apparently the server is offline.

$ curl -v wrapdb.mesonbuild.com
* Rebuilt URL to: wrapdb.mesonbuild.com/
*   Trying 88.210.46.187...
* TCP_NODELAY set
* connect to 88.210.46.187 port 80 failed: No route to host
* Failed to connect to wrapdb.mesonbuild.com port 80: No route to host
* Closing connection 0
curl: (7) Failed to connect to wrapdb.mesonbuild.com port 80: No route to host
$ dig wrapdb.mesonbuild.com

; <<>> DiG 9.11.3-1ubuntu1.11-Ubuntu <<>> wrapdb.mesonbuild.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32820
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;wrapdb.mesonbuild.com.     IN  A

;; ANSWER SECTION:
wrapdb.mesonbuild.com.  3217    IN  A   88.210.46.187

;; Query time: 0 msec
;; SERVER: 127.0.0.53#53(127.0.0.53)
;; WHEN: Mon Jan 13 07:43:38 CET 2020
;; MSG SIZE  rcvd: 66

Pinging 88.210.46.187 results in Destination Host Unreachable.

jfinkhaeuser commented 4 years ago

/sub

AaronRM commented 4 years ago

Looks like the main issue is being tracked here: mesonbuild/meson#6446

meisenzahl commented 4 years ago

https://wrapdb.mesonbuild.com/ is reachable again.