similar to: unexplained error (code 255) at main.c(1045)

Displaying 20 results from an estimated 3000 matches similar to: "unexplained error (code 255) at main.c(1045)"

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 07
0
unexplained error (code 23) at main.c(1045)
I am using rsync 2.5.6 to copy from a system running redhat 6.2 (192.168.0.50) to another system running redhat 6.2 (192.168.0.70). The command line I'm using is: rsync -avW --numeric-ids --delete 192.168.0.50::vgroup00/* /vgroup00/ It complains IO error encountered - skipping file deletion rsync error: some files could not be transferred (code 23) at main.c(1045) I looked at main.c(1045)
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 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 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
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
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 --
2014 Aug 10
1
rsync error: unexplained error (code 255) at rsync.c(541) [sender=3.0.4]
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 Asset Management (Hong Kong) Limited whose registered address is HSBC Main Building, 1 Queen's
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
2002 May 22
1
unexplained error (code 255)
Everything worked, files transferred fine however a -vvv reveals that the process did not end clean. The error is not seen with -v or even -vv. Any insight? rsync version 2.5.5 protocol version 26, running on Solaris 8. Write failed flushing stdout buffer. write stdout: Broken pipe rsync error: unexplained error (code 255) at main.c(925) _exit_cleanup(code=255, file=main.c, line=925): about to
2010 Feb 17
1
some newbie questions about gcc
hi, i have solaris 9, the kind that runs on a pc. i tried downloading gcc-3.3.2-sol9-intel-local.gz; gcc-3.4.6-sol9-x86-local.gz and gcc_small-3.3.2-sol9-intel-local.gz. none of them decompressed properly. i tried it a few times. i downloaded from "sunfreeware.com". any suggestions? thanks. much appreciated. givon
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
2008 Nov 13
2
rsync returns unexplained error (code 129)
I synchronized two backup servers within a local network which worked fluently, using rsync with the following parameters: rsync --archive \ --hard-links \ --delete \ --rsh="ssh -i $key_file" \ --copy-dest=/var/lib/backuppc \ --compress-level=9 \ --stats \ --human-readable \ --partial-dir=.rsync-partial \ --bwlimit=$bwlimit \ /var/lib/backuppc
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
2002 Sep 01
2
rsync error: unexplained error
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 processes. If the signal handler for SIGCHILD is executed, as the result of a child termination, before the
2004 Mar 08
5
Getting ACLs to work with Samba 3.0.2a
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! I'm currently trying to get ACLs to work with my Samba-PDC. I compiled Samba with the "--with-acl-support"-option and the configure-script says: checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes After install, a "ldd smbd" gives libacl.so.1 => /lib/libacl.so.1
2005 Sep 23
1
Unexplained error
Hello, I like to use rsync to transfer over mine and other peoples ever changing mail folder onto a remote server. My Server (FreeBSD 5.4) RSYNC Version is: 2.6.6 Protocol Version 29 My Client (OSX 10.4.2) RSYNC Version is: 2.6.3 Protocol Version 28 I use this command rsync -vvv --progress --stats --recursive --times \ --perms --links \ --delete /test/my?email?folder/*