From owner-freebsd-questions@FreeBSD.ORG Thu Jan 8 16:14:54 2004 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 234D916A4CE for ; Thu, 8 Jan 2004 16:14:54 -0800 (PST) Received: from m01.ca.astound.net (m01.ca.astound.net [64.85.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C7AC43D2D for ; Thu, 8 Jan 2004 16:14:53 -0800 (PST) (envelope-from rchopra@cal.berkeley.edu) Received: from cal.berkeley.edu (astound-64-85-244-72.ca.astound.net [64.85.244.72]) by m01.ca.astound.net (8.12.10/8.12.10) with ESMTP id i090Eajo025393 for ; Thu, 8 Jan 2004 16:14:36 -0800 Message-ID: <3FFDF242.1090005@cal.berkeley.edu> Date: Thu, 08 Jan 2004 16:13:54 -0800 From: Rishi Chopra User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Subject: A jail? 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: Fri, 09 Jan 2004 00:14:54 -0000 While installing postgres I get the following: You need to create the null device in your jailed Linux environment. Run this outside the jail, 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 Do I HAVE to make a jail? I was just going to run the postgresql port on my FreeBSD box, sans-condom. The box only has one user and there are no security concerns to speak of. -R