From owner-freebsd-current@FreeBSD.ORG Thu Sep 1 10:03:10 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F36BE1065672 for ; Thu, 1 Sep 2011 10:03:10 +0000 (UTC) (envelope-from lars.engels@0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) by mx1.freebsd.org (Postfix) with ESMTP id 783978FC14 for ; Thu, 1 Sep 2011 10:03:10 +0000 (UTC) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) by mail.0x20.net (Postfix) with ESMTP id 399666A6C44 for ; Thu, 1 Sep 2011 11:45:18 +0200 (CEST) X-Virus-Scanned: amavisd-new at mail.0x20.net Received: from mail.0x20.net ([217.69.76.211]) by mail.0x20.net (mail.0x20.net [217.69.76.211]) (amavisd-new, port 10024) with ESMTP id 10ef8l2UDnIl for ; Thu, 1 Sep 2011 11:45:18 +0200 (CEST) Received: from 0x20.net (0x20.net [217.69.76.212]) (Authenticated sender: lala) by mail.0x20.net (Postfix) with ESMTPA id E31766A6C40 for ; Thu, 1 Sep 2011 11:45:17 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 01 Sep 2011 11:45:17 +0200 From: Lars Engels To: In-Reply-To: <20110901110859.2265f6cf.lists@yamagi.org> References: <20110901110859.2265f6cf.lists@yamagi.org> Message-ID: <639a793a2f8c1bbbf48e32fc42054580@mail.0x20.net> X-Sender: lars.engels@0x20.net User-Agent: Roundcube Webmail/0.5.4 Subject: Re: /home and /usr/home not created by bsdinstall X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2011 10:03:11 -0000 On Thu, 1 Sep 2011 11:08:59 +0200, Yamagi Burmeister wrote: > Hi, > when installing FreeBSD 9.0-BETA1 and choosing the auto partition > layout (Guided -> Entire Disk -> Exit -> Save) with no seperate > /usr/home partition and adding no user accounts to the system > (Would you like to add users to the installed system now -> No) > neither > the /usr/home directory nor the /home symlink are created. I'm not > sure > if this is a bug or a feature, but adding users via adduser(8) or > pw(8) > without the directory and symlink in existance results in "mkdir > (/home/xxx): No such file or directory", making the newly created > user > account unusable. Therefor I'm suggesting that bsdinstall > creates /usr/home and the /home symlink in any case, regardless if > users are added or not. > > Ciao, > Yamagi Hi Yamagi, this was already reported and will be fixed in BETA2. The cause was a bug in pw(8). Cheers Lars