Re: Fwd: error in rsync protocol data stream (code 12) at io.c(359)

2005-11-09 Thread stoil valchkov
Sorry - I haven't seen this message. 
I've figured out the problem. I've downloaded and build latest version
- 2.6.6. However during cron job run it runs from another place version
2.6.3pre1. And with this version it doesn't run as expected. 
On 11/10/05, Wayne Davison <[EMAIL PROTECTED]> wrote:
On Tue, Nov 08, 2005 at 11:28:19AM +0200, stoil valchkov wrote:> How can I troubleshoot this?I sent a message to this list just a few hours after your originalrequest responding to a message with an almost identical subject to
yours.  It essentially told you that the Issues and Debugging page isyour best resource for figuring out how to trouble-shoot a remote rsyncfailure.  One of the first suggestions on that page is to upgrade rsync
(on both ends!) to 2.6.6 for better error reporting of remote problems.Upgrading will also improve the timeout handling (which may be why theremote rsync is going away).  You might also try increasing the timeout
value...wayne..
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Fwd: error in rsync protocol data stream (code 12) at io.c(359)

2005-11-09 Thread Wayne Davison
On Tue, Nov 08, 2005 at 11:28:19AM +0200, stoil valchkov wrote:
> How can I troubleshoot this?

I sent a message to this list just a few hours after your original
request responding to a message with an almost identical subject to
yours.  It essentially told you that the Issues and Debugging page is
your best resource for figuring out how to trouble-shoot a remote rsync
failure.  One of the first suggestions on that page is to upgrade rsync
(on both ends!) to 2.6.6 for better error reporting of remote problems.
Upgrading will also improve the timeout handling (which may be why the
remote rsync is going away).  You might also try increasing the timeout
value.

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


Fwd: error in rsync protocol data stream (code 12) at io.c(359)

2005-11-08 Thread stoil valchkov
No solution yet :(
I tought that it is ok, but in fact it didn't run without problems. It
was a mistake in shell script and it finished with ok status and I
tought rsync finished with success.
How can I troubleshoot this?

Here is the command line:






rsync --partial --partial-dir=$partial_dir --timeout=$rsyncTimeout -vv --compress --force -t -L --delete --rsync-path=/home/me/bin/rsync --exclu
de **something** --exclude=someBugUnimportandFile.xml --include-from=rsyncInclude.txt  --exclude '*' --recursive me
@remoteHost:/remotepath /localPath &>  $rsyncLog
rsyncErrCode=$?-- Forwarded message --From: stoil valchkov <[EMAIL PROTECTED]>
Date: Nov 1, 2005 3:05 PMSubject: error in rsync protocol data stream (code 12) at io.c(359)To: rsync@lists.samba.orgHi,

I've been experiencing this error for 2 weeks now. I don't now ehat
could be a reason. I've tried to update with latest sources, but the
same result (I'm not sure for line number, but the rest is the same).







rsync: connection unexpectedly closed (5881604 bytes received so far) [generator]rsync error: error in rsync protocol data stream (code 12) at io.c(359)My
synchronized data is about - 6.6GB & lot of files. It used to run
without problems but now it can't finish rvrn 1 time. Interesting part
is that it breaks often at the same place it was filed previous run (I
have a loop in shell script). I've checked source and destination
rights - everything should be fine. I've even deleted part of
destination data. It didn't succeed to download the deleted data. 
So what could be a reason for this problem? Where can I look for
possible problems? Is it in rsync or in communication channel (I use
ssh tunneling)?
Do you think that rsync server might do this better?

10x in advance!
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

error in rsync protocol data stream (code 12) at io.c(359)

2005-11-03 Thread stoil valchkov
It seems however that this issue maight have soemthing with permisions
on the client side. I've noticed that somehow rights of some
directories are changed during rsync-ing. So I've tried to reset rights
(added write access for owner) in all directoris recursievely after
each rsync try. I don't know if this was the reason but  this is
1st time for more than 2 weeks now it succeeded!
Do you have ideas what is the reason?-- Forwarded message --From: stoil valchkov <[EMAIL PROTECTED]
>Date: Nov 1, 2005 3:05 PMSubject: error in rsync protocol data stream (code 12) at io.c(359)To: rsync@lists.samba.orgHi,

I've been experiencing this error for 2 weeks now. I don't now ehat
could be a reason. I've tried to update with latest sources, but the
same result (I'm not sure for line number, but the rest is the same).







rsync: connection unexpectedly closed (5881604 bytes received so far) [generator]rsync error: error in rsync protocol data stream (code 12) at io.c(359)My
synchronized data is about - 6.6GB & lot of files. It used to run
without problems but now it can't finish rvrn 1 time. Interesting part
is that it breaks often at the same place it was filed previous run (I
have a loop in shell script). I've checked source and destination
rights - everything should be fine. I've even deleted part of
destination data. It didn't succeed to download the deleted data. 
So what could be a reason for this problem? Where can I look for
possible problems? Is it in rsync or in communication channel (I use
ssh tunneling)?
Do you think that rsync server might do this better?

10x in advance!

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

error in rsync protocol data stream (code 12) at io.c(359)

2005-11-01 Thread stoil valchkov
Hi,

I've been experiencing this error for 2 weeks now. I don't now ehat
could be a reason. I've tried to update with latest sources, but the
same result (I'm not sure for line number, but the rest is the same).







rsync: connection unexpectedly closed (5881604 bytes received so far) [generator]
rsync error: error in rsync protocol data stream (code 12) at io.c(359)My
synchronized data is about - 6.6GB & lot of files. It used to run
without problems but now it can't finish rvrn 1 time. Interesting part
is that it breaks often at the same place it was filed previous run (I
have a loop in shell script). I've checked source and destination
rights - everything should be fine. I've even deleted part of
destination data. It didn't succeed to download the deleted data. 
So what could be a reason for this problem? Where can I look for
possible problems? Is it in rsync or in communication channel (I use
ssh tunneling)?
Do you think that rsync server might do this better?

10x in advance!
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

[Bug 1633] error in rsync protocol data stream (code 12) at io.c(359)

2004-09-18 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1633


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2004-09-18 10:11 ---
Rsync doesn't use any ssh protocol itself -- it just calls ssh and lets it do
whatever you've configured ssh to do.  You can affect this by either setting
per-host config items in your ssh config file, or by setting ssh options using
the --rsh (-e) option, like this:

   --rsh="ssh -2"

You can also specify 2 -v options to see what command rsync is running to talk
to the remote host and you can try running that outside of rsync to see what it
does (you can substitite a different remote command than rsync too, such as
"uptime").

-- 
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


[Bug 1633] New: error in rsync protocol data stream (code 12) at io.c(359)

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

   Summary: error in rsync protocol data stream (code 12) at
io.c(359)
   Product: rsync
   Version: 2.6.3
  Platform: Alpha
   URL: http://www.snailbook.com/faq/scp-ossh-to-ssh2.auto.html
OS/Version: OSF/1
Status: NEW
  Severity: normal
  Priority: P3
 Component: core
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
 QAContact: [EMAIL PROTECTED]


Using rsync from OSF with commercial ssh.com to Solaris with Sun ssh works fine.
Using rsync from Solaris with Sun (OpenSSH derived) to OSF fails with:
select: Bad file number
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(359)

This sounds like the scp compatibility problem between the two.  Does rsync use 
ssh protocol 2 or protocol 1 which scp uses?  Because protocol 1 is not running 
on the OSF machine.

-- 
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