Kursat Ince writes:
> 
> >Description:
> I setup a cvs server (for remote access) on Guvercin. Every thing is
> just
> fine. But when I started using cvscheck, a freely available shell
> script, inetd stops
> serving and refuses connections. I know cvscheck does too many cvs
> requests
> and may be my computer or the server is slow.

Since you know this is an inetd problem, I'm not sure why you're
reporting it as a CVS problem.  Nevertheless, you need to check your
inetd documentation -- if inetd receives "too many" requests for the
same service in a short period of time, it decided that there's
something wrong and starts refusing the connection requests.  Typically,
the service is automatically reenabled after some amount of time goes
by.  What qualifies as "too many" is always adjustable, but exactly how
varies between inetd implementations, so you'll have to check the
documentation to find out how yours works (some have a single global
limit, others allow each service to have a different limit).

-Larry Jones

You should see me when I lose in real life! -- Calvin

Reply via email to