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
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
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