From owner-freebsd-questions@freebsd.org Tue Oct 13 06:50:55 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04565A12AF0 for ; Tue, 13 Oct 2015 06:50:55 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id E28B4146B for ; Tue, 13 Oct 2015 06:50:54 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: by mailman.ysv.freebsd.org (Postfix) id DF4E5A12AEE; Tue, 13 Oct 2015 06:50:54 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DEE27A12AED for ; Tue, 13 Oct 2015 06:50:54 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: from mail.xtaz.uk (tao.xtaz.uk [IPv6:2001:8b0:202::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CCAA146A for ; Tue, 13 Oct 2015 06:50:53 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: by mail.xtaz.uk (Postfix, from userid 1001) id D6D5B20AEE67; Tue, 13 Oct 2015 07:50:48 +0100 (BST) Date: Tue, 13 Oct 2015 07:50:48 +0100 From: Matt Smith To: Paul Beard Cc: FreeBSD-questions Subject: Re: FreeBSD 10: no interfaces Message-ID: <20151013065048.GB90075@xtaz.uk> Mail-Followup-To: Matt Smith , Paul Beard , FreeBSD-questions References: <0D1A75F9-ADD6-4FB8-8921-5C2196645D1C@gmail.com> <20151012124254.a2b39c50.freebsd@edvax.de> <73430EA0-AB59-4BEC-A0EC-2132285961BB@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <73430EA0-AB59-4BEC-A0EC-2132285961BB@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 06:50:55 -0000 On Oct 12 19:23, Paul Beard wrote: > >This might be a problem: installworld never happened because of this: > >ERROR: Required unbound user is missing, see /usr/src/UPDATING. > >and I missed the notification of it. > >I’m building the world again as I see no evidence of this service anywhere. > Sounds like you forgot about the mergemaster -p part of the process. This is meant to be run before make installworld and would have installed the missing user. Look at the procedure near the bottom of /usr/src/UPDATING. -- Matt