This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Package file lists archive


So, to respond to the DNS allegations, I have this script

    url='http://209.132.180.131/cgi-bin2/package-grep.cgi'
    qs='text=1&arch=x86_64&grep=aclocal'
    while :
    do
      time wget --spider --timeout 30 "$url?$qs"
    done

Here are results of first 10 iterations

    real    0m16.957s
    real    0m17.425s
    real    0m17.160s
    real    0m17.004s
    real    0m16.895s
    real    0m17.207s
    real    0m16.910s
    real    0m16.770s
    real    0m17.316s
    real    0m16.770s

and here is detail on 11th iteration

    Spider mode enabled. Check if remote file exists.
    --2014-08-07 22:06:49--
    http://209.132.180.131/cgi-bin2/package-grep.cgi?
    text=1&arch=x86_64&grep=aclocal
    Connecting to 209.132.180.131:80... connected.
    HTTP request sent, awaiting response...
    Read error (Connection timed out) in headers. Retrying.

    Spider mode enabled. Check if remote file exists.
    --2014-08-07 22:07:20-- (try: 2)
    http://209.132.180.131/cgi-bin2/package-grep.cgi?
    text=1&arch=x86_64&grep=aclocal
    Connecting to 209.132.180.131:80... connected.
    HTTP request sent, awaiting response...
    Read error (Connection timed out) in headers. Retrying.

    Spider mode enabled. Check if remote file exists.
    --2014-08-07 22:07:52-- (try: 3)
    http://209.132.180.131/cgi-bin2/package-grep.cgi?
    text=1&arch=x86_64&grep=aclocal
    Connecting to 209.132.180.131:80... connected.
    HTTP request sent, awaiting response...
    Read error (Connection timed out) in headers. Retrying.

    Spider mode enabled. Check if remote file exists.
    --2014-08-07 22:08:25-- (try: 4)
    http://209.132.180.131/cgi-bin2/package-grep.cgi?
    text=1&arch=x86_64&grep=aclocal
    Connecting to 209.132.180.131:80... connected.
    HTTP request sent, awaiting response...
    Read error (Connection timed out) in headers. Retrying.

    Spider mode enabled. Check if remote file exists.
    --2014-08-07 22:08:59-- (try: 5)
    http://209.132.180.131/cgi-bin2/package-grep.cgi?
    text=1&arch=x86_64&grep=aclocal
    Connecting to 209.132.180.131:80... connected.
    HTTP request sent, awaiting response...
    Read error (Connection timed out) in headers. Retrying.

    Spider mode enabled. Check if remote file exists.
    --2014-08-07 22:09:34--  (try: 6)
    http://209.132.180.131/cgi-bin2/package-grep.cgi?
    text=1&arch=x86_64&grep=aclocal
    Connecting to 209.132.180.131:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [text/plain]
    Remote file exists.

    real    3m3.128s
    user    0m0.000s
    sys     0m0.045s

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]