Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2: Unsupported version #76

Open
mariusmotea opened this issue Nov 14, 2022 · 1 comment
Open

2: Unsupported version #76

mariusmotea opened this issue Nov 14, 2022 · 1 comment

Comments

@mariusmotea
Copy link

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")

@arendtio
Copy link

I can confirm the issue and the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants