wget 1.11.4 on cygwin is hanging and I don;t know why the -T 25 options does not timeout. I.E. I do the following:

$ wget  http://home.att.net/~paulmcferrin/index.html -O /dev/null
  and
$ wget --no-dns-cache http://home.att.net/~paulmcferrin/index.html -O /dev/null

and the ps(1) output:

paul 2176 2548 tty1 22:28:03 00:00:00 wget --no-dns-cache -O /dev/null http://home.att.net/~paulmcferrin/index.html paul 6096 2548 tty1 22:28:43 00:00:00 wget -O /dev/null http://home.att.net/~paulmcferrin/index.html

They seemed to intermittently hang.....with or without -T option ...

I had other persons try the above connands and several reported back to me a success, The error output is:

--2009-02-20 22:28:43--  http://home.att.net/~paulmcferrin/index.html
Resolving home.att.net... 204.127.208.23
Connecting to home.att.net|204.127.208.23|:80...

The "connected" is missing.  When it works, I get:
--2009-02-20 22:28:40--  http://home.att.net/~paulmcferrin/index.html
Resolving home.att.net... 204.127.208.23
Connecting to home.att.net|204.127.208.23|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20401 (20K) [text/html]
Saving to: `/dev/null'

Anything I should be doing ????





Reply via email to