Displaying 20 results from an estimated 4000 matches similar to: "unexplained error (code 23) at main.c(1045)"
2003 Jun 11
1
rsync limit to filesize
Hi,
I am trying to rsync about 460 GB of data from one server to another server
using rsync 2.5.6. I started the transfer at about 11:45am, and it has been
about 4 1/2 hrs since then and it is still building the file list.
Here's the command I run:
`rsync -avW --numeric-ids --delete --exclude-from=/tmp/EXCLUDE
192.168.0.75::vgroup00/* /vgroup00/`;
I am trying to sync from server A
2003 Apr 14
2
unexplained error (code 255) at main.c(1045)
I'm trying to use rsync (2.5.6 on both sides) to copy a home directory from
one system (Solaris 2.6) to another (Solaris 9); the command is running on the
Sol9 version and is fetching files; I'm using rsync with SSH, rather than in
client/server mode.
The command line I've used is:
rsync --archive --verbose --rsh=ssh rsr@fold:/home/rsr /home
I've attempted this both as the rsr
2003 Jul 18
1
unexplained error (code 255) at main.c(620)
Hi,
after syncing I get the following error:
rsync error: unexplained error (code 255) at main.c(620)
If I use -vvv I get the follwing error:
rsync error: errors with program diagnostics (code 13) at log.c(284)
_exit_cleanup(code=13, file=log.c, line=284): about to call exit(13)
All files are correctly transfered. Somebody can help me ?
SUN Solaris 9
rsync 2.5.6
sun-ssh
/usr/local/bin/rsync
2003 Jun 18
1
unexplained error occurs with options "o" or "g"
I am running rsync ver 2.5.5 on HP-UX 11.0. Whenever I run an rsync
specifying the "o" or "g" option to maintain owner or group info, I get
an error similar to the one below. The actual error code changes every
time, but it's always the same main.c line number. The error
message does not occur if I remove the o and g options.
rsync error: unexplained error (code 184) at
2003 Nov 17
0
[PATCH] --source-filter && --dest-filter for rsync 2.5.6
Hi,
I needed to filter content of files (encrypt), before they are sent over the network to backup server.
The easiest way to do this was modifying Kyle Jones's "--dest-filter" patch.
Somebody was asking there this feature in the past, so I'm sending this patch to list.
Implementation details:
-filtering disables rsync alogrithm
-source filter makes temporary files in /tmp
2009 Jun 10
2
DO NOT REPLY [Bug 6461] New: rsync occassionally issues the message "rsync error: unexplained error (code 255) at main.c(1506) [generator=3.0.4]"
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
Platform: Sparc
OS/Version: Windows XP
Status: NEW
Severity: normal
2002 Feb 23
1
rsync error: unexplained error (code -1) at main.c(883)
rsync 2.5.2 on FreeBSD 4.4-STABLE.
my rsyncd.conf looks like this:
read only = yes
[test]
path = /tmp
I am starting rsync as root like this:
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: unexplained
2002 Jul 31
1
rsync error: unexplained error (code 255) at main.c(925)
Hi All,
I'm new to this group so please be gentle, I have scoured the internet and gone
all through the archives & FAQ's looking for an answer to this.
I'm using v2.5.5 of rsync which I compiled 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...
2006 Aug 11
0
Error unexplained (code 255) AT main.c(1298)
Hi all,
I am using rsync 2.6.8 (compiled) between 2 solaris 9 systems. If I do
srv11$ rsync -av -e ssh --rsync-path=/usr/local/bin/rsync
srv10:/opt/httpd backuphttpd
Password ok , it is transferring ,than I got the messages
receiving file list .....done
sent 20 bytes received 45950 bytes 13143 bytes/s
totale size is 33936000 speed up 738.23
rsync error: unexplainded error (code 255) at
2002 Sep 26
0
more on rsync error: unexplained error (code 255) at main.c(925)
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 ... done
wrote 16 bytes read 28412 bytes 11371.20 bytes/sec
total size is 10142392 speedup is 356.77
rsync error: unexplained error (code 255) at
2009 Jun 11
0
rsync occassionally issues the message "rsync error: unexplained error (code 255) at main.c(1506) [generator=3.0.4]"
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.000000000 +0300
+++ rsync-3.0.4.new/cleanup.c 2009-03-29 09:45:04.000000000 +0300
@@ -98,11 +98,11 @@
static int unmodified_code = 0;
SIGACTION(SIGUSR1, SIG_IGN);
SIGACTION(SIGUSR2,
2002 Feb 06
1
rsync error: unexplained error (code -1) at main.c(842)
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
pid file = /var/log/rsyncd.pid
lock file = /var/log/rsyncd.lock
[test]
path = /export/home/mrl315
2003 Jul 24
0
(no subject)
Here is a diff which should allow applying batch updates remotely ( as
apposed to copying the batch files to the remote server and running rsync
there ).
Eg
rsync --write-batch=test src dst1::dst
rsync --read-batch=test dst2::dst
Oli Dewdney
diff -E -B -c -r rsync-2.5.6/flist.c rsync-2.5.6-remotebatch/flist.c
*** rsync-2.5.6/flist.c Sat Jan 18 18:00:23 2003
---
2002 May 29
3
rsync 2.5.5, HPUX, getting unexplained error at main.c(578)
I compiled rsync-2.5.5 on HPUX 11.11, using the +DA2.0W and +O3 options.
invoking a simple rsync to transfer a file works (I ran a diff on the file,
no changes) e.g:
sdx1 214: ./rsync --rsh='/usr/bin/ssh -x' --rsync-path=/usr/local/src/rsync-2.5.5/rsync /scratch/chuck/tmp.test sdx2:/scratch/chuck
However, adding the -a option yields an unexplained error:
(In all of the following cases
2003 Jun 11
2
rsync limit to file size/file count
Hi,
What are the limits to file size and file count when doing a rsync transfer
using 2.5.6?
I was trying to rsync about 500 GB of data with many files and many
directories, but it has been stuck building the file list for several hours.
First of all, is it possible to transfer 500 GB of data? Secondly, what
would the limit for file count be when doing a rsync transfer? Any comments
or help
2004 Jun 01
1
Unexplained error (code 24)
Hi all,
While trying to mirror a filesystem from one machine to another (for
backup purposes) I get the following error:
[root@samantha root]# /usr/bin/rsync -qavxzC --delete chandler:/var/
/bigdisk/backup/chandler/dev-md5-var/
root@chandler's password:
rsync error: unexplained error (code 24) at main.c(1045)
Does this mean anything to anybody?
Regards,
Graham
--
2003 Dec 23
2
rsync error: some files could not be transferred (code 23) at main.c(1045)
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 idea?
rsync is version 2.5.7
--
Thomas
2005 May 19
2
Mysterious (bogus?) rsync(d) errors -- (code 23) at main.c(1045)
Folks,
(1) Please pardon me if this is something stupid, but I've googled like mad
and not figured it out (the other reports of this error don't seem to apply
to me)
(2) I would be thrilled to hire an rsync expert to troubleshoot this for me,
so offer if you are one.
The setup:
I have 2 identical RHAS3u4 servers, running linux 2.6.10.
On a nightly basis, we are rsyncing all of the
2003 Sep 27
1
Option --link-dest creates unexplained subdirectory
The following backup script works fine for test cases but for
doing a backup of 750 MB, the directory daily.1 has
a subdirectory daily.0, that is, there is
daily.1/daily.0
daily.2/daily.1
daily.3/daily.2
The directory daily.0 has nothing strange, no unusual links
at the top level neither hard or soft.
Also, the original directory has not unusual links.
All directories are in the same
2003 Jun 07
1
patch to rsync to add options for pre- and post-transfer commands
In case others find this of value, I wrote a patch to rsync 2.5.6 to
give rsync in --daemon mode the ability to run a pre-transfer and
post-transfer command. These options handle our need to prepare a server
to receive files and to do some processing after receiving files.
The options for /etc/rsyncd.conf are
pretransfer script = /some/command/to/run
posttransfer script =