reassign 432767 cfs severity 432767 grave thanks On Wed, Jul 11, 2007 at 10:39:12PM +0200, Martin Waitz wrote: > after upgrading to nfs-common 1.1.0-6 cfs 1.4.1-17 does not work any more. > > I get the following messages when running cfsd manually on the console: > > mount: mount to NFS server 'localhost' failed: RPC Error: Success. > cfsd: cfs_mount failed.
I spent some time debugging through this, trying to figure out how cfs is supposed to be working. It seems like the core of the problem is the line mount -oport=3049,intr,nfsvers=2 localhost:$NULL_EXPORT $CRYPT_ROOT || rc=1 However, cfsd never registers with the portmapper. If you don't use portmapper, you'll need to specify the entire triplet port/version/protocol, or the mount will fail -- for some reason, earlier versions of mount (ie. versions from before the split into mount.nfs) were more forgiving about this, but they are not anymore. In other words, the cfs package needs to add ",udp" to its list of NFS-mounting option. Reassigning appropriately, and setting severity as this completely breaks cfs TTBOMK. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

