RE: [htdig] Unable to contact server-revisisted

2001-01-17 Thread Roger Weiss

The solution has been found.
I finally found out that they were stopping and starting the (Apache) server
every hour or 2 due to some problems that aren't worth going into here.
One interesting question is, why, after the server was restarted, htdig
didn't start connecting again? It seemed that once it could not connect,
there was no going back.

Anyway, the servers have stabilized and now htdig is running fine again.

Thanks,
Roger

Roger Weiss
[EMAIL PROTECTED]
(978) 318-7301
http://www.trellix.com


-Original Message-
From: Gilles Detillieux [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 11, 2001 11:40 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [htdig] Unable to contact server-revisisted


According to Roger Weiss:
 I'm running htdig v3.1.5 and my digging seems to be running out of steam
 after it runs for anywhere from 20 minutes to an hour or so. The initial
msg
 was "Unable to connect to server". So, I ran it again with -v v v   to get
 the error message below.
 
 pick: ponderingjudd.xxx.com, # servers = 550
 3213:3622:2:http://ponderingjudd.xxx.com/ponderingjudd/id6.html: Unable to
 build
  connection with ponderingjudd.xxx.com:80
  no server running
 
 I've replaced part of the URL with xxx to protect the innocent. The server
 certainly is running and I had no trouble finding the mentioned url. Is
 there some parm I need to set or limit I need to raise?
 We're running an apache server with startservers =25 and minspace=10.

I guess the next question, if you're sure the server is running, is can
you access it from a client?  More specifically, can you access it using a
different web client on the same system as the one on which you're running
htdig (e.g. from lynx, Netscape, kfm, or some other Linux/Unix-based web
browser)?  If you can, then the problem will be to figure out why htdig
can't build the connection while other programs on the same system can.
If you can't access the server from any client program on the same
system, then the problem isn't with htdig, but with your network setup
(e.g. firewall, packet filtering, or a bad connection from that system).

-- 
Gilles R. Detillieux  E-mail: [EMAIL PROTECTED]
Spinal Cord Research Centre   WWW:
http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:(204)789-3930


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




RE: [htdig] Unable to contact server-revisisted

2001-01-17 Thread Geoff Hutchison

On Wed, 17 Jan 2001, Roger Weiss wrote:

 One interesting question is, why, after the server was restarted, htdig
 didn't start connecting again? It seemed that once it could not connect,
 there was no going back.

Previous versions of htdig would keep trying a server for every URL even
if it went down in the middle of a run. But of course in almost all cases,
this just means that htdig will have to wait until the connection times
out for each URL before continuing.

Now (i.e. 3.1.5 and the current 3.2 code), htdig will mark the server as
dead and stop trying to connect. This is usually what you want to do,
though perhaps a config attribute is needed for this.

--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/




To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Unable to contact server-revisisted

2001-01-12 Thread David Adams

Is this server in your local network or remote?  It might be worth trying to
index it via a proxy cache.  I found that this cured the problem for us,
though it hasn't helped everybody.

Take a look at the http_proxy configuration file attribute.

--
David Adams
Computing Services
Southampton University


- Original Message -
From: "Roger Weiss" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 11, 2001 4:18 PM
Subject: [htdig] Unable to contact server-revisisted


 Hi,

 I'm running htdig v3.1.5 and my digging seems to be running out of steam
 after it runs for anywhere from 20 minutes to an hour or so. The initial
msg
 was "Unable to connect to server". So, I ran it again with -v v v   to get
 the error message below.

 pick: ponderingjudd.xxx.com, # servers = 550
 3213:3622:2:http://ponderingjudd.xxx.com/ponderingjudd/id6.html: Unable to
 build
  connection with ponderingjudd.xxx.com:80
  no server running

 I've replaced part of the URL with xxx to protect the innocent. The server
 certainly is running and I had no trouble finding the mentioned url. Is
 there some parm I need to set or limit I need to raise?
 We're running an apache server with startservers =25 and minspace=10.

 Thanks for your help,
 Roger

 Roger Weiss
 [EMAIL PROTECTED]
 (978) 318-7301
 http://www.trellix.com


 
 To unsubscribe from the htdig mailing list, send a message to
 [EMAIL PROTECTED]
 You will receive a message to confirm this.
 List archives:  http://www.htdig.org/mail/menu.html
 FAQ:http://www.htdig.org/FAQ.html





To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Unable to contact server-revisisted

2001-01-11 Thread Gilles Detillieux

According to Roger Weiss:
 I'm running htdig v3.1.5 and my digging seems to be running out of steam
 after it runs for anywhere from 20 minutes to an hour or so. The initial msg
 was "Unable to connect to server". So, I ran it again with -v v v   to get
 the error message below.
 
 pick: ponderingjudd.xxx.com, # servers = 550
 3213:3622:2:http://ponderingjudd.xxx.com/ponderingjudd/id6.html: Unable to
 build
  connection with ponderingjudd.xxx.com:80
  no server running
 
 I've replaced part of the URL with xxx to protect the innocent. The server
 certainly is running and I had no trouble finding the mentioned url. Is
 there some parm I need to set or limit I need to raise?
 We're running an apache server with startservers =25 and minspace=10.

I guess the next question, if you're sure the server is running, is can
you access it from a client?  More specifically, can you access it using a
different web client on the same system as the one on which you're running
htdig (e.g. from lynx, Netscape, kfm, or some other Linux/Unix-based web
browser)?  If you can, then the problem will be to figure out why htdig
can't build the connection while other programs on the same system can.
If you can't access the server from any client program on the same
system, then the problem isn't with htdig, but with your network setup
(e.g. firewall, packet filtering, or a bad connection from that system).

-- 
Gilles R. Detillieux  E-mail: [EMAIL PROTECTED]
Spinal Cord Research Centre   WWW:http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:(204)789-3930


To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html