http://bugzilla.novell.com/show_bug.cgi?id=557138 http://bugzilla.novell.com/show_bug.cgi?id=557138#c0 Summary: NFS3 exports can't be mounted any longer Classification: openSUSE Product: openSUSE 11.3 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: nfbrown@novell.com ReportedBy: sndirsch@novell.com QAContact: qa@suse.de Found By: --- Blocker: --- Apparently you can't mounts NFS3 exports any longer. Looks like the negotiation for the nfs version is broken in mount.nfs. You now need to add the mount option nfsvers=3 to mount an NFS3 export. This breaks automounting severely here in the office Nürnberg, Germany. Example: # sudo mount langley.suse.de:/users-space /mnt mount.nfs: Operation not permitted # sudo mount -o nfsvers=3 langley.suse.de:/users-space /mnt # <works> It still works with nfs-client of openSUSE 11.2, so I assume the regression came with the update of nfs-utils from release 1.1.3 to 1.2.1, i.e. the following changelogs since 11.2: ------------------------------------------------------------------- Thu Nov 5 03:16:22 UTC 2009 - nfbrown@novell.com - New upsteam release - 1.2.1 Includes new config file: /etc/nfsmount.conf and man page. - nfs.init * implement try-restart in a more gentle fashion so that active mounts are not lost. Also allow for the fact that binary has changed when finding and killing running daemons. (bnc#543911) - start-statd * try-restart the firewall after starting statd as the firewall might need to update to reflect a new port number. - Start nfs services if any nfs related sysctl is set in /etc/sysctl.conf ------------------------------------------------------------------- Fri Oct 30 05:43:32 CET 2009 - nfbrown@suse.de - Kill processes on NFS mounts when unmounting for shutdown. This allows any 'sync' to happen before we turn off the network. (bnc#503640) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.