From owner-cvs-all Wed Dec 19 12: 8: 1 2001 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 2AB4637B405; Wed, 19 Dec 2001 12:07:55 -0800 (PST) Received: by squall.waterspout.com (Postfix, from userid 1050) id 6247F9B08; Wed, 19 Dec 2001 15:05:45 -0500 (EST) Date: Wed, 19 Dec 2001 15:05:45 -0500 From: Will Andrews To: Dmitry Sivachenko Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/pvm Makefile ports/net/pvm/files patch-FREEBSD.def Message-ID: <20011219150545.N73815@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Dmitry Sivachenko , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200112191913.fBJJDrj57210@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112191913.fBJJDrj57210@freefall.freebsd.org> User-Agent: Mutt/1.3.22.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Dec 19, 2001 at 11:13:53AM -0800, Dmitry Sivachenko wrote: > Log: > Define the -DSHAREDTMP option, since this allows one to simulate > clusters of pvm machines with jail(8). > > Basically, do this: > > ifconfig lo0 10.0.0.1 netmask 255.255.255.255 alias > ifconfig lo0 10.0.0.2 netmask 255.255.255.255 alias > ifconfig lo0 10.0.0.3 netmask 255.255.255.255 alias > ... > echo "10.0.0.1 ten-1" >> /etc/hosts > echo "10.0.0.2 ten-2" >> /etc/hosts > echo "10.0.0.3 ten-3" >> /etc/hosts > ... > jail / ten-1 10.0.0.1 /usr/libexec/inetd > jail / ten-1 10.0.0.2 /usr/libexec/inetd > jail / ten-1 10.0.0.3 /usr/libexec/inetd > > Tada! now you have three PVM enabled computers on your laptop :-) > > Submitted by: phk Very cool! :-D -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message