From: Jim Rees <rees@umich.edu>
To: Bruce Dubbs <bruce.dubbs@gmail.com>
Cc: linux-nfs@vger.kernel.org
Subject: Re: nfs server issues
Date: Wed, 30 Nov 2011 21:43:19 -0500 [thread overview]
Message-ID: <20111201024319.GA10246@umich.edu> (raw)
In-Reply-To: <4ED6BCEA.9050000@gmail.com>
Bruce Dubbs wrote:
I am trying to document the installation of nfs for Linux From
Scratch. The client works, but the server does not and I'm looking
for some help. If this is the wrong place to ask for help, please
redirect me.
For now, I am only trying to get nfs version 3 to work.
# mount -t nfs -o nfsvers=3 lfs6:/home/bdubbs /mnt/test
[ mounts OK ]
# mount -t nfs -o nfsvers=3 localhost:/usr/src /mnt/tmp
# mount.nfs: requested NFS version or transport protocol is not supported
It doesn't explain the error message you're getting, but your exports file
doesn't have an entry for localhost. When I try this I get "mount.nfs:
access denied by server while mounting localhost:/usr/src".
2. Build libtirpc
Remove auth_des.c authdes_prot.c des_crypt.c from Makefile
Comment out authdes_create() in rpc_soc.c
./configure --prefix=/usr --libdir=/lib
This shouldn't be necessary. Instead of working around the problem, it
would be nice if you could figure out why you needed to do this, and if
there is a bug in the configure magic, let us know.
next prev parent reply other threads:[~2011-12-01 2:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-30 23:31 nfs server issues Bruce Dubbs
2011-12-01 2:43 ` Jim Rees [this message]
[not found] ` <4ED704E5.2030500@gmail.com>
2011-12-01 5:07 ` Bruce Dubbs
2011-12-01 13:18 ` Steve Dickson
2011-12-01 16:59 ` Bruce Dubbs
2011-12-01 17:25 ` Bruce Dubbs
2011-12-01 13:19 ` peter.staubach
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111201024319.GA10246@umich.edu \
--to=rees@umich.edu \
--cc=bruce.dubbs@gmail.com \
--cc=linux-nfs@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox