From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id F1A8D3857032 for ; Mon, 10 Aug 2020 16:25:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F1A8D3857032 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D0BB5116A0F; Mon, 10 Aug 2020 12:25:52 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id fPtQe6clB06u; Mon, 10 Aug 2020 12:25:52 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id AA1CD116270; Mon, 10 Aug 2020 12:25:52 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 22FD682D0E; Mon, 10 Aug 2020 09:25:51 -0700 (PDT) Date: Mon, 10 Aug 2020 09:25:51 -0700 From: Joel Brobecker To: "Frank Ch. Eigler" Cc: Overseers mailing list Subject: Re: user gdbadmin cannot fetch/update in src-home/git-hooks Message-ID: <20200810162551.GB6271@adacore.com> References: <20200810155940.GA24224@adacore.com> <20200810160453.GE70288@elastic.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200810160453.GE70288@elastic.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Aug 2020 16:25:53 -0000 > > I am trying to update the version of the git-hooks installed on > > sourceware, and it's giving me the following error which indicates > > a file/directory permission issue: > > Yeah, wrong umask on the directories. Fixed core.sharedRepository and > permissions. Thanks Frank, this worked perfectly! -- Joel