On Thu, May 31, 2001 at 04:27:32PM -0500, Dave Sherohman wrote: > On Thu, May 31, 2001 at 12:36:23PM -0700, Ian Greenhoe wrote: > > Also, I'm curious about what sort of results you might see from > > > > rpcinfo -u bradley.west.mycompany.com ypserv > > bradley:~# rpcinfo -u bradley.west.mycompany.com ypserv > rpcinfo: RPC: Timed out > program 100004 version 0 is not available > > > rpcinfo -t bradley.west.mycompany.com ypserv > > bradley:~# rpcinfo -t bradley.west.mycompany.com ypserv > rpcinfo: RPC: Timed out > program 100004 version 0 is not available
This is looking like the problem that I observed when libc6 was upgraded in testing a few weeks ago. IIRC, You could connect to the portmapper & nfs ports ("rpcinfo -u localhost portmapper" worked) but not any of the yp ports. The bugfix (applied about a week later) was a recompile of the nis binaries. Hmmm... Try this (as root for all): * Add the following to your "/etc/apt/sources.list": deb-src http://http.us.debian.org/debian stable main contrib non-free * make sure that you have libgdbmg1-dev installed. * then do (in some directory in which you don't mind a build tree): apt-get source --compile nis * then install/try the resulting deb. -Ian