From owner-cvs-all Wed Dec 19 11:14: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D9E8337B416; Wed, 19 Dec 2001 11:13:53 -0800 (PST) Received: (from demon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBJJDrj57210; Wed, 19 Dec 2001 11:13:53 -0800 (PST) (envelope-from demon) Message-Id: <200112191913.fBJJDrj57210@freefall.freebsd.org> From: Dmitry Sivachenko Date: Wed, 19 Dec 2001 11:13:53 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/pvm Makefile ports/net/pvm/files patch-FREEBSD.def X-FreeBSD-CVS-Branch: HEAD 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 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