From owner-freebsd-questions@FreeBSD.ORG Sat Oct 8 17:58:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F56A16A436 for ; Sat, 8 Oct 2005 17:58:28 +0000 (GMT) (envelope-from sugoi.sama@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3AFC43D46 for ; Sat, 8 Oct 2005 17:58:27 +0000 (GMT) (envelope-from sugoi.sama@gmail.com) Received: by qproxy.gmail.com with SMTP id o12so25361qba for ; Sat, 08 Oct 2005 10:58:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=IYXRrUOoe4GxSfPs+MUVeCpg0XCoDtTj6TrvxJIqwm8rkUwj9sPX+cRTrhSoj+EqVRT+OAGiP+MKwmeurXEwD7lDBmz48MF1Tb2JSXqu9w1o2/ukVdfmtpUu2tUGytoV1Cvv0XPGdubldpM67liWxjX9l4tPrIAyPKcnWE9hCCk= Received: by 10.64.10.8 with SMTP id 8mr2146094qbj; Sat, 08 Oct 2005 10:58:26 -0700 (PDT) Received: by 10.64.253.5 with HTTP; Sat, 8 Oct 2005 10:58:26 -0700 (PDT) Message-ID: <7f52ac20510081058h58f4a032tce1361bad693bc56@mail.gmail.com> Date: Sat, 8 Oct 2005 18:58:26 +0100 From: Hentai Pantsu To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: pvm port refuses to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hentai Pantsu List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2005 17:58:28 -0000 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