From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (unknown [IPv6:2600:3c03::f03c:91ff:fe50:73f]) by sourceware.org (Postfix) with ESMTPS id 3B76C3857C53 for ; Mon, 10 Aug 2020 16:04:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3B76C3857C53 Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1k5AI9-00087Q-Ev; Mon, 10 Aug 2020 16:04:53 +0000 Received: from fche by elastic.org with local (Exim 4.92.3) (envelope-from ) id 1k5AI9-000Wnu-7X; Mon, 10 Aug 2020 12:04:53 -0400 Date: Mon, 10 Aug 2020 12:04:53 -0400 From: "Frank Ch. Eigler" To: Overseers mailing list Cc: Joel Brobecker Subject: Re: user gdbadmin cannot fetch/update in src-home/git-hooks Message-ID: <20200810160453.GE70288@elastic.org> References: <20200810155940.GA24224@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200810155940.GA24224@adacore.com> X-Sender-Verification: "" X-Spam-Status: No, score=-104.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS, TXREP, USER_IN_WELCOMELIST, USER_IN_WHITELIST autolearn=ham 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:04:56 -0000 Hi - > 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. - FChE