From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 11:16:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2D71E16A4CE for ; Tue, 16 Dec 2003 11:16:41 -0800 (PST) Received: from mxsf21.cluster1.charter.net (mxsf21.cluster1.charter.net [209.225.28.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7953E43D1F for ; Tue, 16 Dec 2003 11:16:34 -0800 (PST) (envelope-from chowse@charter.net) Received: from moe.howse.homeunix.net (midsouth-24-151-208-111.westtn.chartertn.net [24.151.208.111]) hBGJF7WH090365 for ; Tue, 16 Dec 2003 14:15:07 -0500 (EST) (envelope-from chowse@charter.net) From: Charles Howse To: FBSD Questions Date: Tue, 16 Dec 2003 13:15:07 -0600 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200312161315.07121.chowse@charter.net> Subject: REPOST: null device in linux jail root X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 19:16:41 -0000 Surely, *someone* who reads this list has upgraded the linux_base port, and= =20 figured out the proper way to respond to this prompt. ___________________________________________ Hi, I installed Linux compatibility when I installed FBSD 4.8, but I've never=20 really done anything with it. While portupgrading , I was presented with a prompt that I don't know how t= o=20 respond to: You need to create the null device in your jail root environment. Run the following commands outside the jail root environment, and then press enter: mkdir -m 0755 -p /dev rm -f //compat/linux/dev/null mknod //compat/linux/dev/null c 2 2 chmod 666 //compat/linux/dev/null I found that this prompt comes from the makefile in the linux-base port, wh= ich=20 I don't have access to at the moment, so I can't quote it exactly. Clueless, I just pressed enter at the prompt, thinking I could always go ba= ck=20 and do it later, or deinstall the port and reinstall it when I learn what t= o=20 do. =A0 I know what a jail is, but how do I know what my is? Also, why the double slashes in the last 3 lines? =A0What do they mean? What is the proper way to deal with this prompt? =2D-=20 Thanks, Charles