On Sat, 2016-07-09 at 12:48 -0400, bruce wrote:
> the test users have the same gui/uid on both the nfs server as well as
> the client...
>
> I tested this, prior to setting the idmap process
I think you need to give some more info. Your initial message seemed to
indicate that files were arrivin
the test users have the same gui/uid on both the nfs server as well as the
client...
I tested this, prior to setting the idmap process
On Sat, Jul 9, 2016 at 9:33 AM, Boris Epstein wrote:
> Does user1 (and other users) have the same UID on all the systems
> involved? I think this is the key m
Does user1 (and other users) have the same UID on all the systems involved?
I think this is the key moment here.
Cheers,
Boris.
On Fri, Jul 8, 2016 at 7:13 PM, bruce wrote:
> ok...
>
> seem to have resolved this..
>
> centos 6.8
>
> running test master/client nfs
>
> on the masterside:
>
> cha
On Fri, 2016-07-08 at 13:57 -0400, bruce wrote:
> Simple question, but can't seem to solve it.
>
> Test nfs server works
>
> Copy file to the test dir..
>
> On the master, the test file cat.txt is owned by 'user1'
>
> I have a user1 on the client box, and I'd like any files copied to the nfs
>
ok...
seem to have resolved this..
centos 6.8
running test master/client nfs
on the masterside:
change the /etc/idmapd.conf
# The following should be set to the local NFSv4 domain name
# The default is the host's DNS domain name.
Domain = localdomain <<
# The following is a comma-separa
arrrgghh..
as a drop/kick..
I went into the test master/client
-changed the uid/gid for the test user user1 to be 600
usermod
groupmod
i didn't reboot
i shut down the nfs on the master
i did an unmount umount on the client, followed by a mount -a to reinvoke
the fstab
in the client fstab i hav
Hey..
Yeah, I had seen a few articles that pointed to the idmapd as being a
possible issue..
This is for a test internal -- 192.168.1.* group of 3-4 systems. So,
there's no real domain, but
On Fri, Jul 8, 2016 at 2:20 PM, Tom Horsley wrote:
> On Fri, 8 Jul 2016 13:57:24 -0400
> bruce wr
On Fri, 8 Jul 2016 13:57:24 -0400
bruce wrote:
> I know, I could just chown, etc.. after the fact.. but I'd like to figure
> out how it should be done!!
I only know it is the most confusing NFS topic :-). It seems to work
OK if all the machines are getting their users from the same
source (NIS, L
Hey.
Simple question, but can't seem to solve it.
Test nfs server works
Copy file to the test dir..
On the master, the test file cat.txt is owned by 'user1'
I have a user1 on the client box, and I'd like any files copied to the nfs
to be shown as owned by the 'user1' on the client nfs box..
I