about? I keep getting this
> message once in a while after my rsync command is run for some
> time.
>
> rsync error: unexplained error (code 255) at rsync.c(541)
> [sender=3.0.4]
>
> Regards
>
> Jerry
>
>
Does anyone know what this message is about? I keep getting this message
once in a while after my rsync command is run for some time.
rsync error: unexplained error (code 255) at rsync.c(541) [sender=3.0.4]
Regards
Jerry
HSBC Global
https://bugzilla.samba.org/show_bug.cgi?id=6461
way...@samba.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Hi,
Please try this patch below, I think it’ll solve the bug…
Amir
diff -U 5 -Nuir rsync-3.0.4/cleanup.c rsync-3.0.4.new/cleanup.c
--- rsync-3.0.4/cleanup.c 2008-06-04 19:01:02.0 +0300
+++ rsync-3.0.4.new/cleanup.c 2009-03-29 09:45:04.0 +0300
@@ -98,11 +98,11 @@
https://bugzilla.samba.org/show_bug.cgi?id=6461
--- Comment #1 from james.pur...@ny.frb.org 2009-06-10 09:03 CST ---
I should mention that we are using rsync in conjunction with ssh. Please let
me know if there are additional details you would like.
--
Configure bugmail: https://b
https://bugzilla.samba.org/show_bug.cgi?id=6461
Summary: rsync occassionally issues the message "rsync error:
unexplained error (code 255) at main.c(1506)
[generator=3.0.4]"
Product: rsync
Version: 3.0.4
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 by
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
quot;
><[EMAIL PROTECTED]>
> > cc: [EMAIL PROTECTED],
>[EMAIL PROTECTED]
> Subject: Re: rsync error: unexplained
>error
les"
<[EMAIL PROTECTED]>
>cc: [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subject:
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
I
believe I have found the cause of the unexplained error (code ??) at main.c(line
#). In the version I’m running
2.5.2 (obtained from the Free Software Foundation) the line number is 576. It appears the root cause is related to
a race condition associated with the termination of child
pr
mpiled from source on a Solaris 9 box. I'm
> > > connecting to a Linux machine 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
a Solaris 9 box. I'm
> > connecting to a Linux machine 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 spe
> 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=255, file=main.c, line=925): ab
H 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=255, file=main.c, line=925)
>
> rsync --daemon
>
> when I connect to the rsync server on the localhost I get this:
> myhost# rsync localhost::
> test
>
> but when I connect, from the localhost, using it's hostname i get this:
>
> myhost# rsync myhost.hwi.buffalo.edu::
> rsync error:
, 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/
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
I'm running rsync 2.5.1 on solaris 7 in server mode and getting the
above message when entering the following command:
rsync -vraz --delete hostname::test ./
this is my rsyncd.conf
use chroot = no
max connections = 25
syslog facility = local 3
read only = false
log file = /var/log/rsyncd.log
p
20 matches
Mail list logo