internal abbrev error! ?

2008-01-09 Thread Max Lane
Hello, I'm trying the latest rsync(3.0.0prev7) on Mac OS 10.5.1 and getting the following error: rsync: writefd_unbuffered failed to write 887 bytes [sender]: Broken pipe (32) recv_xattr_request: internal abbrev error! rsync: connection unexpectedly closed (26242 bytes received so far) [sender]

Re: yet another rsync encryption program

2008-01-09 Thread Eric S. Johansson
Milutin Voinivich wrote: How to use murk when rsync entire directory? I expect in conjunction with find. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

module name check

2008-01-09 Thread Ming Zhang
Hi All I tried to find out in the man page about what is the valid character we can use in module name in rsyncd.conf but failed. Anyone knows? Anyway, here is a bug. I defines a module with abc/def as name. $ rsync lab11-101:: abc/def this one show the module name, but when i try to

Re: module name check

2008-01-09 Thread Paul Slootman
On Wed 09 Jan 2008, Ming Zhang wrote: I tried to find out in the man page about what is the valid character we can use in module name in rsyncd.conf but failed. Anyone knows? Well, your example of using a slash is obviously wrong, how to distinguish the module name from a filename / directory

DO NOT REPLY [Bug 5182] New: -r --include= --exclude= broken for version=3.0.0pre5?

2008-01-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5182 Summary: -r --include= --exclude= broken for version=3.0.0pre5? Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority:

DO NOT REPLY [Bug 5183] New: -r --include= --exclude= broken for version=3.0.0pre5?

2008-01-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5183 Summary: -r --include= --exclude= broken for version=3.0.0pre5? Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority:

DO NOT REPLY [Bug 5183] -r --include= --exclude= broken for version=3.0.0pre5?

2008-01-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5183 --- Comment #1 from [EMAIL PROTECTED] 2008-01-09 11:15 CST --- oops, sorry for the duplicate please delete -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: ---

DO NOT REPLY [Bug 5182] -r --include= --exclude= broken for version=3.0.0pre5?

2008-01-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5182 --- Comment #1 from [EMAIL PROTECTED] 2008-01-09 11:24 CST --- I can reproduce this. The problem happens even without the --include and --exclude options, but apparently only if the source argument is given as exactly ./. A workaround

DO NOT REPLY [Bug 5182] -r --include= --exclude= broken for version=3.0.0pre5?

2008-01-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5182 --- Comment #3 from [EMAIL PROTECTED] 2008-01-09 11:57 CST --- Created an attachment (id=3091) -- (https://bugzilla.samba.org/attachment.cgi?id=3091action=view) Fix The attached patch seems to fix the bug; I don't know if it's the

DO NOT REPLY [Bug 5182] -r --include= --exclude= broken for version=3.0.0pre5?

2008-01-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5182 --- Comment #4 from [EMAIL PROTECTED] 2008-01-09 12:02 CST --- thank you very much! I'm going home now: I'll try the patch tomorrow and let you know ciao -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email

DO NOT REPLY [Bug 5183] -r --include= --exclude= broken for version=3.0.0pre5?

2008-01-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5183 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 5182] -r --include= --exclude= broken for version=3.0.0pre5?

2008-01-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5182 --- Comment #6 from [EMAIL PROTECTED] 2008-01-09 14:10 CST --- *** Bug 5183 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail

Re: internal abbrev error! ?

2008-01-09 Thread Wayne Davison
On Wed, Jan 09, 2008 at 09:41:33AM +, Max Lane wrote: Can someone explain what an internal abbrev error is? The internal code that that is trying to request the contents of a large xattr value from the sender is confusing the receiver somehow. I have an idea of what may be the problem, and

DO NOT REPLY [Bug 5182] -r --include= --exclude= broken for version=3.0.0pre5?

2008-01-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5182 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: module name check

2008-01-09 Thread Ming Zhang
On Wed, 2008-01-09 at 17:51 +0100, Paul Slootman wrote: On Wed 09 Jan 2008, Ming Zhang wrote: I tried to find out in the man page about what is the valid character we can use in module name in rsyncd.conf but failed. Anyone knows? Well, your example of using a slash is obviously wrong,

Re: module name check

2008-01-09 Thread Ming Zhang
Hi Wayne On Wed, 2008-01-09 at 11:45 -0800, Wayne Davison wrote: On Wed, Jan 09, 2008 at 11:25:20AM -0500, Ming Zhang wrote: I defines a module with abc/def as name. I've added code to disallow such a module name and documented the module naming rules in the rsyncd.conf manpage. thanks.

Re: module name check

2008-01-09 Thread Olivier Thauvin
Le mercredi 09 janvier 2008, Ming Zhang a écrit : Hi Wayne On Wed, 2008-01-09 at 11:45 -0800, Wayne Davison wrote: On Wed, Jan 09, 2008 at 11:25:20AM -0500, Ming Zhang wrote: I defines a module with abc/def as name. I've added code to disallow such a module name and documented the