From owner-freebsd-current@FreeBSD.ORG Wed Jun 25 21:22:18 2014 Return-Path: Delivered-To: freebsd-current@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 ESMTPS id 6A565E8A for ; Wed, 25 Jun 2014 21:22:18 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 511272711 for ; Wed, 25 Jun 2014 21:22:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s5PLMImU063529 for ; Wed, 25 Jun 2014 21:22:18 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s5PLMIBv063526 for freebsd-current@freebsd.org; Wed, 25 Jun 2014 21:22:18 GMT (envelope-from bdrewery) Received: (qmail 19870 invoked from network); 25 Jun 2014 16:22:14 -0500 Received: from unknown (HELO blah) (freebsd@shatow.net@67.182.131.225) by sweb.xzibition.com with ESMTPA; 25 Jun 2014 16:22:14 -0500 Message-ID: <53AB3D84.4050602@FreeBSD.org> Date: Wed, 25 Jun 2014 16:22:12 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Mattia Rossi , freebsd-current@freebsd.org Subject: Re: No devices/nodes/files in /dev after building and installing world References: <53A805F5.9050401@gmail.com> In-Reply-To: <53A805F5.9050401@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Wed, 25 Jun 2014 21:22:18 -0000 On 6/23/14, 5:48 AM, Mattia Rossi wrote: > Hi all, > > I'm currently stuck on the following. Haven't built HEAD in a while, > and now after a > > make buildworld kernel installworld distrib-dirs distribution > > I don't have any nodes in /dev at all. As far as I remember there was > always a minimum set of nodes in there, like ttys etc. > > What happened? Which changes did I miss? > > Cheers, > > Mat I booted a system last week that resulted in 2 / being mounted. devfs was underneath the second / which resulted in an empty /dev. At least that's what I was able to guess, it obviously was a messy situation. -- Regards, Bryan Drewery