Created attachment 350830 [details] screenshot of odd behaviour Description of problem: I've disabled IPv6 ("install ipv6 /bin/true" in /etc/modprobe.d/blacklist.conf). I wish to mount an IPv4 nfs4 share. It only works after loading the ipv6 kernel module. But that means I need to worry about IPv6, and I'm not ready to do that. Version-Release number of selected component (if applicable): nfs-utils-1.1.5-6.fc11.x86_64 kernel-2.6.29.5-191.fc11.x86_64 How reproducible: always Steps to Reproduce: 1. /etc/init.d/rpcidmapd start 2. mount -v -t nfs4 brie:/test /mnt Actual results: mount.nfs4: mount(2): Cannot allocate memory mount.nfs4: Cannot allocate memory Expected results: brie:/test on /mnt type nfs4 (rw) Additional info: Googling suggested ipv6 "fixed" this. I've no idea why, and I don't consider it a fix.
*** This bug has been marked as a duplicate of bug 504602 ***