Re: NFS is a problem with Yeller Dog


Subject: Re: NFS is a problem with Yeller Dog
From: Mike LeBlanc (leblanc@skycomputers.COM)
Date: Thu Jan 10 2002 - 09:26:24 MST


Christopher Murtagh wrote:
>
> On Thu, 10 Jan 2002, Michael LeBlanc wrote:

> >Naive question. How does one check for NFS v3?
>
> Try the following command:
>
> /usr/sbin/rpcinfo -p

/usr/sbin/rpcinfo -p | grep -w 3
    100003 3 udp 2049 nfs
    100021 3 udp 1026 nlockmgr
    100002 3 udp 937 rusersd

However, in /etc/init.d/nfs ...

# No NFS V3.
RPCMOUNTDOPTS="--no-nfs-version 3"
...
        daemon rpc.mountd $RPCMOUNTDOPTS

This is right off the 2.1 install. Do I just comment out
the RPCMOUNTDOPTS= line?



This archive was generated by hypermail 2a24 : Thu Jan 10 2002 - 09:35:57 MST