From owner-freebsd-questions@FreeBSD.ORG Thu Jan 8 18:20:55 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 429D316A4CE for ; Thu, 8 Jan 2004 18:20:55 -0800 (PST) Received: from mail.XtremeDev.com (xtremedev.com [216.241.38.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id E538F43D4C for ; Thu, 8 Jan 2004 18:20:53 -0800 (PST) (envelope-from bsd@xtremedev.com) Received: from localhost (localhost [127.0.0.1]) by mail.XtremeDev.com (Postfix) with ESMTP id B693F11701; Thu, 8 Jan 2004 19:20:53 -0700 (MST) Received: from mail.XtremeDev.com ([127.0.0.1]) by localhost (Amber.XtremeDev.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 55759-04-2; Thu, 8 Jan 2004 19:20:53 -0700 (MST) Received: by mail.XtremeDev.com (Postfix, from userid 1001) id F29EB11B80; Thu, 8 Jan 2004 19:20:52 -0700 (MST) Date: Thu, 8 Jan 2004 19:20:52 -0700 From: BSD To: Rishi Chopra Message-ID: <20040109022052.GA98046@Amber.XtremeDev.com> References: <3FFDF242.1090005@cal.berkeley.edu> <200401081906.05363.algould@datawok.com> <3FFE0CE7.9050500@cal.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FFE0CE7.9050500@cal.berkeley.edu> User-Agent: Mutt/1.5.5.1i X-Virus-Scanned: by amavisd-new at xtremedev.com cc: questions@freebsd.org 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:20:55 -0000 On Thu, Jan 08, 2004 at 06:07:35PM -0800, Rishi Chopra wrote: > 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: Er, what directory were you in when you did the make install? The only port that produces the message below is ports/emulators/linux_base, which is definately not a dependency of postgresql, nor of any of its dependents. > >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 > > > > > > > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"