Re: mapping different client and server uid:gid for NFS

2024-11-01 Thread Divan Santana
Stuart Henderson writes: > On 2024-10-31, Divan Santana wrote: How can one get both entries to work? >>> >>> By having them on different filesystems. You can't have diferent options >>> on different directories exported from the same filesystem. >>> >>> See "BUGS" in exports(5). >> >> Thank

Re: mapping different client and server uid:gid for NFS

2024-11-01 Thread Stuart Henderson
On 2024-10-31, Divan Santana wrote: >>> How can one get both entries to work? >> >> By having them on different filesystems. You can't have diferent options >> on different directories exported from the same filesystem. >> >> See "BUGS" in exports(5). > > Thanks Stuart for pointing that out. I di

Re: mapping different client and server uid:gid for NFS

2024-10-31 Thread Divan Santana
>> How can one get both entries to work? > > By having them on different filesystems. You can't have diferent options > on different directories exported from the same filesystem. > > See "BUGS" in exports(5). Thanks Stuart for pointing that out. I did read it but I didn't really understand it at

Re: mapping different client and server uid:gid for NFS

2024-10-28 Thread Stuart Henderson
On 2024-10-26, Divan Santana wrote: > Divan Santana writes: > I would expert my NFS client uid 67 to be mapped to the remote NFS server and presented as 1000 therefore permission should be granted to write? >>> >>> Did you forget to send SIGHUP to mountd(8) to make it re-read >>> e

Re: mapping different client and server uid:gid for NFS

2024-10-26 Thread Divan Santana
Divan Santana writes: >>> I would expert my NFS client uid 67 to be mapped to the remote NFS >>> server and presented as 1000 therefore permission should be granted to >>> write? >> >> Did you forget to send SIGHUP to mountd(8) to make it re-read >> exports(5)? > > I did do a reload of mountd. I

Re: mapping different client and server uid:gid for NFS

2024-10-24 Thread Divan Santana
>> I would expert my NFS client uid 67 to be mapped to the remote NFS >> server and presented as 1000 therefore permission should be granted to >> write? > > Did you forget to send SIGHUP to mountd(8) to make it re-read > exports(5)? I did do a reload of mountd. I also rebooted. It seems this is

Re: mapping different client and server uid:gid for NFS

2024-10-23 Thread Christian Weisgerber
Divan Santana: > I would expert my NFS client uid 67 to be mapped to the remote NFS > server and presented as 1000 therefore permission should be granted to > write? Did you forget to send SIGHUP to mountd(8) to make it re-read exports(5)? -- Christian "naddy" Weisgerber

mapping different client and server uid:gid for NFS

2024-10-22 Thread Divan Santana
Greetings :) NFS server (openbsd) with /data/media and files are 1000:1000 uid:gid. NFS client (openbsd) I want to mount the above files to /var/www/nextcloud/data as 67:67 uid:gid. I have attempted this on NFS server: /etc/exports: /data/media -mapall=1000:1000 -alldirs -network=192.168.1.10