|
From: Szombathelyi Gy|r. <gy...@fr...> - 2011-07-03 14:33:50
|
Hi! The reported problems about NFS server and client not working are because of the rpc.xxx daemons now use the libtircp (transport-idenpendent RPC) libraries. This requires 'rpcbind' instead of 'portmap' as the portmapper. So the following changes are required to make it work again: - Replace 'portmap' with 'rpcbind' - Add an /etc/netconfig file http://sourceforge.net/projects/rpcbind/ I already created patches, I can post them if they're desired, there's only one remainig issue with there's a problem compiling it with the curent tcp_wrappers in Devil Linux. Br, György |