Re: remote cvs connection analasys (debug)

2001-11-02 Thread Larry Jones
Harry Putnam writes: Yeah, that already came up and was one of the reasons I started posting here. Two fellow users posted CVS/Root. It looked exactly like mine. :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot Some are saying it has something to do with my IP not showing an A record but

Re: remote cvs connection analasys (debug)

2001-11-01 Thread Larry Jones
Harry Putnam writes: Larry's response only repeated the patently obvious. And as I mentioned. I'm able to connect to other cvs servers. So a misconfiguration is a pretty good guess. Question is, how to determine what is misconfigured. (From my end) Let me spell it out more completely:

Re: remote cvs connection analasys (debug)

2001-11-01 Thread Wim Kerkhoff
Harry Putnam wrote: Gianni Mariani [EMAIL PROTECTED] writes: maybe you can try a tcp forwarding thingy. http://freshmeat.net/projects/tcp_forward/ and tweak it to dump the transaction. That looks promising .. thanks. If I knew more about tcpdump I guess I could find out

Re: remote cvs connection analasys (debug)

2001-11-01 Thread Harry Putnam
[EMAIL PROTECTED] (Larry Jones) writes: [...] Let me spell it out more completely: It's a server problem. Either the And did you ever... A very nice help, thank you. [...] telnet cvs.myhost.com 2401 If the connection is immediately closed, then the server is misconfigured (most

Re: remote cvs connection analasys (debug)

2001-11-01 Thread Larry Jones
Harry Putnam writes: Here I get a connection: Trying 195.204.10.66... Connected to cvs.gnus.org. Escape character is '^]'. Connection closed by foreign host. That indicates that the CVS server is never getting started. Usually that indicates an error in /etc/inetd.conf but... I do

Re: remote cvs connection analasys (debug)

2001-11-01 Thread Harry Putnam
[EMAIL PROTECTED] (Larry Jones) writes: That implies that the server has some kind of access control (perhaps tcpd?) that is denying you access. You can find out how people are connecting by asking them to tell you what's in CVS/Root in their working directories. Yeah, that already came up

Re: remote cvs connection analasys (debug)

2001-10-31 Thread Larry Jones
Harry Putnam writes: $ cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvsroot login Logging in to :pserver:[EMAIL PROTECTED]:2401/usr/local/cvsroot CVS password: password cvs [login aborted]: recv() from server cvs.gnus.org: Connection reset by peer Either the server is misconfigured or

Re: remote cvs connection analasys (debug)

2001-10-31 Thread Harry Putnam
Harry Putnam [EMAIL PROTECTED] writes: [...] I wondered if there is a way to force verbosity, where the negotiation get printed to tty or something similar so that I can see what is the problem. The normal flags for that kind of stuff -[vV] are taken for other things and I see no `debug'

RE: remote cvs connection analasys (debug)

2001-10-31 Thread Gianni Mariani
PROTECTED] Subject: Re: remote cvs connection analasys (debug) Harry Putnam [EMAIL PROTECTED] writes: [...] I wondered if there is a way to force verbosity, where the negotiation get printed to tty or something similar so that I can see what is the problem. The normal flags for that kind