From owner-freebsd-questions@FreeBSD.ORG Tue Oct 1 15:52:34 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A816C9AA for ; Tue, 1 Oct 2013 15:52:34 +0000 (UTC) (envelope-from alexus@gmail.com) Received: from mail-oa0-x232.google.com (mail-oa0-x232.google.com [IPv6:2607:f8b0:4003:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 735D9254C for ; Tue, 1 Oct 2013 15:52:34 +0000 (UTC) Received: by mail-oa0-f50.google.com with SMTP id j1so5037501oag.9 for ; Tue, 01 Oct 2013 08:52:33 -0700 (PDT) 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=fCAtXaGETM0E0YuJTD4JNwOI/QfymIHCqTD0abuaGWk=; b=hsiUUMcDQzQ9NO21OPsSUc0QXgja+cnia+L9berIlpqVz7ImJPKy/1BQsScd9NHoTr gHtEjzthyWsB1oid0rhTPKHMltP02PFMyyvWzb3tnO03k+A/E0uxnva2oiG8To/lVyKK yGIlI2+F914JaUaV/Uq53iFCUrE+U5SY49ALQqkjW8d1FUrGpRG0rMOlzeV6sMgTM+CT CT9vxG7+gb6iY5yaMC0XYcWuAtSxf80ExP3xy8n17MoDeyBVc0DL6fndPlEUvYLoBbYG QYvlZrVYrMgjfGQdwk+FzIvBRWDb9li1Haxw1+TMcO41HU7oyQo6efIrnGeO1SiZK4p1 hSgg== MIME-Version: 1.0 X-Received: by 10.60.33.74 with SMTP id p10mr26629684oei.18.1380642753722; Tue, 01 Oct 2013 08:52:33 -0700 (PDT) Received: by 10.76.95.201 with HTTP; Tue, 1 Oct 2013 08:52:33 -0700 (PDT) In-Reply-To: References: Date: Tue, 1 Oct 2013 11:52:33 -0400 Message-ID: Subject: Re: mtree: line 21: unknown user auditdistd From: alexus To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Tue, 01 Oct 2013 15:52:34 -0000 I even sort of have that user... f9# grep auditdistd /etc/*passwd /etc/master.passwd:auditdistd:*:78:77::0:0:Auditdistd unprivileged user:/var/empty:/usr/sbin/nologin /etc/passwd:auditdistd:*:78:77:Auditdistd unprivileged user:/var/empty:/usr/sbin/nologin f9# On Tue, Oct 1, 2013 at 11:32 AM, alexus wrote: > I've tried upgrading my FreeBSD 9.1 to 9.2 via freebsd-update and I guess > I did something wrong and now I'm trying to run mergemaster and I'm unable > to do so, although I do remember merging passwd file w/ new user auditdistd > > how can I re-run mergemaster? > > f9# mergemaster > > *** The directory specified for the temporary root environment, > /var/tmp/temproot, exists. This can be a security risk if untrusted > users have access to the system. > > Use 'd' to delete the old /var/tmp/temproot and continue > Use 't' to select a new temporary root directory > Use 'e' to exit mergemaster > > Default is to use /var/tmp/temproot as is > > How should I deal with this? [Use the existing /var/tmp/temproot] > > *** Leaving /var/tmp/temproot intact > > *** Creating the temporary root environment in /var/tmp/temproot > *** /var/tmp/temproot ready for use > *** Creating and populating directory structure in /var/tmp/temproot > > mtree: line 21: unknown user auditdistd > > *** FATAL ERROR: Cannot 'cd' to /usr/src and install files to > the temproot environment > > f9# > > -- http://alexus.org/