Subject: Re: cliki.net is down?
From: rpw3@rpw3.org (Rob Warnock)
Date: Wed, 13 Sep 2006 19:40:29 -0500
Newsgroups: comp.lang.lisp
Message-ID: <IKudnaq8cJdgOZXYnZ2dnUVZ_oudnZ2d@speakeasy.net>
Lei Tang  <L.Tang@asu.edu> wrote:
> Subject: Re: cliki.net is down?

The host is there, and it's accepting connections,
but never generates a response, e.g.:

    $ telnet www.cliki.net 80
    Trying 64.49.254.81...
    Connected to eval.metacircles.com (64.49.254.81).
    Escape character is '^]'.
    GET / HTTP/1.0
    Host: www.cliki.net

    ...[deathly silence at this point]...

But there's *some* server running there, since if you
request "eval.metacircles.com" explicitly (instead of
"www.cliki.net"), you get redirected to "www.stargreen.com":

    $  telnet eval.metacircles.com 80
    Trying 64.49.254.81...
    Connected to eval.metacircles.com (64.49.254.81).
    Escape character is '^]'.
    GET / HTTP/1.0
    Host: eval.metacircles.com

    HTTP/1.1 302 Redirected
    Date: Thu, 14 Sep 2006 00:32:24 GMT
    Server: Araneida/0.84
    Content-Type: text/html; charset=iso-8859-1
    Last-Modified: Thu, 14 Sep 2006 00:32:24 GMT
    Location: http://www.stargreen.com/front
    Pragma: no-cache
    Expires: Fri, 30 Oct 1998 14:19:41 GMT
    X-Cache: MISS from www.stargreen.com:80
    Connection: close


    <h1>Redirected</h1><p>Continue <a href="http://www.stargreen.com/front">http://www.stargreen.com/front</a>
    Connection closed by foreign host.
    $ 

[And, yes, all three domain names are the same IP address.]

Didn't we have exactly this problem not too long ago?
(*grep*) (*grep*) Ah, yezz... Here it is. See the thread
surrounding the following:

    Newsgroups: comp.lang.lisp
    Subject: Re: What's happening with cliki.net and asdf-install theese days?
    Date: Sun, 16 Jul 2006 19:12:15 -0500
    Message-ID: <A9SdndWjyYBCSCfZnZ2dnUVZ_oednZ2d@speakeasy.net>

which I think you can get to from here:

    <http://groups.google.com/group/comp.lang.lisp/browse_thread/
     thread/47c36b0951116106/c07b35fe645810f1?&hl=en#c07b35fe645810f1>

That time, it was a misconfiguration of the server, so I've
sent Dan Barlow a message in hopes that's all it is this time...


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607