You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe NFS2 has been removed, therefore this line /usr/sbin/rpc.nfsd --debug 8 --no-udp --no-nfs-version 2 --no-nfs-version 3 will result in an error: 2: Unsupported version. The line now becomes: /usr/sbin/rpc.nfsd --debug 8 --no-udp --no-nfs-version 3. The error shows when you rebuild the image.
The text was updated successfully, but these errors were encountered:
I believe NFS2 has been removed, therefore this line
/usr/sbin/rpc.nfsd --debug 8 --no-udp --no-nfs-version 2 --no-nfs-version 3
will result in an error:2: Unsupported version
. The line now becomes:/usr/sbin/rpc.nfsd --debug 8 --no-udp --no-nfs-version 3
. The error shows when you rebuild the image.The text was updated successfully, but these errors were encountered: