Re: NFS no_root_squash not working (permission denied)

2016-08-11 Thread Greg Wooledge
On Thu, Aug 11, 2016 at 05:43:12PM +0200, Ulf Volmer wrote: > /etc/exports is > > /export/backup-n40l bob.clients(rw,no_subtree_check) > virt(rw,no_root_squash,no_subtree_check) I changed my /etc/exports from what I had to: /home arc1(ro,no_root_squash,sync,no_subtree_check) Ran exp

Re: NFS no_root_squash not working (permission denied)

2016-08-11 Thread Ulf Volmer
On 08/10/2016 11:17 PM, Greg Wooledge wrote: > Any suggestions on what I can try to change? Could you post your jessie > server's /etc/exports and /etc/default/nfs-kernel-server configs, or at > least the parts relevant to the working no_root_squash mount? And any > other configs that I don't kn

Re: NFS no_root_squash not working (permission denied)

2016-08-11 Thread Greg Wooledge
On Wed, Aug 10, 2016 at 05:17:32PM -0400, Greg Wooledge wrote: > Any suggestions on what I can try to change? Could you post your jessie > server's /etc/exports and /etc/default/nfs-kernel-server configs, or at > least the parts relevant to the working no_root_squash mount? And any > other config

Re: NFS no_root_squash not working (permission denied)

2016-08-10 Thread Greg Wooledge
On Wed, Aug 10, 2016 at 11:01:41PM +0200, Erwan David wrote: > Le 10/08/2016 à 22:38, Ulf Volmer a écrit : > >> Is there ANYONE using NFS with no_root_squash on jessie amd64 successfully? > >> If so, please tell me how you did it! > > NFS run here with jessie amd64 and no_root_squash fine w/o any p

Re: NFS no_root_squash not working (permission denied)

2016-08-10 Thread Erwan David
Le 10/08/2016 à 22:38, Ulf Volmer a écrit : >> Is there ANYONE using NFS with no_root_squash on jessie amd64 successfully? >> If so, please tell me how you did it! > NFS run here with jessie amd64 and no_root_squash fine w/o any problems. > > Server is jessie, client is centos/fedora. There must so

Re: NFS no_root_squash not working (permission denied)

2016-08-10 Thread Ulf Volmer
> Is there ANYONE using NFS with no_root_squash on jessie amd64 successfully? > If so, please tell me how you did it! NFS run here with jessie amd64 and no_root_squash fine w/o any problems. Server is jessie, client is centos/fedora. There must something wrong on your setup. best regards Ulf

Re: NFS no_root_squash not working (permission denied)

2016-08-10 Thread Greg Wooledge
On Tue, Aug 09, 2016 at 09:14:56AM -0400, Greg Wooledge wrote: > On Mon, Aug 08, 2016 at 11:14:36AM -0400, Greg Wooledge wrote: > > It appears that no_root_squash is being ignored. Opened bug #833925. :(

Re: NFS no_root_squash not working (permission denied)

2016-08-09 Thread Greg Wooledge
On Mon, Aug 08, 2016 at 11:14:36AM -0400, Greg Wooledge wrote: > It appears that no_root_squash is being ignored. > > 1) NFS server: svr4 (jessie) > > /home -no_subtree_check arc1(ro,no_root_squash,sync) Nobody? :( Additional information: * It's not limited to /home. Other exported

NFS no_root_squash not working (permission denied)

2016-08-08 Thread Greg Wooledge
I am trying to backup files from one server, using another server which has a tape drive attached. I've done this many times before. The problem is, *this* time, root on the NFS client can't read the files on the NFS server. It appears that no_root_squash is being ignored. I have two Debian syst