uid/gid settings in rsyncd.conf not respected?

Matt McCutchen matt at mattmccutchen.net
Fri Mar 6 01:26:26 GMT 2009


On Thu, 2009-03-05 at 10:31 -0800, Harry Mangalam wrote:
> Also, it might be useful to note in the rsyncd.conf.5 that if you use 
> Wayne's  supplementary group approach, it will require multiple rsync 
> connections.
> 
> So it will fail if your 'max connections' is set to a number less than 
> the number of simultaneous connections you'll be needing to satisfy 
> it.

That absolutely should not be the case: one connection counts as one
connection regardless of the number of groups the (single) daemon worker
process takes on.  If you are hitting the "max connections" limit, make
sure you have specified a "lock file" that no other rsync daemons are
using and you don't somehow have old daemon processes hanging around.

-- 
Matt



More information about the rsync mailing list