@ERROR Invalid UID nobody

5 posts / 0 new
Last post
jgunny3
Offline
Last seen: 14 years 7 months ago
Joined: 19.12.2008 - 17:15
@ERROR Invalid UID nobody

we don't use SSH. Just a basic rsync script between two systems.

I recently installed 2.1.4 update 400, and as a result I cannot make a winxp system behave (as before) as an RSYNC SERVER. Even if I do a --dry-run against itself

"rsync --dry-run rsync://localhost/module ."

I get the following error:

"@ERROR Invalid UID nobody"

Guidance???

Pete2008
Offline
Last seen: 14 years 11 months ago
Joined: 19.08.2008 - 02:34
I think I had to add this

I think I had to add this line to rsync.conf to fix this (IIRC): uid = 0

Pete2008
Offline
Last seen: 14 years 11 months ago
Joined: 19.08.2008 - 02:34
and gid = 0

and gid = 0

jgunny3
Offline
Last seen: 14 years 7 months ago
Joined: 19.12.2008 - 17:15
I think it's fixed

UID = 0
and
GID = 0

Seems to have done the trick.

Thanks!!!

csalted
Offline
Last seen: 12 years 11 months ago
Joined: 06.01.2011 - 09:25
from the rsync doco: uid This

from the rsync doco:

uid This parameter specifies the user name or user ID that file transfers to and from that module should take place as when the daemon was run as root. In combination with the dqgiddq parameter this determines what file permissions are available. The default is uid -2, which is normally the user dqnobodydq.

gid This parameter specifies the group name or group ID that file transfers to and from that module should take place as when the daemon was run as root. This complements the dquiddq parameter. The default is gid -2, which is normally the group dqnobodydq

How does cygwin handle this? what type of security implications does this introduce?

 

 

 

Release news