Date: Wed, 19 Dec 2001 11:13:53 -0800 (PST) From: Dmitry Sivachenko <demon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pvm Makefile ports/net/pvm/files patch-FREEBSD.def Message-ID: <200112191913.fBJJDrj57210@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
demon 2001/12/19 11:13:53 PST Modified files: net/pvm Makefile Added files: net/pvm/files patch-FREEBSD.def 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 Revision Changes Path 1.7 +2 -1 ports/net/pvm/Makefile 1.1 +10 -0 ports/net/pvm/files/patch-FREEBSD.def (new) 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?200112191913.fBJJDrj57210>