From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1089 invoked by alias); 22 Aug 2003 05:08:15 -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 1081 invoked from network); 22 Aug 2003 05:08:15 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 22 Aug 2003 05:08:15 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h7M58El18252; Fri, 22 Aug 2003 01:08:14 -0400 Received: from speedy.slc.redhat.com (vpn50-54.rdu.redhat.com [172.16.50.54]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h7M58Cs17624; Fri, 22 Aug 2003 01:08:12 -0400 Received: from redhat.com (law@localhost) by speedy.slc.redhat.com (8.12.9/8.12.8/Submit) with ESMTP id h7M586Qq001410; Thu, 21 Aug 2003 23:08:10 -0600 Message-Id: <200308220508.h7M586Qq001410@speedy.slc.redhat.com> X-Authentication-Warning: speedy.slc.redhat.com: law owned process doing -bs To: Jason Eckhardt cc: Christopher Faylor , overseers@gcc.gnu.org Reply-To: law@redhat.com Subject: Re: Update SSH key request In-Reply-To: Your message of "Thu, 07 Aug 2003 17:53:27 CDT." From: law@redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 22 Aug 2003 05:08:00 -0000 X-SW-Source: 2003-q3/txt/msg00177.txt.bz2 In message , Jas on Eckhardt writes: > I haven't used the gcc repository for 2 years or so, and today > it doesn't work (using same password as sources).: >jle% cvs co gcc >Enter passphrase for RSA key 'jle@sathanas': >cvs server: Updating gcc >cvs server: failed to create lock directory for `/cvs/gcc/gcc' (/cvs/gcc/gcc/ >#cvs.lock): Permission denied >i > Could my write permission have been inadvertently (or not) removed? > Do you know whom I should contact? I don't see how it could be failing. Did someone perhaps already fix this? [root@sourceware gcc]# groups jle jle : binutils gcc src [root@sourceware gcc]# ls -la /cvs/gcc/gcc | more total 11224 drwxrwsr-x 30 anoncvs gcc 4096 Aug 22 05:04 . drwxrwsr-x 9 anoncvs gcc 4096 Aug 21 22:06 .. -r--rw-r-- 1 gccadmin gcc 23015 Aug 18 16:41 .cvsignore,v -r--r--r-- 1 dnovillo gcc 42464 Aug 18 06:04 ABOUT-NLS,v drwxrwsr-x 3 law gcc 4096 Aug 13 21:18 Attic -r--rw-r-- 1 gccadmin gcc 38612 Aug 18 16:41 COPYING,v [ ... ] ie, you're in the "gcc" group, which should be all you need to be able to do things to the GCC repository. jeff