From owner-freebsd-questions@FreeBSD.ORG Thu Jan 8 18:08:38 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 E4D0A16A4CE for ; Thu, 8 Jan 2004 18:08:38 -0800 (PST) Received: from m01.ca.astound.net (m01.ca.astound.net [64.85.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34EBB43D55 for ; Thu, 8 Jan 2004 18:08:35 -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 i0928Hjo024033; Thu, 8 Jan 2004 18:08:17 -0800 Message-ID: <3FFE0CE7.9050500@cal.berkeley.edu> Date: Thu, 08 Jan 2004 18:07:35 -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: "Andrew L. Gould" , questions@freebsd.org References: <3FFDF242.1090005@cal.berkeley.edu> <200401081906.05363.algould@datawok.com> In-Reply-To: <200401081906.05363.algould@datawok.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Subject: Re: 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 02:08:39 -0000 Simply trying to install postgresql - the message I included is what the system prints out when installing from the ports collection. Andrew L. Gould wrote: >On Thursday 08 January 2004 06:13 pm, Rishi Chopra wrote: > > >>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 >> >> > >PostgreSQL is available via the FreeBSD ports system. It does not require a >jail or linux emulation. > >What are you trying to do? > >Andrew Gould > > > >