On Thu, 04 Sep 2003 12:55:50 +0200
francois mounier <[EMAIL PROTECTED]> 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to