Re: running *only* NFSv4 on f12 produces rpc.mountd error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> writes:
> #MOUNTD_NFS_V1="no"
> #MOUNTD_NFS_V2="no"
> #MOUNTD_NFS_V3="no"
>   so i uncomment all those lines to (allegedly) disable all earlier
> version support and:
> Starting NFS mountd: Usage: rpc.mountd [-F|--foreground] [-h|--help]
> [-v|--version] [-d kind|--debug kind]
> 	[-o num|--descriptors num] [-f exports-file|--exports-file=file]
> 	[-p|--port port] [-V version|--nfs-version version]
> 	[-N version|--no-nfs-version version] [-n|--no-tcp]
> 	[-H ha-callout-prog] [-s|--state-directory-path path]
> 	[-g|--manage-gids] [-t num|--num-threads=num]

I put a bugzilla in on this back in the FC4 or 5 days.  The
MOUNTD_NFS_V1="no" is the error.  The current rpc.mound doesn't have any
"--no-nfs-version 1" flag and is complaining about that. (This v1 flag
stuff should really be taken out of /etc/sysconfig/nfs as well as
/etc/init.d/nfs .

To be nfsv4-only you will also want to add these other things to the
conf file.

/etc/sysconfig/nfs:
# 
# As a test, don't allow any nfs v1,v2,v3 service.  Only allow v4
#

# this causes errors.  /etc/inint.d/nfs Script mainanance issue.
# MOUNTD_NFS_V1=NO
MOUNTD_NFS_V2="no"
MOUNTD_NFS_V3="no"

# don't allow rpc.nfsd to process v2 or v3 requests either.
RPCNFSDARGS="-N 2 -N 3"
# we'd like to say 0, but that means kill the daemons including the nfs4 one.
RPCNFSDCOUNT=1

#
# end
#

-wolfgang
-- 
Wolfgang S. Rupprecht
If the airwaves belong to the public why does the public only get 3
non-overlapping WIFI channels?

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux