Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2005 18:58:26 +0100
From:      Hentai Pantsu <sugoi.sama@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   pvm port refuses to work
Message-ID:  <7f52ac20510081058h58f4a032tce1361bad693bc56@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
I was able to install the pvm port, but when i try to run it, it always
fails saying:
libpvm [pid42244] /tmp/pvmd.0.kungfoo: No such file or directory
libpvm [pid42244]: Console: Can't start pvmd

i am running this on my machine (ie, i'm not trying to connect to any remot=
e
host) and i have ipfw enabled
(so i'm guessing it has nothing to do with ipfw, due to loopback address)

i've set the shell variables:
PVM_ARCH=3DFREEBSD
PVM_ROOT=3D/usr/local
PVM_DPATH=3D/usr/local/lib:/usr/local/lib/pvm/lib:/usr/local/lib/pvm/lib/FR=
EEBSD
PVM_PATH=3D/usr/local/bin:/usr/local/lib



a find showed relevant files here:
/usr/local/lib/pvm
/usr/local/lib/pvm/lib/FREEBSD/pvmd3
/usr/local/lib/pvm/lib/FREEBSD/pvm
/usr/local/lib/pvm/lib/pvm
/usr/local/lib/pvm/lib/pvmd
/usr/local/lib/pvm/lib/pvmgetarch
/usr/local/lib/pvm/bin/FREEBSD/pvm_gstat
/usr/local/lib/pvm/bin/FREEBSD/pvmgroups
/usr/local/lib/pvm/bin/FREEBSD/pvmgs
/usr/local/lib/libpvm3.a
/usr/local/lib/libfpvm3.a
/usr/local/lib/libgpvm3.a
/usr/local/lib/libpvmtrc.a
/usr/local/bin/pvmd
/usr/local/bin/pvm
/usr/local/include/fpvm3.h
/usr/local/include/fpvm3_watcom.h
/usr/local/include/pvm3.h
/usr/local/include/pvmproto.h
/usr/local/include/pvmtev.h



i already was able to compile some basic programs with the make variables:
PVM_ARCH =3D FREEBSD
CFLAGS =3D -I$(PVM_ROOT)/include
LDFLAGS =3D -L$(PVM_ROOT)/lib
LIBS =3D -lpvm3
$(CC) -o hello hello.o $(LDFLAGS) $(LIBS)



i am able to start the pvmd daemon manually by: pvmd &
but when i try pvm, i get the same error


arghhhh.... how do i solve this??!!

thanks in advance for any help



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