On Wed, Sep 21, 2005 at 03:48:57PM +0200, Bas van der Vlies wrote:

> In /etc/yp.conf i have the following line
>       ypserver localhost

> It binds to the localhost:
>  # ypwhich
>  localhost

> In the syslog file i get a lot of message that i do not expect:
>   Sep 21 15:45:05 gb-r7n15 ypserv[20744]: refused connect from
>   10.0.17.130:2164 to procedure ypproc_domain_nonack (elsacafe,;0)

Could you please run ypbind with the -debug option and see what it says
is going on when this log message is generated?  It will run in the
foreground when you do this - you'll need to kill the running ypbind
first.

ypbind should only call that procedure if it is broadcasting to discover
a server and when you have an explictly configured server as you do it
shold only need to do that when that server is unresponsive.  Even then,
it should only fall back like that if the broadcast option is in the
configuration file or -broadcast is specified on the command line (which
the init script shouldn't do if there is a server configured in
yp.conf).

-- 
"You grabbed my hand and we fell into it, like a daydream - or a fever."


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to