On 12/01/2011 11:45 PM, Bruce Dubbs wrote: > > The book is now OK. <snip> >
I found a few nits and additions in the rpcbind/libtirpc/nfs reshuffle, when trying to get it all working for me. - downloadlink for libtirpc should be http://downloads.sourceforge.net/project/libtirpc/libtirpc/0.2.2/libtirpc-0.2.2.tar.bz2 - libtirpc needs pkgconfig as a dependency, because autoreconf uses PKG_CHECK_MODULES - the sed for /etc/services for rpcbind is missing a final / - rpcbind can use tcpwrappers with --enable-libwrap. - rpcbind can run as an unprivileged user with --with-rpcuser=nobody - I had to do LIBS="-lpthread" ./configure... to nfs-utils otherwise it wouldn't detect libtirpc. - If you are running rpcbind with tcpwrappers, you should add 'rpcbind: 127.0.0.1' to /etc/hosts.allow to be able to start nfsd. With that, I got it all running. Thanks for untangling the rpc-mess! Erik-Jan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
