[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: rsync problem



On Thu, 04 Sep 2003 12:55:50 +0200
francois mounier <irt01.mouf@isaip.uco.fr> wrote:

> but when I run
> rsync 192.168.1.2::test/ /var/www
> 
> it returns this error
> @ERROR: invalid gid nobody
> rsync: connection inexpectedly closed (39 bytes read so far)
> rsync error: error in rsync protocol data stream (code 12) at
> io.c(150)

This is a bug in Debian's rsync packaging (and shame on me for not filing it
when I noticed it).

By default rsync runs as the user "nobody" in the group "nobody".

Debian doesn't use the group "nobody"; that group is "nogroup".

So in the "[test]" section of /etc/rsyncd.conf, add a line:

"gid = nogroup"

Kevin



Reply to: