Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2001 15:05:45 -0500
From:      Will Andrews <will@csociety.org>
To:        Dmitry Sivachenko <demon@FreeBSD.org>
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>
In-Reply-To: <200112191913.fBJJDrj57210@freefall.freebsd.org>
References:  <200112191913.fBJJDrj57210@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011219150545.N73815>