From owner-freebsd-questions@FreeBSD.ORG Thu Nov 29 19:27:41 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7DE5FDDD for ; Thu, 29 Nov 2012 19:27:41 +0000 (UTC) (envelope-from artifexor@gmail.com) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3C11B8FC14 for ; Thu, 29 Nov 2012 19:27:40 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id s9so20415741iec.13 for ; Thu, 29 Nov 2012 11:27:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=WolYDn+AgUTJgnTtWgPIrx32vEjhApEEZNFwYfuaoiE=; b=iv0Ppl1oXU9uPhnZxG6j4zEeOdcIGAJsWXNOqMsOGTD3zYIG8iYJbFKy/KXgGmlK8t Gcue7+cqLvtyrc1ewLXuEWplsMO0wwCd6YPs4XV9l58N+6kBLLtBR64rWyA7ITf6vwEk MDfJ6FAd5/8FxDEsyxvbVYGq5boU+VvsAK19wwuSuzQJd1YtkWs1b61+zKI+U2QVtqEP G3iRa51Bu5a2PiOtddxQASK72VJS1mZDhqLSa2wUgLUFCo7H0UCHPrIlUnJ0qD3mNoG4 OBRpAaVA6I6uY8Fi4jHznlVglyztf5lUu1w/C+PY4rt2o6mV24iPMvYR/Lh2OscvIhLe H/Dg== MIME-Version: 1.0 Received: by 10.50.53.230 with SMTP id e6mr24170740igp.46.1354217260710; Thu, 29 Nov 2012 11:27:40 -0800 (PST) Received: by 10.50.216.169 with HTTP; Thu, 29 Nov 2012 11:27:40 -0800 (PST) In-Reply-To: References: <20121129085055.7dcd870e@tech304> Date: Thu, 29 Nov 2012 20:27:40 +0100 Message-ID: Subject: Re: latest git ports upgrade From: Artifex Maximus To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2012 19:27:41 -0000 On Thu, Nov 29, 2012 at 7:59 PM, Artifex Maximus wrote: > On Thu, Nov 29, 2012 at 3:50 PM, Mark Felder wrote: >> On Thu, 29 Nov 2012 15:04:12 +0100 >> Artifex Maximus wrote: >> >>> On next upgrade got the first error so I am in loop. Any idea what to do? >> >> Please check /usr/ports/UPDATING which has a note in there about git. > > Thanks for your answer. The UPDATING entry is about the daemon process > repository permission not about the error I have. Mine is some problem > in user adding process at port install I think. Sorry for the noise I forgot to run pwd_mkdb first time. I had success with pw group del git_daemon then editing master.passwd and run pwd_mkdb -p master.passwd which generate password database and recreate passwd from master.passwd. BTW, why system does not know user git_daemon when git_daemon was in passwd and master.passwd? I am using portmaster to upgrade my installed ports. Bye, a