Re: Rsync error on client end: unexpected tag 3 [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(843) [sender]

2006-05-03 Thread Wayne Davison
On Wed, May 03, 2006 at 11:58:07AM +1000, Anthony Sadler wrote: Notice /etc/localtime not being able to open? That happens because you're using use chroot = yes. When rsync is running inside a chroot jail, it cannot access files that exist outside the rsync module's path. Rsync attempts to

Problems with exclude files in rsync 2.6.4

2006-05-03 Thread Judith Flo
Hi, I've been trying to rsync some folders from my debian pc to a suse server. I created an exclude file called exclude_files.txt where one can read the following: ^/proc/* /prova1/ /var* *.o *.swp ^/dev* When I execute de command: rsync -aulHI --delete --partial --modify-window=2

How to know the remote version of rsync daemon?

2006-05-03 Thread Pirla
Hi all, is possible to know what version is executed on one server? Tnx -- Ciao Pirla Per rispondere in E-mail the (punto) pirla (chiocciola) flashnet.it *** un bacio ai pupi *** --- Linux user since yesterday --- --- Linux User #389536 --- -- To unsubscribe or change

Re: How to know the remote version of rsync daemon?

2006-05-03 Thread Alexandros Papadopoulos
On Wednesday 03 May 2006 13:13, Pirla wrote: Hi all, is possible to know what version is executed on one server? You can get the protocol version with a simple netcat to the server: $ nc -n -v 172.16.23.5 873 (UNKNOWN) [172.16.23.5] 873 (rsync) open @RSYNCD: 29 Hence, protocol version 29.

file has vanished Chinese characters...

2006-05-03 Thread Peter
Hi gang. I am running cwRsync on Windows XP systems and synching to a FreeBSD server. One user uses unicode because he needs Chinese characters. During a synchronization I get many file has vanished messages; the filename contains question marks. Is there any way to deal with this? Peter

file has vanished Chinese characters...

2006-05-03 Thread Peter
Hi gang. I am running cwRsync on Windows XP systems and synching to a FreeBSD server. One user uses unicode because he needs Chinese characters. During a synchronization I get many file has vanished messages; the filename contains question marks. Is there any way to deal with this? Peter

DO NOT REPLY [Bug 3749] New: rsync --help misleading information

2006-05-03 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3749 Summary: rsync --help misleading information Product: rsync Version: 2.6.0 Platform: All OS/Version: Windows 2000 Status: NEW Severity: trivial Priority: P3

RSync across cross platforms question

2006-05-03 Thread Shilpa Kotiyan
Hi, We use rsync utility for one of our applications which runs on the AIX platform; currently syncs content between two AIX servers. We now need to move this application to another environment which will need to sync content between linux and iseries operating system. Are there any

Re: file has vanished Chinese characters...

2006-05-03 Thread Wayne Davison
On Wed, May 03, 2006 at 11:27:50AM -0400, Peter wrote: During a synchronization I get many file has vanished messages; the filename contains question marks. This cygwin/Windows induced bug has come up before. One potentially useful older message:

Display stats but not errors

2006-05-03 Thread Gregg Leichtman
Is there any way to force rsync to display stats (--stats) but to be quiet (-q) for everything else? -= Gregg =- Gregg Leichtman Digital Imaging Specialist http://www.radpharm.com Long experience has taught me this about the status of mankind with regard to matters requiring

RE: Permissions causing full backups?

2006-05-03 Thread Link McGinnis
Matt, No, you had mounted an area on the Linux server as U:, which is to say /cygdrive/u, on the Windows machine, presumably using Samba. You had rsync doing what appeared to be a local copy from one area of the local Cygwin filesystem to another: /cygdrive/c to /cygdrive/u. The only

DO NOT REPLY [Bug 3749] rsync --help misleading information

2006-05-03 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3749 --- Comment #1 from [EMAIL PROTECTED] 2006-05-03 17:16 MST --- I don't think the terms sender and receiver are problematic; they're equivalent to source and destination, respectively. However, some of the help is unclear and/or

RE: Rsync error on client end: unexpected tag 3 [sender] rsyncerror: error in rsync protocol data stream (code 12) atio.c(843) [sender]

2006-05-03 Thread Anthony Sadler
Hi Wayne: Just letting you know, you were right about that patch; it wasn't installed correctly. What we had tried was to get it compiled inside of a RPM and install from the RPM. Something went wrong there, we don't know what. After you told us that it had gone wrong, we went and download

Re: How to know the remote version of rsync daemon?

2006-05-03 Thread Wayne Davison
On Wed, May 03, 2006 at 12:13:49PM +0200, Pirla wrote: is possible to know what version is executed on one server? There is no direct way to get this info via the rsync daemon protocol. You can sometimes try to narrow it down by using some of the newer options and seeing if they work or not.

CVS update: rsync

2006-05-03 Thread Wayne Davison
Date: Wed May 3 06:11:11 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv959 Modified Files: log.c Log Message: Made log_init() call timestring() instead of just localtime() prior to a chroot (note that timestring() makes use of localtime() plus

CVS update: rsync

2006-05-03 Thread Wayne Davison
Date: Wed May 3 06:32:59 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv20346 Modified Files: io.c Log Message: A small optimization to the new code in msg2sndr_flush(). Revisions: io.c1.194 = 1.195

CVS update: rsync/patches

2006-05-03 Thread Wayne Davison
Date: Wed May 3 06:38:00 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv26260 Modified Files: acls.diff backup-dir-dels.diff flags.diff threaded-receiver.diff Log Message: Fixed failing hunks. Revisions: acls.diff

CVS update: rsync

2006-05-03 Thread Wayne Davison
Date: Wed May 3 16:17:43 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv8684 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.303 = 1.304 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.303r2=1.304

CVS update: rsync

2006-05-03 Thread Wayne Davison
Date: Wed May 3 16:17:46 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv8700 Modified Files: io.c Log Message: Changed read_msg_fd() to always use send_msg()/rwrite() instead of sometimes calling io_multiplex_write()/rwrite() or msg_list_add().

CVS update: rsync

2006-05-03 Thread Wayne Davison
Date: Wed May 3 16:17:49 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv8716 Modified Files: log.c Log Message: Use send_msg() when forwarding a log message, not io_multiplex_write(). This allows send_msg() to decide if the message should be

CVS update: rsync

2006-05-03 Thread Wayne Davison
Date: Wed May 3 16:58:36 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv10629 Modified Files: log.c Log Message: Cast the enum in rwrite() when calling send_msg(). Revisions: log.c 1.148 = 1.149

CVS update: rsync/patches

2006-05-03 Thread Wayne Davison
Date: Wed May 3 17:23:14 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv1303 Modified Files: threaded-receiver.diff Log Message: Fixed failing hunks. Revisions: threaded-receiver.diff 1.21 = 1.22

CVS update: rsync/patches

2006-05-03 Thread Wayne Davison
Date: Thu May 4 00:59:51 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv28096 Modified Files: acls.diff Log Message: - A couple minor changes for systems with a forced mask. - Some comment tweaks. Revisions: acls.diff

CVS update: rsyncweb

2006-05-03 Thread Wayne Davison
Date: Thu May 4 01:17:39 2006 Author: wayned Update of /data/cvs/rsyncweb In directory dp.samba.org:/tmp/cvs-serv12419 Modified Files: download.html Log Message: Added a link to Matt's RPMs. Revisions: download.html 1.14 = 1.15

CVS update: rsync

2006-05-03 Thread Wayne Davison
Date: Thu May 4 02:29:58 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv7544 Modified Files: NEWS Log Message: Added/clarified the latest bug-fix info. Revisions: NEWS1.402 = 1.403

CVS update: rsync

2006-05-03 Thread Wayne Davison
Date: Thu May 4 02:38:58 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv16226 Modified Files: NEWS Log Message: A few minor twiddles. Revisions: NEWS1.403 = 1.404

CVS update: rsync

2006-05-03 Thread Wayne Davison
Date: Thu May 4 02:42:55 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv20587 Modified Files: NEWS Log Message: A few more improvements. Revisions: NEWS1.404 = 1.405

CVS update: rsync/patches

2006-05-03 Thread Wayne Davison
Date: Thu May 4 05:48:10 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv19051 Modified Files: acls.diff Log Message: Fixed a problem with the ACLS_NEED_MASK code in unpack_smb_acl(). Revisions: acls.diff 1.135 = 1.136