From owner-freebsd-stable@freebsd.org Sun Jan 31 17:18:55 2021 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 065A34FDC19 for ; Sun, 31 Jan 2021 17:18:55 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DTHqL6nNhz3rNq for ; Sun, 31 Jan 2021 17:18:54 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f175.google.com (mail-qt1-f175.google.com [209.85.160.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id D1F5B4CB2 for ; Sun, 31 Jan 2021 17:18:54 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f175.google.com with SMTP id d15so10548360qtw.12 for ; Sun, 31 Jan 2021 09:18:54 -0800 (PST) X-Gm-Message-State: AOAM5318f/9QeJtVBmpz6l+IX7oSJu9aUJTbr0Wx1xKdN3KIej/f5kCD tK8QG/UdHBsjRG4RqB2ZTG47NJPuzBcBmgrjkKc= X-Google-Smtp-Source: ABdhPJydHuW1Ap7/N17Q6BUiT6Wlv33qq0sjYeq1JpaRkvSglXRLUzYUV0E7fMcxS1nh9C8ovCOcsqQgABFRwdOvLlU= X-Received: by 2002:ac8:100b:: with SMTP id z11mr12064310qti.60.1612113534450; Sun, 31 Jan 2021 09:18:54 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Sun, 31 Jan 2021 11:18:41 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: pkgbase: Missing /etc/master.passwd in FreeBSD-runtime 12-stable pkg To: Per olof Ljungmark Cc: FreeBSD-STABLE Mailing List Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jan 2021 17:18:55 -0000 On Sun, Jan 31, 2021 at 11:12 AM Per olof Ljungmark wrote: > > On 1/31/21 12:04 PM, mj-mailinglist@gmx.de wrote: > > I noticed that my jails, build from a recent pkg base don't start: > > ... > > Starting jails: cannot start jail "j6": > > 7 > > jail: j6: getpwnam root: No such file or directory > > jail: j6: /bin/sh /etc/rc: failed > > . > > > > [snip] > > Just a thought, did you run > > make distribution DESTDIR= This shouldn't be necessary with pkgbase, but I haven't looked at pkgbase in 12 on a long time -- it sounds like we managed to regress it somewhere.