From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15436 invoked by alias); 13 Mar 2015 10:39:21 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 15427 invoked by uid 89); 13 Mar 2015 10:39:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_50,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.2 X-HELO: s87.webhostingserver.nl Received: from 195-211-72-128.webhostingserver.nl (HELO s87.webhostingserver.nl) (195.211.72.128) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 13 Mar 2015 10:39:19 +0000 Received: from loadbalance01.mail.antagonist.nl ([141.138.168.72] helo=proxy07.mail.antagonist.nl) by s87.webhostingserver.nl with esmtp (Exim 4.84) (envelope-from ) id 1YWMzs-001nnB-1o for cygwin@cygwin.com; Fri, 13 Mar 2015 11:39:16 +0100 Received: by iegc3 with SMTP id c3so99632509ieg.3 for ; Fri, 13 Mar 2015 03:39:14 -0700 (PDT) X-Received: by 10.42.106.204 with SMTP id a12mr56158593icp.90.1426243154480; Fri, 13 Mar 2015 03:39:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.73.38 with HTTP; Fri, 13 Mar 2015 03:38:44 -0700 (PDT) In-Reply-To: <5501F852.3060301@tlinx.org> References: <5501F852.3060301@tlinx.org> From: Frank Fesevur Date: Fri, 13 Mar 2015 11:20:00 -0000 Message-ID: Subject: Re: rsync still broken To: "cygwin@cygwin.com" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-03/txt/msg00239.txt.bz2 2015-03-12 21:34 GMT+01:00 Linda Walsh: > It sounds like the group you are in on cygwin doesn't exist or you are not > in it on your target machine. > > what group are you in on the windows machine? > if you type 'id', the 2nd number should be your primary gid. > > uid=1234(Bliss\law) gid=123(lawgroup) groups=123(lawgroup)... The first gid of the user running the rsyncd service is 512, but... > Then the question is, does your groupname > exist on the server you are transferring it to? (or if you are using > '--numeric-ids, is your > group# (gid) the same on the server you are transferring files to? ... I use --numeric-ids and I have these two lines in the rsyncd.conf uid = 0 gid = 0 If I understand it correctly now rsync sends all files with uid=0 and gid=0. And obviously those uid and gid exist on the Linux machine. > If not, are you using the --usermap and/or > --groupmap options to map your Windows ID's to > your server's ID's? No, I don't use that. > Maybe you have already verified this, but usually > when I get errors in a transfer, it's because the UID's > or user/groupnames on my windows machine don't always match > what is on my server -- they mostly do, but I do see > errors occasionally in it trying to set things. I thought uid=0 and gid=0 would solve that. > You can also try the --fake-super option -- that > might fake the id's enough for it to work... There is a "fake super = yes" in the rsyncd.conf and the --fake-super option is added on the Linux server. But the thing that surpises me is that in 3.0.9 is just worked. Regards, Frank -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple