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

Add dependency on nfs-common #809

Closed
2 tasks done
GabrielNagy opened this issue Oct 11, 2023 · 0 comments · Fixed by #858
Closed
2 tasks done

Add dependency on nfs-common #809

GabrielNagy opened this issue Oct 11, 2023 · 0 comments · Fixed by #858
Labels
bug Something isn't working jira Import to Jira

Comments

@GabrielNagy
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues and found none that matched mine

Describe the issue

We need nfs-common installed in order to mount system NFS shares, and this package doesn't come installed by default on Ubuntu.

We already depend on cifs-utils (which comes preinstalled) to support SMB mounts, so we should support NFS out of the box as well. The nfs-common package is in main so there's no issue there.

Steps to reproduce it

Attempt to mount a NFS system share via a GPO without the nfs-common package installed.

Ubuntu users: System information

No response

Non Ubuntu users: System information

No response

Additional information

No response

Double check your logs

  • I have redacted any sensitive information from the logs
@GabrielNagy GabrielNagy added bug Something isn't working jira Import to Jira labels Oct 11, 2023
GabrielNagy added a commit that referenced this issue Nov 21, 2023
The nfs-common package is required if NFS shares are to be mounted on
the client. Unlike cifs-utils, this package is not installed by default
on Ubuntu Desktop. Given that we declare the former as a dependency we
should do the same with nfs-common.

Fixes #809 / UDENG-1570
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working jira Import to Jira
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant