From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15207 invoked by alias); 22 Nov 2001 05:05:08 -0000 Mailing-List: contact overseers-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: , Sender: overseers-owner@sources.redhat.com Received: (qmail 15157 invoked from network); 22 Nov 2001 05:05:02 -0000 To: Christopher Faylor Cc: Phil Edwards , Mark Mitchell , overseers@gcc.gnu.org Subject: Re: CVS? In-reply-to: Your message of Wed, 21 Nov 2001 18:08:50 EST. <20011121230850.GB22619@redhat.com> Reply-To: angela@releasedominatrix.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <6431.1006405500.1@dragaera.ReleaseDominatrix.com> Date: Thu, 25 Oct 2001 16:58:00 -0000 From: Angela Marie Thomas Message-Id: <20011122050501.453EC1D2F@dragaera.ReleaseDominatrix.com> X-SW-Source: 2001-q4/txt/msg00095.txt.bz2 > On Wed, Nov 21, 2001 at 05:26:53PM -0500, Phil Edwards wrote: > >On Wed, Nov 21, 2001 at 10:45:27AM -0800, Mark Mitchell wrote: > >> Is there currently a problem with SSH-based CVS on the gcc.gnu.org box? > > > >There was. Somebody eventually rebooted the box. Or it crashed. Fixed now . > > Rebooted. Bad perms my fault. cvs-tmp was one of the partitions that was very unhappy when the machine hung. I had to mkfs it. I rebooted afterwards to make sure the machine came up clean, but did not check the perms. rc.local currently does: if [ -d /sourceware/cvs-tmp ] then cd /sourceware/cvs-tmp rm -rf * fi I added a chmod to the above. However, if the dir doesn't exist at all, it won't do anything. --Angela From mboxrd@z Thu Jan 1 00:00:00 1970 From: Angela Marie Thomas To: Christopher Faylor Cc: Phil Edwards , Mark Mitchell , overseers@gcc.gnu.org Subject: Re: CVS? Date: Wed, 21 Nov 2001 21:05:00 -0000 Message-ID: <20011122050501.453EC1D2F@dragaera.ReleaseDominatrix.com> References: <20011121230850.GB22619@redhat.com> X-SW-Source: 2001-q4/msg00320.html Message-ID: <20011121210500.ueJiIrON6Jl19PLjmc8Q7ePz7gjU3K3Iri6P5kFFvYY@z> > On Wed, Nov 21, 2001 at 05:26:53PM -0500, Phil Edwards wrote: > >On Wed, Nov 21, 2001 at 10:45:27AM -0800, Mark Mitchell wrote: > >> Is there currently a problem with SSH-based CVS on the gcc.gnu.org box? > > > >There was. Somebody eventually rebooted the box. Or it crashed. Fixed now . > > Rebooted. Bad perms my fault. cvs-tmp was one of the partitions that was very unhappy when the machine hung. I had to mkfs it. I rebooted afterwards to make sure the machine came up clean, but did not check the perms. rc.local currently does: if [ -d /sourceware/cvs-tmp ] then cd /sourceware/cvs-tmp rm -rf * fi I added a chmod to the above. However, if the dir doesn't exist at all, it won't do anything. --Angela