Displaying 20 results from an estimated 3000 matches similar to: "rsync error: unexplained error (code -1) at main.c(883)"
2006 Jan 23
2
net ads join segmentation fault
On FreeBSD 6.0-RELEASE-p2 using samba-3.0.21a,1 the net command seg
faults. Does anyone know what is going on?
Thanks
-rcollins
----- net ads join -Uadministrator -d 10 -----
[2006/01/23 12:36:59, 5] lib/debug.c:debug_dump_status(368)
INFO: Current debug levels:
all: True/10
tdb: False/0
printdrivers: False/0
lanman: False/0
smb: False/0
rpc_parse: False/0
2005 Jul 22
5
Macintosh SysAdmin Opening - Buffalo, NY
Hauptman-Woodward Medical Research Institute (Buffalo,NY) is an independent,
non-profit research facility that is committed to improving human health
through biomedical research. In addition to that, it's a really cool place
to work. HWI is a casual, low stress environment. Each of us is very busy
with our work, but it is work that we enjoy. Even though our retirement
plans are very good,
2011 Jul 04
1
writeLines + foreach/doMC
Hi
I'm processing sequencing data trying to collapsing the locations of each
unique sequence and write the results to a file (as storing that in a table
will require 10GB mem at least)
so I wrote a function that, given a sequence id, provide the needed line to
be stored
library(doMC) # load library
registerDoMC(12) # assign the Number of CPU
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...
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
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
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 Nov 04
1
Veractiy and FreeBSD
I'm trying to get veracity (http://www.rocksoft.com/veracity/), a tripwire
replacement, working on FreeBSD 5.x. When I try and create a snapshot I get
the following error for files sitting on my root partition:
-- snip snip --
csh.logout
E: Error opening binary (B) stream of file
"/etc/csh.logout".
(OS error message="File is on the procfs (/proc)
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
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 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
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 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
2002 Feb 07
0
Solaris 2.7 error in file IO (code 11) at main.c(883)
I'm updating to version 2.5.2 on a Solaris 2.7 (and 2.6) system.
The rsync process seems to run but finishes with the following:
wrote 91830 bytes read 4589600 bytes 105200.67 bytes/sec
total size is 127959731 speedup is 27.33
rsync error: error in file IO (code 11) at main.c(883)
I've tried the binary downloaded version and recompiled myself from the
source.
Is the error message an
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
--
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
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