Subject: Re: Frame Maker & rpcbind
To: None <hubert.feyrer@informatik.fh-regensburg.de>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: tech-pkg
Date: 07/29/2000 08:08:19
On Sat, Jul 29, 2000 at 03:39:29AM +0200, Hubert Feyrer wrote:
> 
> I'm trying to run Framemaker (pkgsrc/editors/framemaker) on
> 1.5_ALPHA/i386, and it seems the pkg has problems registering some
> program:
> 
> Frame API client "ClickPrint": unable to register TCP client)..
> Can't select on client hello 4.
> maker: Cannot initialize API client ClickPrint.
[...]
> /var/run/authlog has:
> Jul 29 03:33:10 miyu rpcbind: connect from 127.0.0.1 to getport/addr(300214)
> Jul 29 03:33:10 miyu rpcbind: connect from 127.0.0.1 to set(300214)
> Jul 29 03:33:22 miyu rpcbind: connect from 10.0.0.3 to set(1317710535)
> Jul 29 03:33:22 miyu rpcbind: connect from 10.0.0.3 to set(1529374805)
> Jul 29 03:33:22 miyu rpcbind: connect from 127.0.0.1 to set(1529374805)
> Jul 29 03:33:23 miyu rpcbind: connect from 127.0.0.1 to unset(1317710535)
> Jul 29 03:33:23 miyu rpcbind: connect from 127.0.0.1 to set(1317710535)
> Jul 29 03:33:23 miyu rpcbind: connect from 127.0.0.1 to unset(1317710535)

Whatever is happening, rpcbind denying access is not the problem
in this case. Otherwise you would have seen messages about rpcbind
denying access in authlog. If you run "rpcinfo", you'll probably
see that the program is in fact registered.

So I'm not sure what it is complaining about. Those higher program numbers
look weird, though. Are you sure these are ok? What happens on 1.4.x?

- Frank