From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5882 invoked from network); 25 Feb 2021 12:09:51 -0000 Received: from lists.zx2c4.com (165.227.139.114) by inbox.vuxu.org with ESMTPUTF8; 25 Feb 2021 12:09:51 -0000 Received: by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 91b8544e; Thu, 25 Feb 2021 12:09:35 +0000 (UTC) Return-Path: Received: from sendmail.purelymail.com (sendmail.purelymail.com [34.202.193.197]) by lists.zx2c4.com (ZX2C4 Mail Server) with ESMTPS id 6da0715e (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Thu, 25 Feb 2021 12:09:33 +0000 (UTC) DKIM-Signature: a=rsa-sha256; b=qjmG78cx8L30t51n8yrSly/R42m7xDhcNs8A+o5abIrjjSMe+cJ13VtuxDt7fT5rbetPlwVgBAJZbeMOUe0/pAdyjLyEb3haATBNmEjG+8xH2XWPhvHnG1xLvXkvQkxt1kK67NWZmcykG+ff4vNIWwT8RbNNdxZItdN+sQMgpmt/iUb8BuKOF5+8EDEiomtrk5GvDc0Nval4csT0EE/VGFNtQwXOrlur0DDduOcUP78V3Yav1pW2/shoKNT2knWRLoDckHwzsWoQfs+2OZ3MimqQwGsAycYHsuMN/UmXbNUIlZolMY/rEtEMFwQKDaaBU65nUdTvlPYRlgGTzMjTAw==; s=purelymail1; d=bydasein.com; v=1; bh=3e85ul0DTMK/ygoxHMmvLgRHQIMnxuB8N1cLs2eyjZ8=; h=Received:From:To; DKIM-Signature: a=rsa-sha256; b=KaleKToetgx6BlF1fvJiYRCeGYAACp8mfxscNT/9q8Ktaf9h+yjrPxzYTwlQ7BGVSCQPC0LoaKN/yNXzb+Bw7tqYOxvQ9H5xlE9jGf82RCY+n1J94R16yfdPQn7KVxKUGmgnFHIsO5T0TXNB4U4j9u5qez7V9xQoZVL6Zh6bmeBb7YTJQwkArk+n4pl9ARXAZ7ORC1rsNMup/qiXJZBKenH+oJb1GTgIk+siVWrQvDN7Wrq+jVPhV+/5VILaR1/n5ByyRfcN7/8f5oj6GbooIhJtO7FwR0ItVN+3nf8Xjz7xTNtYq6IyX9Y7r7iiYLmDJkNnxu193gJSr7tS8OUJjg==; s=purelymail1; d=purelymail.com; v=1; bh=3e85ul0DTMK/ygoxHMmvLgRHQIMnxuB8N1cLs2eyjZ8=; h=Feedback-ID:Received:From:To; Feedback-ID: 791:353:null:purelymail X-Pm-Original-To: cgit@lists.zx2c4.com Received: by ip-172-30-0-124.ec2.internal (JAMES SMTP Server ) with ESMTPA ID 1938892424; Thu, 25 Feb 2021 12:09:14 +0000 (UTC) MIME-Version: 1.0 Date: Thu, 25 Feb 2021 22:09:14 +1000 From: "Paul W. Rankin" To: John Keeping Cc: cgit@lists.zx2c4.com Subject: Re: OpenBSD - Error reading owner-info for : No such file or directory (2) In-Reply-To: References: User-Agent: Purely Mail via Roundcube/1.4.10 Message-ID: X-Sender: pwr@bydasein.com Organization: By Dasein Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: cgit@lists.zx2c4.com X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: List for cgit developers and users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: cgit-bounces@lists.zx2c4.com Sender: "CGit" On 2021-02-25 20:26, John Keeping wrote: > On Thu, Feb 25, 2021 at 05:00:57PM +1000, Paul W. Rankin wrote: >> I'm running cgit v1.2.3 on OpenBSD 6.8 with httpd and slowcgi. I'm >> getting tons of log errors in the form: >> Error reading owner-info for : No such file or >> directory >> (2) > > Without any changes to the code, if you set "repo.owner" (or > "gitweb.owner" if you have "enable-git-config" set) then this value > will > be used and the loop that tries getpwuid() won't be entered. > > I think it would be reasonable to provide a way to disable the "owner > from filesystem" code via cgitrc. It's probably meaningless in many > setups, for example with Gitolite, where all the repositories are owned > by a "git" user anyway. Thank you John, this solved it!