[Bug 1652] New: rsync --timeout=n - if timeout occurs, exits with no exitvalue

2004-08-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1652

   Summary: rsync --timeout=n - if timeout occurs, exits with no
exitvalue
   Product: rsync
   Version: 2.6.0
  Platform: x86
OS/Version: All
Status: NEW
  Severity: normal
  Priority: P3
 Component: core
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: [EMAIL PROTECTED]


When rsync is called with the --timeout option, when a timeout occurs, there is 
no exit value..

-- 
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.
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Identifying rsync errors programmatically

2004-08-24 Thread Jim Salter
Can anyone give me a canonical list of all the possible rsync error 
messages?  I have a script which reads and parses the rsync verbose 
output with progress so as to output a rather more customer-friendly 
output and log during the process, and I'm having some difficulty making 
sure I successfully pass on all error codes WITHOUT passing through the 
occasional file that has fail or error in the name.

If anybody has already met this challenge and has a really good filter, 
or can just tell me what all the various rsync errors look like so that 
I can write one myself with confidence, it would be very helpful indeed.

... I would also humbly suggest STANDARDIZING rsync error outputs in a 
future version, so that perhaps they all begain with rsync error:  or 
some other easily identifiable string.  Right now they're, well, all 
over the place.

Thanks all!
Jim Salter
JRS Systems
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


[Bug 1660] New: --exclude option causes rsync to fail

2004-08-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1660

   Summary: --exclude option causes rsync to fail
   Product: rsync
   Version: 2.6.3
  Platform: x86
OS/Version: Linux
Status: NEW
  Severity: major
  Priority: P3
 Component: core
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: [EMAIL PROTECTED]


After upgrading to rsync 2.6.3pre1 yesterday, I was no longer able to sync
successfully through SSH.

bash$ ssh -x [EMAIL PROTECTED] rsync --server --sender --exclude /etc -av . /
rsync: Error parsing options: option may be supported on client but not on server?
rsync error: syntax or usage error (code 1) at main.c(1064)

If I remove the --exclude option this problem goes away. Both computers are
running rsync 2.6.3pre1.

This problem does not occur if I instead do `rsync -e ssh -l root' instead of
first SSH'ing to the remote computer and running rsync from there. If you need
any more information please let me know.

-- 
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.
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


Re: Anyone syncing database files?

2004-08-24 Thread Chuck Wolber
On Fri, 20 Aug 2004, Loukinas, Jeremy wrote:

 Anyone syncing say 18-20gb Oracle dbf files..?

We're syncing well over 185 GB of sleepycat BDB files. I'm not sure how 
well they relate to Oracle files.

-Chuck


-- 
http://www.quantumlinux.com 
 Quantum Linux Laboratories, LLC.
 ACCELERATING Business with Open Technology

 The measure of the restoration lies in the extent to which we apply 
  social values more noble than mere monetary profit. - FDR
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html


multiple rsyncs problem [logs this time]

2004-08-24 Thread Polyanovskyi, Sasha
Title: multiple rsyncs problem [logs this time]





sometime ago I have described the situation with rsync processes hanging when I start rsyncing several machines at once...

i have tried to take inetd out of equation, but it is still a problem


what seems to be happening is as follows: when things don't work I am always left with two processes
1) rsync daemon that accepts rsync request from the server
2) child of the rsync daemon
the situation is that the parent (rsync daemon) waits in a loop for the child to exit, but child hangs and never exists.

i decided to attach a small file: the output from strace, attached to a child process...
maybe someone has an idea and can help...


thanks



 child.log 





child.log
Description: Binary data
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html