From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5203 invoked by alias); 18 Feb 2003 21:05:13 -0000 Mailing-List: contact overseers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: , Sender: overseers-owner@sources.redhat.com Received: (qmail 5185 invoked from network); 18 Feb 2003 21:05:13 -0000 Received: from unknown (HELO molenda.com) (192.220.74.81) by 172.16.49.205 with SMTP; 18 Feb 2003 21:05:13 -0000 Received: (qmail 97223 invoked by uid 19025); 18 Feb 2003 21:05:12 -0000 Date: Tue, 18 Feb 2003 21:05:00 -0000 From: Jason Molenda To: "Kaveh R. Ghazi" , overseers@gcc.gnu.org Subject: Re: GCC ssh/cvs account problem Message-ID: <20030218130512.A94670@molenda.com> References: <200302150454.h1F4sEj05529@caip.rutgers.edu> <200302182000.h1IK0mL20688@caip.rutgers.edu> <20030218200936.GC9191@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20030218200936.GC9191@redhat.com>; from cgf@redhat.com on Tue, Feb 18, 2003 at 03:09:36PM -0500 X-SW-Source: 2003-q1/txt/msg00291.txt.bz2 On Tue, Feb 18, 2003 at 03:09:36PM -0500, Christopher Faylor wrote: > I have already forwarded your request to overseers@gcc.gnu.org. I'm > cc'ing this message there. > > Nothing has changed on your account for years, so I don't know > why you are having problems unless you changed your key or protocol. I don't have anything to suggest, really. You can enable cvs' 'trace' mode like cvs -t update where it will show all the client/server commands as they're issued. There might be a hint in the stream somewhere. You can also have cvs store all the stuff it sends/receives by setting the environment variable CVS_CLIENT_LOG to a filename (/tmp/log, say). /tmp/log.in and /tmp/log.out will be created with all the text sent over the wire during the cvs command's execution. Other than that, I don't have any suggestions--as far as I know, nothing has changed on the sourceware set up in the last few weeks and no one else is having problems like this.. J