> > >
> > > cvs [login aborted]: connect to
> cvs.digium.com(216.207.245.20):2401 
> > > failed: Coonection refused
> 
> Is that handtyped, or is that a typo in a cvs client/server app?
> "Coonection"

I'll bet you a beer the cvs client uses "strerror(errno)" to
generate the "Conection refused" string.   A quick
check with

   strings `which cvs` | grep refused

seems to say I'd likely win the bet.  And if I'm correct the error
is real as strerror(errno) mostly gets it right.

It's hard to know why this would happen without knowing how Digium's
server is set up.  Is there a firewall, tcp wrappers? is itusing
tcpd.  who knows???

But from the solaris man page the meaning of "Conection refused" is

           The attempt to connect was  forcefully  rejected.  The
           calling program should close(2) the socket descriptor,
           and issue another socket(3SOCKET) call to obtain a new
           descriptor before attempting another connect() call.





=====
Chris Albertson
  Home:   310-376-1029  [EMAIL PROTECTED]
  Cell:   310-990-7550
  Office: 310-336-5189  [EMAIL PROTECTED]
  KG6OMK

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to