X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_20,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org X-Received: by 10.66.86.71 with SMTP id n7mr52784967paz.77.1359982879536; Mon, 04 Feb 2013 05:01:19 -0800 (PST) MIME-Version: 1.0 From: Frank Fesevur Date: Mon, 4 Feb 2013 14:00:49 +0100 Message-ID: Subject: Rsync errors To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi, A while ago we upgraded our Ubuntu server to 12.04LTS and it now runs rsync 3.0.9. We use rsnapshot (and thus rsync) to backup a part of our Windows server. There is a default cygwin rsyncd running on that Windows server (not cwRsync). After this upgrade we always get a lot of these errors in the rsync log un the Ubuntu server: uid 4294967295 (-1) is impossible to set on "/var/backup/daily.0/server1/d/Software/ADMIN" There is > 200kb of these lines, mentioning both files and directories. It doesn't affect the backup itself. But because of these lines any real error become sort of invisible. rsync now always returns an error. I did a google search and found that there are more people with these error occur, and often cygwin rsyncd is in their setup. I tried the "fake super" suggestion mentioned in http://digitaldj.net/2011/04/07/rsync-3-0-8-windows-and-chown/ but that didn't help. The fstab solution to disable ACL mentioned in the comments didn't help either (I did restart the rsyncd service). Does anybody have a clue how to solve this problem? Regards, Frank /etc/rsyncd.conf: id = 0 gid = 0 use chroot = yes max connections = 5 fake super = yes syslog facility = local3 pid file = /var/run/rsyncd.pid secrets file = /etc/rsyncd.secrets [backup-d] path = /cygdrive/d/ read only = yes dont compress = *.zip *.gz *.rar *.7z *.jpg *.gif *.png *.JPG exclude = Thumbs.db .DS_Store .TemporaryItems .apdisk outgoing chmod = D775,F664 -- 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