Control: tag -1 + moreinfo

Hi,

On Mon, Oct 16, 2017 at 11:29:29PM +0100, Paul "LeoNerd" Evans wrote:
> Package: vagrant
> Version: 1.9.8+dfsg-1
> Severity: normal
> 
> When trying to start a machine using NFS, when I have
> `nfs-kernel-server` installed and available, it complains that
> 
>   It appears your machine doesn't support NFS, or there is not an
>   adapter to enable NFS on this machine for Vagrant. Please verify
>   that `nfsd` is installed on your machine, and try again. If you're
>   on Windows, NFS isn't supported. If the problem persists, please
>   contact Vagrant support.
> 
> This is fixed by installing `nfs-server` (the userland version) which
> replaces `nfs-kernel-server`.

I don't have nfs-server installed and still vagrant works just fine for
me:

un  nfs-client                            <none>
ii  nfs-common                            1:1.3.4-2.1+b1
ii  nfs-kernel-server                     1:1.3.4-2.1+b1
un  nfs-server                            <none>

Looking at the source code, vagrant does the following to check if nfs
is installed:

    cat /proc/filesystems | grep nfsd

Can you try to reproduce the issue by reinstalling nfs-kernel-server? Or
trying on a clean system?

Attachment: signature.asc
Description: PGP signature

Reply via email to