[20059] in Athena Bugs
Re: sun4 9.0.21: FrameMaker
daemon@ATHENA.MIT.EDU (Alex T Prengel)
Mon Dec 10 15:15:09 2001
Message-Id: <200112102015.PAA21041@dit.mit.edu>
To: dryfoo@MIT.EDU
In-reply-to: "[20056] in Athena Bugs"
cc: alexp@MIT.EDU, bugs@MIT.EDU
In-Reply-To: Your message of "Mon, 10 Dec 2001 14:59:57 EST."
<200112101959.OAA06801@thelonious.mit.edu>
Date: Mon, 10 Dec 2001 15:15:07 -0500
From: Alex T Prengel <alexp@MIT.EDU>
> I'm not sure what rpcbind is.
It's a UNIX daemon that facilitates running a certain kind of service
called an "RPC service"- it's basically a way for a process to talk to
such a service ("RPC service") acting as a "helper" to the main
application. I think FrameMaker uses this but I'm not certain. If
rpcbind isn't running, the communication fails (which might account
for the error message). you can see if it's running by doing "ps
-elf" and grepping for "rpcbind". If you find a process with that
name, it's running.
Unless we can find something that consistently triggers the error message
I don't think there's much I can do.
A.