From owner-freebsd-questions Sat Apr 22 20:34: 4 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.millennium20.com (smtp.thecyberguys.net [209.79.190.13]) by hub.freebsd.org (Postfix) with ESMTP id 7F58337B631 for ; Sat, 22 Apr 2000 20:34:02 -0700 (PDT) (envelope-from glennpj@bayouhome.net) Received: from gforce.johnson.home (1Cust217.tnt2.covington.la.da.uu.net [63.31.31.217]) by smtp.millennium20.com (8.10.0/8.10.0) with SMTP id e3N3XN607457 for ; Sat, 22 Apr 2000 20:33:24 -0700 Received: (from glenn@localhost) by gforce.johnson.home (8.9.3/8.9.3) id WAA00787 for freebsd-questions@freebsd.org; Sat, 22 Apr 2000 22:33:55 -0500 (CDT) (envelope-from glenn) From: Glenn Johnson Date: Sat, 22 Apr 2000 22:33:19 -0500 To: freebsd-questions@freebsd.org Subject: Linux RPC program Message-ID: <20000422223319.A726@gforce.johnson.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I just got a Linux software program at work (no source code). One of its features is to do distributed processing via RPC. I am using FreeBSD 4.0-STABLE, with the latest Linux_base port. The software runs fine except for the RPC. Portmap is running. Here is what I did. I added the following line to /etc/rpc: bminrd 630474513 I then updated the NIS maps and verified that the info was getting across to each host via rpcinfo -p. I started up the daemon, bminrd, on each of the hosts that will be running calculations. The daemon is running and appears to be fine but communication does not work as evidenced by the following output of rpcinfo -t node6 bminrd: rpcinfo: RPC: Unable to receive; errno = Connection reset by peer program 630474513 version 0 is not available Does RPC for Linux binaries work in FreeBSD? If so, what do I need to do? Thanks in advance. -- Glenn Johnson glennpj@bayouhome.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message