| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=51854
|
|
|
|
|
|
|
|
|
| |
I am now at FreeBSD dot org
Approved by: sobomax
Notes:
svn path=/head/; revision=35074
|
|
|
|
|
|
|
|
|
| |
updated)
Noticed by: bento
Notes:
svn path=/head/; revision=28143
|
|
|
|
| |
Notes:
svn path=/head/; revision=27423
|
|
|
|
|
|
|
|
|
| |
import of the pvmpov port.
Approved by: maintainer
Notes:
svn path=/head/; revision=27127
|
|
|
|
|
|
|
| |
actually works (yet).
Notes:
svn path=/head/; revision=25758
|
|
|
|
|
|
|
| |
-current and -stable.
Notes:
svn path=/head/; revision=23431
|
|
|
|
| |
Notes:
svn path=/head/; revision=21161
|
|
|
|
| |
Notes:
svn path=/head/; revision=18456
|
|
|
|
| |
Notes:
svn path=/head/; revision=18431
|
|
PR: ports/10562
Submitted by: Dima Sivachenko dima@netserv1.chg.ru
Notes:
svn path=/head/; revision=17850
|