Re: Rsync Error..

2004-04-26 Thread Naveen Babu
. I get the same error as i used to get before. opening connection using rsh 66.123.34.123 rsync --server -vvbnlogDtprz . /destinationpath 66.123.34.123: operation timed out rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c

Re: Rsync Error..

2004-04-26 Thread Tim Conway
Services desk:3032734776 [EMAIL PROTECTED] Naveen Babu [EMAIL PROTECTED] 04/26/2004 09:05 AM To Tim Conway/Denver/Contr/[EMAIL PROTECTED] cc [EMAIL PROTECTED] Subject Re: Rsync Error.. Hello Tim, Sorry for the late response. I was out of town for weekend. Ok, first I tried rsync -e rsh

Re: Rsync Error..

2004-04-26 Thread Naveen Babu
the directory that the binary is in. Tim Conway Unix System Administration Contractor - IBM Global Services desk:3032734776 [EMAIL PROTECTED] Naveen Babu 04/26/2004 11:41 AM To Tim Conway/Denver/Contr/[EMAIL PROTECTED] cc [EMAIL PROTECTED] Subject Re: Rsync Error.. Tim Conway wrote

rsync error

2004-04-26 Thread leo wong
size is 0 speedup is 0.00 rsync error: partial transfer (code 23) at main.c(578) leo -- 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: Rsync Error..

2004-04-23 Thread Tim Conway
--server -vvbnlogDtprz . /destinationpath 66.123.34.123: operation timed out rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before

Re: Rsync Error..

2004-04-23 Thread Naveen Babu
66.123.34.123: operation timed out rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs

Re: Rsync Error..

2004-04-23 Thread Tim Conway
Ah! Now I've got you. rsh without parameters does an rlogin, which uses the service commonly called login, on port 513. With parameters, it does a plain rsh, using the service commonly called shell, on port 514. Here's a system with both holes open (deep inside a well-protected intranet, host

Re: Rsync Error..

2004-04-23 Thread Naveen Babu
PROTECTED] opening connection using rsh 66.123.34.123 rsync --server -vvbnlogDtprz . /destinationpath 66.123.34.123: operation timed out rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189

Re: Rsync Error..

2004-04-23 Thread Naveen Babu
the same error as i used to get before. opening connection using rsh 66.123.34.123 rsync --server -vvbnlogDtprz . /destinationpath 66.123.34.123: operation timed out rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189

Re: Rsync Error..

2004-04-23 Thread Tim Conway
: not found. rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) [EMAIL PROTECTED] /usr/local/admin/bin + I don't think it's the remote host binary, but just

Re: Rsync Error..

2004-04-23 Thread Jim Salter
66.123.34.123: operation timed out rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) - Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25

Rsync Error..

2004-04-22 Thread Naveen Babu
far) rsync error: error in rsync protocol data stream (code 12) at io.c(189) I am using dry run for testing purpose. I can rsh from source to destination machine but i do not understand why rsync is not working. Any direction would be very helpful. Thanks in advance. Naveen

Re: rsync error: some files could not be transferred (code 23) at main.c

2004-02-27 Thread Jonathan Hurley
Follow up to my own posting. I was running rsync with -v and rsync was having problems chowning (not transferring) files. I realise now that the error message applied to this problem. I found the error message a little confusing, as I was trying to track down the non-transferred files, while

rsync error: some files could not be transferred (code 23) at main.c

2004-02-26 Thread Jonathan Hurley
I am using rsync to backup a machine with a large number of files, and I am getting this error. It would be helpful to know which files this is occuring with, to diagnose the problem. Is there a configuration option to rsync (that I may have missed) that will reveal this info. Alternatively,

rsync error using ssh : @ERROR: access denied to server.domain.com from unknown (0.0.0.0) {Scanned By MailScanner}

2004-01-27 Thread AI Connex
I use rsync to mirror several servers. I run RH7.3 My rsyncd.conf file is: motd file = /etc/rsync.d/rsync.motd log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock hosts allow = 10.1.2.200 10.1.2.201 hosts deny = 0.0.0.0/0.0.0.0 use chroot = yes max

Re: rsync error using ssh : @ERROR: access denied to server.domain.com from unknown (0.0.0.0) {Scanned By MailScanner}

2004-01-27 Thread jw schultz
On Tue, Jan 27, 2004 at 04:31:53PM -0800, AI Connex wrote: I use rsync to mirror several servers. I run RH7.3 My rsyncd.conf file is: motd file = /etc/rsync.d/rsync.motd log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock hosts allow =

Re: rsync error using ssh : @ERROR: access denied toserver.domain.com from unknown (0.0.0.0) {Scanned By MailScanner}

2004-01-27 Thread tallen
I've encountered a similar situation, and tracked it down. It seems that if the shell for your user is set to bash2 versions 2.0 - 2.05.0, it causes your IP to appear as 0.0.0.0 . However, this has been fixed in 2.05b.0, and also works as normal in every other shell I've tested (zsh, csh, bash

Re: rsync error using ssh : @ERROR: access denied toserver.domain.com from unknown (0.0.0.0) {Scanned By MailScanner}

2004-01-27 Thread jw schultz
On Tue, Jan 27, 2004 at 09:55:41PM -0500, [EMAIL PROTECTED] wrote: I've encountered a similar situation, and tracked it down. It seems that if the shell for your user is set to bash2 versions 2.0 - 2.05.0, it causes your IP to appear as 0.0.0.0 . However, this has been fixed in 2.05b.0, and

Re: rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-23 Thread Wayne Davison
On Tue, Dec 23, 2003 at 04:59:20AM +0100, [EMAIL PROTECTED] wrote: rsync -avv --delete --delete-excluded server::public/$i dest/ Look in the server's log file -- rsync puts some of the messages there out of paranoia about exposing too much about the server's setup to the end user. It may well

Re: rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-23 Thread Jim Salter
Look in the server's log file -- rsync puts some of the messages there out of paranoia about exposing too much about the server's setup to the end user. It may well be that rsync is being too paranoid in this instance. ..wayne.. Is there any way to *change* that behavior, particularly if

Re: rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-23 Thread Daemian Mack
[EMAIL PROTECTED] wrote: On Tue, Dec 23, 2003 at 04:00:24AM +0100, [EMAIL PROTECTED] May the file-list is getting a bit to big for rsync? If I splitt the transfer using for i in *; do rsync -avv --delete --delete-excluded server::public/$i dest/ done it works seamlessly. The file list is

rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-22 Thread Thomas . Schweikle
Hi! How can I find out what files wheren't transferred If I have error: rsync error: some files could not be transferred (code 23) at main.c(1045) running rsync? I've tried rsync -v[v][v] but had no success. It wasn't possible to make sure what where the files producing the error. Any

Re: rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-22 Thread jw schultz
On Tue, Dec 23, 2003 at 04:00:24AM +0100, [EMAIL PROTECTED] wrote: Hi! How can I find out what files wheren't transferred If I have error: rsync error: some files could not be transferred (code 23) at main.c(1045) running rsync? I've tried rsync -v[v][v] but had no success

Re: rsync error: some files could not be transferred (code 23) at main.c(1045)

2003-12-22 Thread Thomas . Schweikle
On Tue, Dec 23, 2003 at 04:00:24AM +0100, [EMAIL PROTECTED] wrote: Hi! How can I find out what files wheren't transferred If I have error: rsync error: some files could not be transferred (code 23) at main.c(1045) running rsync? I've tried rsync -v[v][v] but had no success

Re: rsync error: some files could not be transferred (code 23) at main.c(620)

2003-12-02 Thread jw schultz
On Sat, Nov 22, 2003 at 05:44:54PM -0500, [EMAIL PROTECTED] wrote: I am using rsync to backup Maildir directories. Since it is very active, some files are deleted (and some are added as new mail arrive) from the time that the list of files are collected and the time of the actual operation.

Rsync error

2003-11-26 Thread Sujit Choudhury
it under certain conditions. See the GNU General Public Licence for details. I am getting the following error: rsync: server sent rsync version 2.5.6 protocol version 26 rather than greeting rsync error: error starting client-server protocol (code 5) at main.c(1043) Can anybody help? Regards

rsync error: some files could not be transferred (code 23) at main.c(620)

2003-11-22 Thread rsync
I am using rsync to backup Maildir directories. Since it is very active, some files are deleted (and some are added as new mail arrive) from the time that the list of files are collected and the time of the actual operation. I have check the mailing list archive and I did not see a clear answer

rsync Error

2003-10-15 Thread Anandh G
i exited command prompt and again opened command prompt and i used the same rsync command as above It gives me the following error: Failed to exec ssh : No such file or directory rsync error: error in IPC code (code 14) at util.c(137) rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c

rsync Error

2003-10-15 Thread Anandh G
i exited command prompt and again opened command prompt and i used the same rsync command as above It gives me the following error: Failed to exec ssh : No such file or directory rsync error: error in IPC code (code 14) at util.c(137) rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c

Re: rsync error code 12 at phase unknown

2003-10-01 Thread Wayne Davison
On Wed, Oct 01, 2003 at 09:33:01AM -0500, Edward King wrote: Any suggestions on tracking this problem down? Since you're using the -z (compress) option, are you using the CVS version of rsync? It has several fixes installed for compression problems. It also has improvements for handling large

Re: rsync error code 12

2003-09-24 Thread jw schultz
On Wed, Sep 24, 2003 at 10:58:44AM -0500, Edward King wrote: rsync: writefd_unbuffered failed to write 1 bytes: phase unknown: Connection timed out rsync error: error in rsync protocol data stream (code 12) at io.c(515) Any idea regarding this error? We sync a number of machines, and one

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

2003-09-19 Thread John R. LoVerso
The remote disk is full. Is there a chance that rsync could give a more descriptive error ? I sent a suggested patch for rsync 2.5.6 back in May: http://lists.samba.org/pipermail/rsync/2003-May/010757.html http://lists.samba.org/pipermail/rsync/2003-May/010763.html John -- To unsubscribe

rsync error: errors selecting input/output files, dirs (code 3) at flist.c(980)

2003-09-14 Thread Dag Wieers
: No such file or directory rsync error: errors selecting input/output files, dirs (code 3) at flist.c(980) I guess it is caused because the current directory (pwd) has been deleted, nevertheless I guess rsync should handle this situation (as any other command can handle it). The directory

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

2003-09-13 Thread Dag Wieers
.i386.rpm rsync: error writing 4 unbuffered bytes - exiting: Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(463) I'm using rsync-2.5.5-4 (the rsync shipped with RH9). The first time rsync halted (indefinitely), every other run gives the above error

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

2003-09-13 Thread Dag Wieers
/avifile/avifile-0.7.34-1.dag.rh90.i386.rpm rsync: error writing 4 unbuffered bytes - exiting: Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(463) I'm using rsync-2.5.5-4 (the rsync shipped with RH9). The first time rsync halted (indefinitely), every

Re: mknod / rsync error

2003-08-26 Thread Martin Pool
On 22 Aug 2003 16:11:21 +0200 Lars Bungum [EMAIL PROTECTED] wrote: Greetings! I'm experiencing these problems as described in this mail: --- From: Thomas Quinot ([EMAIL PROTECTED]) Subject: Rsync 2.5.5: FreeBSD mknod can't create FIFO's This is the only article in this thread

Re: mknod / rsync error

2003-08-26 Thread Lars Bungum
On Tue, 2003-08-26 at 03:08, Martin Pool wrote: I'm experiencing these problems as described in this mail: --- From: Thomas Quinot ([EMAIL PROTECTED]) Subject: Rsync 2.5.5: FreeBSD mknod can't create FIFO's This is the only article in this thread Newsgroups: mailing.unix.rsync

mknod / rsync error

2003-08-22 Thread Lars Bungum
Greetings! I'm experiencing these problems as described in this mail: --- From: Thomas Quinot ([EMAIL PROTECTED]) Subject: Rsync 2.5.5: FreeBSD mknod can't create FIFO's This is the only article in this thread View: Original Format

Rsync Error on Make

2003-08-18 Thread MJH
I am receiving the following error on an HP UX machine on execution of make. make gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c lib/snprintf.c -o lib/snprintf.o lib/snprintf.c: In function `dopr': lib/snprintf.c:199: warning: signed and unsigned type in conditional

rsync error: error in socket IO (code 10) at io.c(423)

2003-07-24 Thread Marcus Forthuber
fd = 103 (1013) rsync error: error in socket IO (code 10) at io.c(423) Trying to sync a directory between two NW 5.1 Sp6 server. Any suggestions are welcome thanks a lot Marcus -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http

Re: rsync error: error in socket IO (code 10) at io.c(423)

2003-07-24 Thread jw schultz
Mackerras, Martin Pool (1013) read_timeout: Error peer socket closed fd = 103 (1013) rsync error: error in socket IO (code 10) at io.c(423) Trying to sync a directory between two NW 5.1 Sp6 server. Any suggestions are welcome thanks a lot The rsync on netware is heavily modified. You

Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-07-10 Thread Andrew J. Schorr
Just for the record, the patch to token.c for the -z bug that was discovered by Yasuoka Masahiko and patched by him and Wayne Davison has fixed the problem that I reported here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg07289.html Thanks guys, this bug has been biting me for the past 6

Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-18 Thread Andrew J. Schorr
daemon.warning] inflate returned -3 (0 bytes) Jun 18 00:48:18 ead62 rsyncd[9632]: [ID 702911 daemon.warning] rsync error: error in rsync protocol data stream (code 12) at ../token.c(416) Jun 18 00:48:18 ead62 rsyncd[9632]: [ID 702911 daemon.warning] rsync: connection unexpectedly closed (197041 bytes read

Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-18 Thread jw schultz
on the rsyncd server: Jun 18 00:48:18 ead62 rsyncd[9632]: [ID 702911 daemon.warning] inflate returned -3 (0 bytes) Jun 18 00:48:18 ead62 rsyncd[9632]: [ID 702911 daemon.warning] rsync error: error in rsync protocol data stream (code 12) at ../token.c(416) Jun 18 00:48:18 ead62 rsyncd[9632

Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-17 Thread Nathaniel Case
On Mon, 16 Jun 2003 at 16:24:25 -0700, jw schultz wrote: After looking at io.c, it seems like the problem (rather, the symptom) for this error message is a failed write() call (which explains the Broken Pipe message to stderr). I thought maybe --blocking-io would avoid this issue, but

Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-17 Thread jw schultz
On Tue, Jun 17, 2003 at 09:10:38AM -0500, Nathaniel Case wrote: On Mon, 16 Jun 2003 at 16:24:25 -0700, jw schultz wrote: After looking at io.c, it seems like the problem (rather, the symptom) for this error message is a failed write() call (which explains the Broken Pipe message to

rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-16 Thread Nate Case
PROTECTED]::backup/dest Password: building file list ... rsync: writefd_unbuffered failed to write 4092 bytes: phase send_file_entry: Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(515) ---[snip]--- With more -v's, I end up with the same message at the end, but it's

Re: rsync error: error in rsync protocol data stream (Broken pipe)

2003-06-16 Thread jw schultz
: ---[snip]--- # rsync -a -v --modify-window=2 /backup/Source/Dir/ [EMAIL PROTECTED]::backup/dest Password: building file list ... rsync: writefd_unbuffered failed to write 4092 bytes: phase send_file_entry: Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(515) ---[snip

rsync error: error in rsync protocol data stream (code 12) atio.c(463)

2003-06-12 Thread Vlad Sweet
== Password: building file list ... 1 file to consider 110mb_file.mov rsync: error writing 4 unbuffered bytes - exiting: Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at io.c(463) ==cut== after starting the transfer I monitored it with tcpdump on the server ... where

Re: rsync error: error in rsync protocol data stream (code 12) atio.c(463)

2003-06-12 Thread jw schultz
the file, and at about 80% gives me this error message: ==cut== Password: building file list ... 1 file to consider 110mb_file.mov rsync: error writing 4 unbuffered bytes - exiting: Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at io.c(463) ==cut

Rsync error main.c

2003-03-27 Thread KING,RICHARD (HP-Boise,ex1)
Rsync Ver: 2.5.5 OS: HPUX-11 Hello List, I'm using rsync with ssh with this command line: rsync -avz -e ssh some_file [EMAIL PROTECTED]:/home/user-b Which does work, however I get the following error output: rsync error: protocol incompatibility (code 2) at main.c(578) Since the file does

Re: Rsync error main.c

2003-03-27 Thread jw schultz
, however I get the following error output: rsync error: protocol incompatibility (code 2) at main.c(578) Since the file does transfer, is the error output just some sort of bug? I looked in the maillist archives, and I found only one person that replied stating that the error message was merely

RE: Rsync error main.c

2003-03-27 Thread KING,RICHARD (HP-Boise,ex1)
, Rick King -Original Message- From: jw schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 12:37 PM To: '[EMAIL PROTECTED]' Subject: Re: Rsync error main.c On Thu, Mar 27, 2003 at 11:29:33AM -0500, KING,RICHARD (HP-Boise,ex1) wrote: Rsync Ver: 2.5.5 OS: HPUX-11

rsync error with novell server

2002-12-11 Thread Andrej Ricnik
Hi guys! I'm using rsync to update my work and mail from my Unix-workstation to my home directory on a Novell-Server... This is what I get as a message after the rsync is finished rsync error: partial transfer (code 23) at main.c(578) I understand that rsync was trying to chown a directory

Re: rsync error with novell server

2002-12-11 Thread Andrej Ricnik
Hi, again, and my apologies ... I had stupidly tried to follow a symlink that only root had permissions on :\ and got mislead by the chown message... Please disregard my prior post. Cheers, Tink -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/IT/O d-(++)@ a C+(+++)@ UL+ P L++ E+@ W+@

Re: Rsync error: partial transfer (code 23) at main.c(926)

2002-11-05 Thread tim . conway
SameTime Connect within Philips, caesupport2 on AIM There are some who call me Tim? Marco A. Mateos [EMAIL PROTECTED] 11/04/02 05:25 PM To: Tim Conway/LMT/SC/PHILIPS@AMEC cc: Subject:Re: Rsync error: partial transfer (code 23) at main.c(926

RE: Rsync error: partial transfer (code 23) at main.c(926)

2002-11-05 Thread Green, Paul
rsync error: partial transfer (code 23) at main.c(926) I user this command: rsync --progress -prtvv servertoconnect::tagonrsyncd.conf . (The rsyncd.conf it's allow hosts only my backup server) the version installed on my system it's 2.5.5-1.src Redhat 8.0 I've seen this error when previous

Re: Rsync error: partial transfer (code 23) at main.c(926)

2002-11-04 Thread tim . conway
PROTECTED] Sent by: [EMAIL PROTECTED] 11/03/02 01:22 PM To: RSYNC [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:Rsync error: partial transfer (code 23) at main.c(926) Classification: I don't use rsync on my server because all

Rsync error: partial transfer (code 23) at main.c(926)

2002-11-03 Thread Marco A. Mateos
I don't use rsync on my server because all time what i use this message appears: zopedocs/GuideToDTML/roman-number.gif is uptodate wrote 60 bytes read 2552145 bytes 6603.38 bytes/sec total size is 2211107296 speedup is 866.35 rsync error: partial transfer (code 23) at main.c(926) I user

Re: rsync error: partial transfer (code 23) at main.c(578)

2002-10-25 Thread Xiaowei Yang
However, I ran into the error: www/wf-02.jpg www/wf-03.jpg www/www.c www/www.tar www/xiaowei.doc www/xiaowei_dadmom.jpg www/yxw-contact.txt wrote 891953092 bytes read 898788 bytes 280903.53 bytes/sec total size is 1926061321 speedup is 2.16 rsync error: partial transfer (code 23

rsync error: partial transfer (code 23) at main.c(578)

2002-10-24 Thread Xiaowei Yang
www/www.tar www/xiaowei.doc www/xiaowei_dadmom.jpg www/yxw-contact.txt wrote 891953092 bytes read 898788 bytes 280903.53 bytes/sec total size is 1926061321 speedup is 2.16 rsync error: partial transfer (code 23) at main.c(578) I tried it on smaller sub-directories and it worked fine. Could

rsync error with an smbmount shared dir

2002-10-04 Thread Charles-Henri
Hello, I have an error when I want to rsync an mapped directory with rsync : I mount an windows 2000 server share with the command : smbmount //server/shared /mountpoint -o ip=192.168.1.100,username=name,password=pass all is ok, I can copy, delete,rename all work in linux when I start my

more on rsync error: unexplained error (code 255) at main.c(925)

2002-09-26 Thread Roberto Dominguez
Hi there! I am having a problem having a Solaris 9 box retrieveing files from a OpenBSD 2.9 box. The both have rsync 2.5.5 protocol version 26. They were compiled using gcc 2.95.3. Everythings goes until it tries to disconnect: receiving file list ... donewrote 16 bytes read 28412 bytes

rsync error: partial transfer (code 23) at main.c (887)

2002-09-24 Thread sumit
to open $filname :permission denied are dispalyed , some stats (which indicates no file is transfered) displayed and finally displayes above error message i.e. rsync error: partial transfer (code 23) at main.c (887) Can any plz. throw some light on it. Thanks in advance... Th'x and Regards, Sumit

Rsync error 23 /Partial transfer / workaround needed (fwd)

2002-09-17 Thread Adam Bentley
are deleted by the client systems' web software before they are sent - at least I believe this is what is stopping some of them completing - see below send_files failed to open /some/path/to/file 11455: No such file or directory rsync error: partial transfer (code 23) at main.c(578) Can someone

Re: Rsync error 23 /Partial transfer / workaround needed (fwd)

2002-09-17 Thread tim . conway
SameTime Connect within Philips, caesupport2 on AIM There are some who call me Tim? Adam Bentley [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 09/17/2002 08:07 AM To: [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:Rsync error 23

Re: rsync error: unexplained error

2002-09-03 Thread Dave Dykstra
On Sun, Sep 01, 2002 at 05:34:31PM -0700, jw schultz wrote: ... This sounds like a problem that was fixed a few months ago. You might try searching archives. Upgrade to current (2.5.5) or the CVS tree. No, this problem has not been fixed in CVS yet. I posted a hack patch back in February

Re: rsync error: unexplained error

2002-09-02 Thread drstaples
] cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: rsync error: unexplained error

Re: rsync error: unexplained error

2002-09-02 Thread jw schultz
] Subject: Re: rsync error: unexplained error 09/01/02 05:34 PM

Re: rsync error: unexplained error

2002-09-01 Thread jw schultz
To start with, use the carrage return and don't send html. This sounds like a problem that was fixed a few months ago. You might try searching archives. Upgrade to current (2.5.5) or the CVS tree. And please send any changes as diff -u against up-to-date CVS (see diff(1) and patch(1)) encoded

rsync error: mknod, invalid argument

2002-08-26 Thread Michael Rollins
16 bytes read 336751 bytes 131.52 bytes/sec total size is 33812275937 speedup is 100402.58 rsync error: partial transfer (code 23) at main.c(925) My /var/log/messages adds the following entry: {date/time} {comp-name} :sshd[1716]: fatal: msg_send: write I'm running:Athlon 1800+, 1GB-RAM

rsync error: error allocating core memory buffers (code 22) at util.c(238)

2002-08-17 Thread Peter Dominguez
overflow in receive_file_entry rsync error: error allocating core memory buffers (code 22) at util.c(238) ns1: /acct/peter How can I trace what is causing the problem? The filesystem I am trying to copy has about 6000+ file in it. Thanks -- Peter Dominguez 72 Belvedere Dr Yonkers, NY 10705-2814 USA

Re: rsync error: unexplained error (code 255) at main.c(925)

2002-08-02 Thread Dave Dykstra
over SSH and pulling files back to me. The section from the log that shows the error with vvv verbosity is... wrote 16 bytes read 506 bytes 348.00 bytes/sec total size is 8639208 speedup is 16550.21 rsync error: unexplained error (code 255) at main.c(925) _exit_cleanup(code

Re: rsync error: unexplained error (code 255) at main.c(925)

2002-08-01 Thread Dogsbody
the error with vvv verbosity is... wrote 16 bytes read 506 bytes 348.00 bytes/sec total size is 8639208 speedup is 16550.21 rsync error: unexplained error (code 255) at main.c(925) _exit_cleanup(code=255, file=main.c, line=925): about to call exit(255) I also have a separate job which

rsync: error writing NNNN unbuffered bytes - exiting:Connectionreset by peer - NIC driver problem!

2002-07-18 Thread Bill Geddes
to have problems list. -Forwarded Message- From: Bill Geddes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: rsync: error writing unbuffered bytes - exiting:Connection reset by peer Date: 13 Jun 2002 09:38:56 -0600 Has anyone figured out what is happening with this error

rsync: error writing NNNN unbuffered bytes - exiting:Connectionreset by peer

2002-06-13 Thread Bill Geddes
Has anyone figured out what is happening with this error? There are many reports of this, but the advise seems to fall short - ie. make sure you are using rsync 2.5.n, make sure the target disk is not full. I have used rsync 2.5.[1,2,4,5] on my rsync server, and I get the same results. The

Re: rsync: error writing NNNN unbuffered bytes - exiting:Connectionreset by peer

2002-06-13 Thread Wayne Davison
On 13 Jun 2002, Bill Geddes wrote: Suggestions on how to proceed would be greatly appreciated. It is possible that one side of the connection is seg-faulting and dying. If you ensure that core files are not disabled (check your ulimit setting), you may find that there is a core file that you

Re: Rsync error

2002-06-10 Thread Dave Dykstra
-2 redhat 7.3 (local). Here is the error message. wrote 449032 bytes read 3194770 bytes 13621.69 bytes/sec total size is 6744133906 speedup is 1850.85 rsync: error writing 4 unbuffered bytes - exiting: Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(464) I

Rsync error

2002-06-09 Thread Theewara Vorakosit
Dear All, I user rsync to copy data from rsync 2.4.1-2 redhat6.2 (remote) to rsync 2.5.4-2 redhat 7.3 (local). Here is the error message. wrote 449032 bytes read 3194770 bytes 13621.69 bytes/sectotal size is 6744133906 speedup is 1850.85rsync: error writing 4 unbuffered bytes - exiting:

RSYNC Error in resolving hostnames since 2.5.4

2002-04-24 Thread Rehmann Oliver
. Command: rsync oradump:: (oradump is a 2.4.6 server) Error message: rsync: getaddrinfo: oradump 873: Host not found rsync error: error in socket IO (code 10) at clientserver.c(97) The problem is that ping oradump gives answer. Even if I use the FQDN oradump.chcom it still

Rsync error

2002-04-18 Thread Nik Cubrilovic
Hello, I am seeing the following rsync error in my messages log (linux server, kernel 2.4.5) Apr 15 02:05:00 pinga rsyncd[31544]: rsync on virtual from xxx.x.com (xxx.xxx.xxx.xxx) Apr 15 02:05:00 pinga rsyncd[31544]: wrote 54259 bytes read 200 bytes total size 38886836 Apr 15 02:05:00 pinga

Start Rsync Error

2002-03-20 Thread Perrin
starting, listening on port 873 2002/03/21 14:39:56 [1208] rsync: open inbound socket on port 873 failed: Invali d argument 2002/03/21 14:39:56 [1208] rsync error: error in socket IO (code 10) at socket.c (381) Thanks Very Much! Perrin The configuration have done detail

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

2002-02-28 Thread Andrew McGregor
Dave Dykstra wrote: The rsync code that prints that error on line 270 of receiverc is printing strerror(errno), and that error message Success:12 looks very strange to me If the 12 indicates errno, that's an ENOMEM error Is your system out of virtual address space? Maybe it is so low on

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

2002-02-28 Thread Andrew McGregor
Dave Dykstra wrote: The rsync code that prints that error on line 270 of receiverc is printing strerror(errno), and that error message Success:12 looks very strange to me If the 12 indicates errno, that's an ENOMEM error Is your system out of virtual address space? Maybe it is so low on

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

2002-02-27 Thread Andrew McGregor
| write failed on large_file2 : Success:12 | rsync error: error in file IO (code 11) at receiver.c(271) | rsync: connection unexpectedly closed (201 bytes read so far) | rsync error: error in rsync protocol data stream (code 12) at io.c(151) Hi, I would like to humbly apologies ... one

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

2002-02-27 Thread Dave Dykstra
wrote: Hi, I have installed 2.5.3pre1 but have (virtually) the same error: | write failed on large_file2 : Success:12 | rsync error: error in file IO (code 11) at receiver.c(271) | rsync: connection unexpectedly closed (201 bytes read so far) | rsync error: error in rsync protocol data

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

2002-02-27 Thread Dave Dykstra
On Wed, Feb 27, 2002 at 02:57:59PM +, Andrew McGregor wrote: | write failed on large_file2 : Success:12 | rsync error: error in file IO (code 11) at receiver.c(271) | rsync: connection unexpectedly closed (201 bytes read so far) | rsync error: error in rsync protocol data stream (code

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

2002-02-26 Thread Andrew McGregor
Hello, I am getting the following error: | rsync: open connection using rsh conn /usr/bin/rsync --server --sender -v . /home/andrewm/test-rsync/tree/* | large_file2 | write failed on large_file2 : Success:06 | rsync error: error in file IO (code 11) at receiver.c(271) | rsync: connection

rsync error: unexplained error (code -1) at main.c(883)

2002-02-22 Thread Robert J. Collins
, using it's hostname i get this: myhost# rsync myhost.hwi.buffalo.edu:: rsync error: unexplained error (code -1) at main.c(883) Thanks -rcollins -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart

Re: Re(2): rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)

2002-02-13 Thread Dave Dykstra
has 256MB and does nothing besides being subject to my rsync testing. However I did another test with 2.5.3pre and this is what i got on the client: rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) and on the server: select(4, [3], NULL, NULL, {10800, 0}) = 1 (in [3

Re(3): rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)

2002-02-13 Thread Rönnblom Janåke /Teknous
[EMAIL PROTECTED] skriver: Ah, that strace was quite helpful and showed a real error message which is somehow getting lost. The overflow message comes from receive_file_entry() in flist.c and appears to be because the filename that's coming next is too long, greater than around MAXPATHLEN. Do

rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)

2002-02-12 Thread Rönnblom Janåke /Teknous
Trying to rsync between win2k machines. rsync version is 2.5.3pre (downloaded today) This is the message after 368100 files have been checked: rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) My cmdline is : c:\sbin\rsync\rsync -az /cygdrive/d/Home [EMAIL PROTECTED

Re: rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)

2002-02-12 Thread Dave Dykstra
On Tue, Feb 12, 2002 at 01:18:49PM +0100, Rönnblom Janåke /Teknous wrote: Trying to rsync between win2k machines. rsync version is 2.5.3pre (downloaded today) This is the message after 368100 files have been checked: rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229

Rsync error

2002-02-12 Thread Leslie Turkson
Whenever I ran the following command from my source server DevlServ, I get an error message. rsync /files0/home/userl/test.txt ApplServ:/files0/home/userl/test.txt The error message is: sh: rsync: not foundrsync: connection unexpectedly closed (0 bytes read so far)rsync error: error in rsync

Re: Rsync error

2002-02-12 Thread tim . conway
/SC/PHILIPS) Subject:Rsync error Classification: Whenever I ran the following command from my source server DevlServ, I get an error message. rsync /files0/home/userl/test.txt ApplServ:/files0/home/userl/test.txt The error message is: sh: rsync: not found rsync

Re: rsync error: unexplained error (code -1) at main.c(842)

2002-02-06 Thread Dave Dykstra
I've not seen that one before, but I tried to trace it in the source code. A -1 from main.c line 842 means that start_client() returned a -1 which means that start_socket_client returned -1 and there are several things that can cause that. Mostly they seem to be if the server doesn't do its part

rsync error: partial transfer (code 23) at main.c(576)

2002-02-06 Thread MICHAEL R. LEFEBVRE
: Permission denied .sh_history a.a rsync.tst test mkstemp ..profile.KIa00D failed mkstemp ..sh_history.LIa00D failed mkstemp .a.a.MIa00D failed mkstemp .rsync.test.NIa00d failed mkstemp .test.OIa00D failed wrote 1959 bytes read 126 bytes 1930.00 bytes/sec total size is 6173 speedup is 2.96 rsync

Re: rsync error: partial transfer (code 23) at main.c(576)

2002-02-06 Thread tim . conway
/PHILIPS) Subject:rsync error: partial transfer (code 23) at main.c(576) Classification: I want to rsync my home directory from interd1 to interp1. interd1 is the server, so I enter: rsync -vraz --delete ./ interp1::test rsync: building file list ... rsync: 6 files

Re: rsync error: partial transfer (code 23) at main.c(576)

2002-02-06 Thread Dave Dykstra
' There are some who call me Tim? MICHAEL R. LEFEBVRE [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 02/06/2002 01:14 PM To: [EMAIL PROTECTED] cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject:rsync error: partial transfer (code 23) at main.c(576

Re: help: rsync error codes

2002-01-28 Thread Dave Dykstra
On Fri, Jan 25, 2002 at 11:52:19AM -0500, [EMAIL PROTECTED] wrote: Hi, Could anyone explain to me why I'm getting the following error messages during rsync -a operation? Thanks. error 1: Integer overflow - attempted 64 bit offset rsync error: requested action not supported (code 4

<    1   2   3   4   >