Hi Volkan, *, On Mon, Oct 20, 2014 at 4:52 PM, Volkan Gezer <[email protected]> wrote: > 2014-10-20 15:25 GMT+02:00 Christian Lohmaier > <[email protected]>: >> On Mon, Oct 20, 2014 at 2:41 PM, Volkan Gezer <[email protected]> wrote: >> [...] >> I added a "(PS: Your DNS resolves to the wrong IP)" to the heading of >> the maintenance page - if you see that, it is a DNS problem, not a >> cache. >> > > Yes I see the new heading... > > I also tried *curl tr.libreoffice.org* to see if it is a browser > related as "ping" resolves the correct IP, but i am also seeing 503 > page with curl.
Now that is really strange - your ping showed the correct IP, but curl did connect to the old one... Hmm. > Any more ideas? Could you do a "curl -vsI tr.libreoffice.org >/dev/null" * "v" for verbose (i.e. the info I'm interested in) * "s" for silent (don't print the progress-bar, that just distracts here) * uppercase "i" for head request only (that's enough, we don't need the whole page) * and as the regular output is of no interest in this case, thus send to /dev/null (leaving only the debugging stuff on the terminal) It should print something like this: $ curl -vsI tr.libreoffice.org >/dev/null * Rebuilt URL to: tr.libreoffice.org/ * Hostname was NOT found in DNS cache * Trying 213.133.123.169... * Adding handle: conn: 0x148ad30 * Adding handle: send: 0 * Adding handle: recv: 0 * Curl_addHandleToPipeline: length: 1 * - Conn 0 (0x148ad30) send_pipe: 1, recv_pipe: 0 * Connected to tr.libreoffice.org (213.133.123.169) port 80 (#0) > HEAD / HTTP/1.1 > User-Agent: curl/7.34.0 > Host: tr.libreoffice.org > Accept: */* > < HTTP/1.1 200 OK * Server nginx/1.1.19 is not blacklisted < Server: nginx/1.1.19 < Date: Mon, 20 Oct 2014 15:28:17 GMT < Content-Type: text/html; charset="utf-8" < Connection: keep-alive < Set-Cookie: PHPSESSID=8l8b3ort56q6sid5eh8alnvsu2; path=/; HttpOnly < Expires: Thu, 19 Nov 1981 08:52:00 GMT < Pragma: no-cache < Set-Cookie: bypassStaticCache=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; httponly < Set-Cookie: bypassStaticCache=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; httponly < Cache-Control: no-cache, max-age=0, must-revalidate < * Connection #0 to host tr.libreoffice.org left intact If that works, then please the same again without the "I" ciao Christian -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/website/ All messages sent to this list will be publicly archived and cannot be deleted
