Hi there,
as suspected You are using rsyncd for file transfer.
This means the *client* must be running rsync as daemon with a suitable
rsyncd.conf.
Can You check your failing client actually has a running rsync? (ps ax | grep
rsync)
If it's running, please check the associated rsyncd.conf (usuall
Hi Mauro,
the only difference between two share are hostname!
non working share:
$Conf{RsyncShareName} = [
'home'
];
$Conf{RsyncdPasswd} = '';
$Conf{RsyncdUserName} = 'server';
$Conf{XferMethod} = 'rsyncd';
$Conf{PingCmd} = '/bin/true';
working share:
$Conf{RsyncShareName} = [