Re: strange nfs/rsync stalls

2016-04-15 Thread Raimundo Santos
Hello, sorry for the necromancy here. I had issues with a simples NAS that exports NFS only for "nobody:nobody" as rsync tries to set uid and gid. Just take off this feature with: rsync -a --no-g --no-o and everything went fine. Hope it helps someone. Best regards, Raimundo Santos On 6 Novem

Re: strange nfs/rsync stalls

2015-11-05 Thread Gerrit Kühn
On Wed, 4 Nov 2015 14:43:54 +0100 Gerrit Kühn wrote about strange nfs/rsync stalls: > I have a couple of other machines that use the same server in the same > way, none of them ever showed this behaviour. Are there any > suggestions how to debug/fix this? Some more pointers from my side: I see a

Re: strange nfs/rsync stalls

2015-11-04 Thread Rick Macklem
Gerritt Kuhn wrote: > Hi all, > > I see some weird (I think) NFS issue here: > I have a NFS server running 10.2-RELEASE exporting a directory to a NFS > client running 10.2-STABLE (as of yesterday, tried that update from 10.1 > to see if it would fix this issue, but it stayed with me). I use rsync