From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27622 invoked by alias); 26 Feb 2003 22:12:23 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 27615 invoked from network); 26 Feb 2003 22:12:22 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by 172.16.49.205 with SMTP; 26 Feb 2003 22:12:22 -0000 Received: (from mec@localhost) by duracef.shout.net (8.11.6/8.11.6) id h1QMCLq32095; Wed, 26 Feb 2003 16:12:21 -0600 Date: Wed, 26 Feb 2003 22:12:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200302262212.h1QMCLq32095@duracef.shout.net> To: ac131313@redhat.com, gdb@sources.redhat.com Subject: Can I get read access to /cvs/gdbadmin? X-SW-Source: 2003-02/txt/msg00575.txt.bz2 I'm looking at pr gdb/708, which says that the snapshot tarballs do not build. The problem is still happening, with both the branch and HEAD tarballs. I'm trying to cvs checkout the gdbadmin scripts so I can debug the snapshot script, per the instructions near the bottom of: http://sources.redhat.com/gdb/current/ Namely: # this works fine $ cvs -z9 -d :pserver:anoncvs@sources.redhat.com:/cvs/gdbadmin login # this fails ... $ cvs -z9 -d :pserver:anoncvs@sources.redhat.com:/cvs/gdbadmin co . cvs server: Updating . cvs server: failed to create lock directory for `/cvs/gdbadmin' (/cvs/gdbadmin/#cvs.lock): Permission denied cvs server: failed to obtain dir lock in repository `/cvs/gdbadmin' cvs [server aborted]: read lock failed - giving up I get the same problem with -d :ext:MYNAME@sources.redhat.com:/cvs/gdbadmin. Is this some kind of permission problem on the sware side? Or do I need to apply for separate permission to read gdbadmin? Help please, Michael C