https://bugzilla.novell.com/show_bug.cgi?id=849476 https://bugzilla.novell.com/show_bug.cgi?id=849476#c0 Summary: /etc/init.d/nfsserver fails to start because -nfs-version needs 2 hyphens Classification: openSUSE Product: openSUSE 13.1 Version: RC 1 Platform: x86-64 OS/Version: SUSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jimc@math.ucla.edu QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Package: nfs-kernel-server-1.2.8-4.2.1.x86_64 When you do /etc/init.d/nfsserver start, rpc.mountd exits printing its usage message. The reason is that VERSION_PARAMS is set to -nfs-version 4 where it should be --nfs-version 4 (2 hyphens). Patch coming. Also, if NFS4_SERVER_MINOR_VERSION != '0', i.e. if it is unset (as it was in my case due to copying /etc/sysconfig/nfs from v12.3), the option -nfs-version 4. (four dot) will be appended. rpc.mountd does not care, but rpc.nfsd chokes on it, "unsupported minor version". May I suggest a case statement such as: case "$NFS4_SERVER_MINOR_VERSION" in [1-9]* ) (append the minor version option) esac -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.