pipe cretion failure
Hi, I am using cwRsync on windows xp and getting following error when I start the rsync client to do local copy. Looks like some kind of permission issue. Any configuration to be done on windows or rsync side? C:\Program Files\cwRsync\bin>rsync -t ..\license.txt ..\dest cmd= machine= user= path=..\dest cmd[0]=. cmd[1]=..\dest rsync: pipe: Operation not permitted (1) _exit_cleanup(code=14, file=pipe.c, line=121): entered rsync error: error in IPC code (code 14) at pipe.c(121) [sender=3.0.2] _exit_cleanup(code=14, file=pipe.c, line=121): about to call exit(14) thanks in advance Raj -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
DO NOT REPLY [Bug 5418] rsync error: error allocating core memory buffers (code 22)
https://bugzilla.samba.org/show_bug.cgi?id=5418 --- Comment #3 from [EMAIL PROTECTED] 2008-07-21 02:30 CST --- Sorry, I meant to refer to bug 5541. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the QA contact for the bug, or are watching the QA contact. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
DO NOT REPLY [Bug 5418] rsync error: error allocating core memory buffers (code 22)
https://bugzilla.samba.org/show_bug.cgi?id=5418 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution||FIXED --- Comment #2 from [EMAIL PROTECTED] 2008-07-21 02:29 CST --- This has been fixed. See bug 5418 for the patch reference. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the QA contact for the bug, or are watching the QA contact. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
DO NOT REPLY [Bug 5541] "rsync -H" Fails on PPC AIX 5.3.0
https://bugzilla.samba.org/show_bug.cgi?id=5541 [EMAIL PROTECTED] changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution||FIXED Version|3.0.3 |3.1.0 --- Comment #4 from [EMAIL PROTECTED] 2008-07-21 02:25 CST --- I managed to get the AIX system in the compile farm to point me at the problem, which is now fixed in the git repository. It was some code that was calling malloc with a 0 length, which works under Linux, but fails under AIX. The simple patch is here: http://git.samba.org/?p=rsync.git;a=commitdiff;h=ced4fd89932ce510c32e517add56a77bc4b185b2 -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the QA contact for the bug, or are watching the QA contact. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html