* [NFS] Mapping ?
@ 2008-02-12 19:40 Pascal A. Dupuis
[not found] ` <20080212194040.GA16370-hcDgGtZH8xNAfugRpC6u6w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Pascal A. Dupuis @ 2008-02-12 19:40 UTC (permalink / raw)
To: nfs
Hello,
next batch of problems.
Server setup: I created a /srv/nfsv4 dir, then mounted 3 dir there
using the bind option: "/backup on /srv/nfsv4/backup type bind
(rw,bind)" and so on. The /etc/exports contains ONE dir:
/srv/nfsv4 192.168.1.2(root_squash,rw,sync,fsid=0,crossmnt,subtree_check)
rpc.imapd running, /etc/idmapd.conf minimalistic as explained in the
nfs-howto
On the client side, mounting immediatly results in the following
message: rpc.idmapd[3299]: nss_getpwnam: name '0' does not map into domain 'localdomain'
Then,
`ls -al the_mounted_dir`
drwxr-xr-x 7 nobody nogroup 4096 2007-11-28 10:07 backup
So far so good, but ...
`ls -al the_mounted_dir/backup`
kernel: fsid 0:13: expected fileid 0x2, got 0x802a
The file /etc/nsswitch.conf contains "passwd: compat"
Both server and client running Debian testing, with the package as
nfs-kernel-server/lenny uptodate 1:1.1.1-12
Kernel is 2.6.24.2.
Any idea ?
While at the subject, is there a simple way to map UID x on the server
onto UID y on the client ?
TIA
Pascal Dupuis
--
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
_______________________________________________
Please note that nfs@lists.sourceforge.net is being discontinued.
Please subscribe to linux-nfs@vger.kernel.org instead.
http://vger.kernel.org/vger-lists.html#linux-nfs
^ permalink raw reply [flat|nested] 2+ messages in thread[parent not found: <20080212194040.GA16370-hcDgGtZH8xNAfugRpC6u6w@public.gmane.org>]
* Re: [NFS] Mapping ? [not found] ` <20080212194040.GA16370-hcDgGtZH8xNAfugRpC6u6w@public.gmane.org> @ 2008-02-13 16:04 ` Kevin Coffman 0 siblings, 0 replies; 2+ messages in thread From: Kevin Coffman @ 2008-02-13 16:04 UTC (permalink / raw) To: Pascal.Dupuis-s1sOSHjJPfVpcTqYljSg7g; +Cc: nfs On Feb 12, 2008 2:40 PM, Pascal A. Dupuis <Pascal.Dupuis-s1sOSHjJPfVpcTqYljSg7g@public.gmane.org> wrote: > Hello, > > next batch of problems. > Server setup: I created a /srv/nfsv4 dir, then mounted 3 dir there > using the bind option: "/backup on /srv/nfsv4/backup type bind > (rw,bind)" and so on. The /etc/exports contains ONE dir: > /srv/nfsv4 192.168.1.2(root_squash,rw,sync,fsid=0,crossmnt,subtree_check) > > rpc.imapd running, /etc/idmapd.conf minimalistic as explained in the > nfs-howto > > On the client side, mounting immediatly results in the following > message: rpc.idmapd[3299]: nss_getpwnam: name '0' does not map into domain 'localdomain' If that message is literally what you saw, it indicates that /etc/idmapd.conf is not configured correctly. (Probably on the client and the server.) > Then, > `ls -al the_mounted_dir` > drwxr-xr-x 7 nobody nogroup 4096 2007-11-28 10:07 backup > So far so good, but ... > `ls -al the_mounted_dir/backup` > kernel: fsid 0:13: expected fileid 0x2, got 0x802a I can't tell you anything about this. > The file /etc/nsswitch.conf contains "passwd: compat" > > Both server and client running Debian testing, with the package as > nfs-kernel-server/lenny uptodate 1:1.1.1-12 > Kernel is 2.6.24.2. > > Any idea ? > > While at the subject, is there a simple way to map UID x on the server > onto UID y on the client ? NFSv4 uses names, not UIDs, on the wire. So, while what you are asking for is probably possible, it would require asymmetrical mappings between the client and server. K.C. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs _______________________________________________ Please note that nfs@lists.sourceforge.net is being discontinued. Please subscribe to linux-nfs@vger.kernel.org instead. http://vger.kernel.org/vger-lists.html#linux-nfs ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-13 16:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-12 19:40 [NFS] Mapping ? Pascal A. Dupuis
[not found] ` <20080212194040.GA16370-hcDgGtZH8xNAfugRpC6u6w@public.gmane.org>
2008-02-13 16:04 ` Kevin Coffman
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.