Re: cannot get rsync to run completely - Really need some help in fixing this.

2006-03-05 Thread Jon Miller
I'm trying to get rsync to do a complete backup of a NetWare server on the same 
LAN.  For some reason it either completes the reading of the file list and 
starts copying files (only about 25) then it stops with the following error:
rsync error: error in socket IO (code 10) at io.c(1941)
or it does nto start up at all.
I'm using version 2.63 as a .nlm on the NetWare server.
Other errors I see are:
rsync : writefd_unbuffered failed to write 4096 bytes: phase unknown: 
connetction reset by peer
rsync error: error in rsync protocol data stream(code 12) at io c(836)


Really could use some help on this.

Thanks


Jon
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META http-equiv=Content-Type content=text/html; charset=us-ascii
META content=MSHTML 6.00.2900.2802 name=GENERATOR/HEAD
BODY style=MARGIN-TOP: 2px; FONT: 10pt Arial; MARGIN-LEFT: 2px
DIVI'm trying to get rsync to do a complete backup of a NetWare server on the 
same LAN.nbsp; For some reason it either completes the reading of the file 
list 
and starts copying files (only about 25) then it stops with the following 
error:/DIV
DIVrsync error: error in socket IO (code 10) at io.c(1941)/DIV
DIVor it does nto start up at all./DIV
DIVI'm using version 2.63 as a .nlm on the NetWare server./DIV
DIVOther errors I see are:/DIV
DIVrsync : writefd_unbuffered failed to write 4096 bytes: phase unknown: 
connetction reset by peer/DIV
DIVrsync error: error in rsync protocol data stream(code 12) at io 
c(836)/DIV
DIVnbsp;/DIV
DIVnbsp;/DIV
DIVReally could use some help on this./DIV
DIVnbsp;/DIV
DIVThanks/DIV
DIVnbsp;/DIV
DIVnbsp;/DIV
DIVJon/DIV/BODY/HTML
-- 
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: detect renamed still not working

2006-03-05 Thread Wayne Davison
On Sat, Mar 04, 2006 at 07:37:46PM +, [EMAIL PROTECTED] wrote:
 I checked detect renamed in a small scenario again, but it won't work. 

Thanks for the extra info.  Apparently I had only tested the option when
pulling files from a remote server (or doing local copying), because the
option was not being forwarded to to the remote receiver when pushing
files.

If you snag the patch from either CVS of the latest nightly tar file,
you'll have a version that should for you.

Thanks for the report!

..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: remove-send-files, thanks and question

2006-03-05 Thread Wayne Davison
On Sat, Mar 04, 2006 at 07:45:26PM +, [EMAIL PROTECTED] wrote:
 So these files will surely not removed, because they 
 are not sent. 

Ouch, that is not very nice of rsync, is it?  The only simple suggestion
I can think of is to use -I so that rsync will update even identical
files (it will do an efficient update that doesn't send any literal
data) and will thus delete all the files in the transfer.

..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: sctp support for rsync?

2006-03-05 Thread Wayne Davison
On Mon, Mar 06, 2006 at 09:22:04AM +1300, Jason Haar wrote:
 We have fat pipes and yet a single rsync session cannot saturate it
 due to the latency.

Rsync is not adversely affected by high latency connections because the
three processes (generator, sender, and receiver) all run concurrently
without waiting for any round-trip confirmations (until the end of the
entire file list).  If your link isn't being saturated, it should be due
to some other bottleneck, such as disk I/O, CPU, or just not being able
to rapidly find the files that need to be updated.

If disk I/O is the limiting factor, try using --whole-file (i.e. as
your transfer speed approaches/exceeds your disk I/O speed, rsync's
incremental update algorithm can take longer to find the differences
than it would take to just send the updated file).

It also helps to avoid things that laden the CPU, such as the --compress
(-z) option, and slow ssh encryption.  You can try switching ssh to
blowfish encrypt, or perhaps switch from ssh to rsh if CPU is your
limiting factor.

..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: sctp support for rsync?

2006-03-05 Thread Jason Haar
Thanks Lawrence, you were quicker at typing than I am. Oh yeah - and the
little thing about knowing more doesn't hurt either! ;-)

So to come clean, we do run Cisco IPSec (in GRE tunnels so that we can
run routing protocols) VPN tunnels over our Internet link, and that
really whacks the hell out of the throughput. Even though we can get
9Mbs raw Internet throughput on a single (close by)TCP session, we
rarely get above 30Kbs inside a tunnel :-( But it aggregates up to 3-4Mbs.


I am really looking for magic ways of making more of that max
aggregated bandwidth available to single sessions - because that means
users and apps (such as rsync) would experience better throughput.



-- 
Cheers

Jason Haar
Information Security Manager, Trimble Navigation Ltd.
Phone: +64 3 9635 377 Fax: +64 3 9635 417
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1

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


video problems with a game

2006-03-05 Thread Dragonmaster6655



I am havingsome problems with getting a video picture on the MEDAL OF 
HONOR --PACIFIC ASSAULT. I loaded the disks as the instructions 
directed and all that i get is the sound of the game in play without any 
picture . I have a Directx 9.0 video card installed in my system. Is there 
something else i should try to do or reload the whole game again?


Sincerely 



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

CVS update: rsync/patches

2006-03-05 Thread Wayne Davison

Date:   Sun Mar  5 21:15:48 2006
Author: wayned

Update of /data/cvs/rsync/patches
In directory dp.samba.org:/tmp/cvs-serv19424

Modified Files:
detect-renamed.diff 
Log Message:
We now pass the --detect-renamed option to the server if we're not
the receiver.


Revisions:
detect-renamed.diff 1.2 = 1.3

http://www.samba.org/cgi-bin/cvsweb/rsync/patches/detect-renamed.diff?r1=1.2r2=1.3
___
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs