From owner-freebsd-sparc Fri Feb 28 2:33:25 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 8AF7037B401 for ; Fri, 28 Feb 2003 02:33:24 -0800 (PST) Received: from relay.1anetworks.net (ns3.1anetworks.net [212.36.99.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0599243FD7 for ; Fri, 28 Feb 2003 02:33:21 -0800 (PST) (envelope-from brian@ukip.com) Received: from cc-gw.1anetworks.net (cc-gw.1anetworks.net [193.243.179.83]) by relay.1anetworks.net (8.11.6+Sun/8.11.6) with SMTP id h1SAXJZ04737 for ; Fri, 28 Feb 2003 10:33:19 GMT Received: from BRI (brian.1anetworks.net [212.36.98.200]) by parma.1anetworks.net (8.9.3+Sun/8.9.3) with SMTP id KAA14794 for ; Fri, 28 Feb 2003 10:33:17 GMT From: "Bri" To: "Freebsd-Sparc" Subject: setting up a jail a bit lost. Date: Fri, 28 Feb 2003 10:28:18 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal 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 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. Bri, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message