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
Recently i was unable to compile and run this successfully on arm64 platform because of the error from the subject. Seams version2 is no longer build in nfs-utils.
The fix is to remove the mention of version 2 protocol here: local flags=('--nfs-version' "$requested_version" '--no-nfs-version' 2)
and keep just: local flags=('--nfs-version' "$requested_version")
The text was updated successfully, but these errors were encountered:
Hi,
Recently i was unable to compile and run this successfully on arm64 platform because of the error from the subject. Seams version2 is no longer build in nfs-utils.
The fix is to remove the mention of version 2 protocol here:
local flags=('--nfs-version' "$requested_version" '--no-nfs-version' 2)
and keep just:
local flags=('--nfs-version' "$requested_version")
The text was updated successfully, but these errors were encountered: