info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: are there any log files for cvs client/server connection information


From: Lee Fellows
Subject: RE: are there any log files for cvs client/server connection information?
Date: 14 May 2002 16:39:16 -0400

On Tue, 2002-05-14 at 15:35, Teala Spitzbarth wrote:
> Thanks for your reply David,
> 
> - we are using pserver access
> - the checkout proceeded through about 1/3 of the files in the module,
> the hang happened after pulling over (successfully) a 15Mb file, and
> (presumably) during pulling over the next file in that directory (6Mb).
> - The checkout was recorded in the history file
> 
  Have you tried setting the environment variable CVS_CLIENT_LOG to the
  prefix for the client and server logs to record the client/server
  communication?  (i.e., bhash$ export CVS_CLIENT_LOG=con; cvs update; 
                   vi con.in & con.out where con.in is the client side
                   of the conversation and con.out is the server side)



 [ snip ]
> 
> I am also blocked from setting up a new repository to prototype a new
> version of CVS, due to another pserver problem. This is the other reason
> I am asking this question about cvs pserver debugging log files - I am
> having other access problems with pserver connections over *any*
> repositories, other than my main source repository.  E.g. access to my
> main repository works fine - but I have two other cvspserver ports set
> up for alternate test repositories.  Access to these other repositories
> used to work fine - but in the last several months they suddenly stopped
> working.  I can't get pserver access to any new repositories (on any
> linux systems) to work, and I am using all the exact same inetd
> configuration as used to work on these systems. Permissions on secondary
> repository directories are open and aren't blocking access, we are using
> the server system password access (ie. not using CVSROOT/passwd).
> 
> This is the error message I get:
> address@hidden teala]$
> CVSROOT=:pserver:address@hidden:/raid/cvsroot-old
                                          ^^^
 Is this a typo?  I do not see a port number.  Below you indicate this
 should go to a different port than the default. 

> address@hidden teala]$ cvs login
> (Logging in to address@hidden)
> CVS password:
> cvs [login aborted]: authorization failed: server hazel.intersan.net
> rejected access   
> 
> However if I just change the CVSROOT variable to our main repository...
> it all works fine!
> 
> address@hidden teala]$
> CVSROOT=:pserver:address@hidden:/raid/cvsroot
> address@hidden teala]$ cvs login
> (Logging in to address@hidden)
> CVS password: 
> address@hidden teala]$ cvs co build
> cvs server: Updating build
> U build/athena_nightly.rc
> U build/athena_nightly.sh
> U build/beta_nightly.rc
> U build/beta_nightly.sh
> U build/beta_pkg.sh
> U build/cpship.rsh
> U build/create_brcd_sup.sh
> U build/cutcd.sh
> U build/deltag.sh
> U build/escrowcd.sh
> U build/installpush.sh  
> 
> ==================================/etc/inetd.conf=======================
> 
> cvspserver      stream  tcp     nowait.600      root    /usr/bin/cvs cvs
> -f --allow-root=/raid/cvsroot pserver
> 
> cvspserver2     stream  tcp     nowait.600      root    /usr/bin/cvs cvs
> -f --allow-root=/raid/home/teala/cvsroot pserver
> 
> cvspserver3     stream  tcp     nowait.600      root    /usr/bin/cvs cvs
> -f --allow-root=/raid/cvsroot-old pserver 
> 
> ==================================/etc/services=========================
> =====
> 
> cvspserver      2401/tcp                        # CVS client/server
> operations
> cvspserver      2401/udp                        # CVS client/server
> operations
> cvspserver2     2402/tcp                        # CVS client/server
> operations
> cvspserver2     2402/udp                        # CVS client/server
> operations
> cvspserver3     2403/tcp                        # CVS client/server
> operations
> cvspserver3     2403/udp                        # CVS client/server
> operations
> 
> 
> Any help or illumination you could shed on how to debug either the
> pserver checkout 'hang' or, more importantly, this pserver access
> problem, would be greatly appreciated!
> 
> Cheers,
> Teala
> 
> 
> 
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]