From owner-freebsd-sparc Fri Feb 28 3:53:55 2003 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ECFD37B405; Fri, 28 Feb 2003 03:53:54 -0800 (PST) Received: from procyon.firepipe.net (procyon.firepipe.net [198.78.66.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id B041643FBF; Fri, 28 Feb 2003 03:53:53 -0800 (PST) (envelope-from will@csociety.org) Received: by procyon.firepipe.net (Postfix, from userid 1000) id 1BCAA21A68; Fri, 28 Feb 2003 03:53:53 -0800 (PST) Date: Fri, 28 Feb 2003 03:53:52 -0800 From: Will Andrews To: sparc@freebsd.org Cc: phk@freebsd.org Subject: Re: setting up a jail a bit lost. Message-ID: <20030228115352.GD37397@procyon.firepipe.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Feb 28, 2003 at 10:28:18AM -0000, Bri wrote: > I am setting up a jail on freebsd/sparc64 and in the jail man page there's > this example to follow > > D=/here/is/the/jail > cd /usr/src > mkdir -p $D > make world DESTDIR=$D > cd etc > make distribution DESTDIR=$D > cd $D/dev > sh MAKEDEV jail > cd $D > ln -sf dev/null kernel > > but the MAKEDEV program isn't included in current as it is has devfs and I > can't find the jail device in /usr/src/sys/conf/majors on currents sources > to create it with mknod. > > Has anyone setup a jail on freebsd/sparc64 that can help me. Instead of using MAKEDEV just mount a devfs on the target jail "filesystem". See devfs(5). PHK, I think you need to update the jail documentation to account for devfs... Regards, -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message