similar to: Update to Current Issues; http://rsync.samba.org/issues.html

Displaying 20 results from an estimated 10000 matches similar to: "Update to Current Issues; http://rsync.samba.org/issues.html"

2002 Oct 01
4
rsync 2.5.5 segmentation fault on Linux x86.
Hi all. I have a script which I call from cron. It basically does some stopping of a few services, rsyncs all files to a remote server and then starts the services again. However, rsync segfaults: /share/bin/cron.root.backup.sh: line 28: 18453 Segmentation fault rsync -acx --delete ${_backup_dirs} backup-server::backup-client If I run rsync from the command-line everything works as
2003 Jun 13
1
rsync error: error in rsync protocol data stream (code 12) at io.c(463)
My setup rsync --version 2.5.5 on client and server client is behind firewall/nat on client I run: rsync -av --progress 110mb_file.mov user1@box.example.com::dir1 on server: rsync --daemon it asks for password, starts to transfer 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
2002 Apr 05
1
rsync 2.5.5 fails to kernel.org
Greets. I thought I saw someone asking for problem reports against 2.5.5. Red Hat 7.1 + errata with rsync 2.5.5 from tgz sources. I use the rsync command: rsync -rltv --partial --delete --delete-excluded" \ rsync://rsync.kernel.org/pub/linux/kernel/ \ /var/ftp/pub/mirrors/kernel.org/ I get the following error: rsync: connection unexpectedly closed (1493971 bytes read so far)
2004 Mar 09
1
error writing 4 unbuffered bytes - exiting: Broken pipe
I have a filesystem from a different machine nfs mounted on the machine that is running rsync. rsync version 2.5.5 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 64-bit system inums, 64-bit internal inums I am trying to create a backup
2002 Sep 17
1
'error in rsync protocol data stream'
Hello, While doing a local "rsync" with: rsync -v -auxHS --force / /backup/ (on /backup is mounted another disk), I get these errors: rsync: error writing 4 unbuffered bytes - exiting: Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(463) rsync: error writing 69 unbuffered bytes - exiting: Broken pipe rsync error: error in rsync protocol data
2004 Mar 09
0
FW: error writing 4 unbuffered bytes - exiting: Broken pipe
I have a filesystem from a different machine nfs mounted on the machine that is running rsync. rsync version 2.5.5 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 64-bit system inums, 64-bit internal inums I am trying to create a backup
2009 Dec 19
0
[LLVMdev] [PATCH] Circular Buffered Debug Stream
On Dec 18, 2009, at 11:53 AM, David Greene wrote: > On Friday 18 December 2009 12:28, Chris Lattner wrote: > >> This is looking a lot better, here are some more comments: >>> + /// current_pos - Return the current position within the >>> stream, >>> + /// not counting the bytes currently in the buffer. >>> + virtual uint64_t current_pos()
2003 May 01
1
Batch Mode?
I realize batch mode is still experimental, but I was hoping there might be a workaround for a problem I am getting. I have been trying to run some tests and I get the below error when I use the --read-batch option to. I can successfully create an initial set of batch files, then a second set based upon a few modified test files from the first batch. When I first run the --read-batch option
2009 Dec 19
2
[LLVMdev] [PATCH] Circular Buffered Debug Stream
On Friday 18 December 2009 19:47, Chris Lattner wrote: > On Dec 18, 2009, at 3:46 PM, David Greene wrote: > > + /// circular_raw_ostream - A raw_ostream that saves its output in a > > + /// circular buffer. > > A better description would be "which *can* save its data to a circular > buffer, or can pass it through directly to an underlying stream if > specified
2002 Sep 17
2
'error in rsync protocol data stream' - Tim Conway
Tim, I reported a protocol data stream error on 9/8/2002 Deatils are in my postes at that time rsync still fails everytime I run it. This time I added three v's as you just suggested and rsync just hung with two tasks in execution thus: root 3178 0.1 0.9 1796 868 pts/1 S 09:57 0:00 /usr/bin/rsync -vvva --delete --exclude=root/snapsh root 3179 0.0 0.6 1628 632 pts/1
2002 Aug 01
2
Large File Support on AIX 4.3.3
I've been trying to get rsync to work on AIX 4.3.3 with files > 2GB. I've looked through the archives and saw reference to this, etc. on HPUX but have not been able to come across a solution for AIX. I've tried compiling with the following flags without luck: "-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" There error I'm getting is as follows (when hitting the 2GB
2003 Feb 24
1
many small files bug
Hi! I try to copy a lot of little files between a Linux and a Tru64 (I successfully compiled rsync on a tru64, it needed a little cosmetics), but it throws me this error (rsync 2.5.5 on both machines): 779300 files...rsync: error writing 4092 unbuffered bytes - exiting: Broken pipe rsync error: error in rsync protocol data stream (code 12) at io.c(463) The command line was: rsync -avzP -e ssh
2003 Sep 14
2
rsync error: error in rsync protocol data stream (code 12) at io.c(463)
Hi, I'm having a problem rsyncing one file (since I signed it). It seems that the content of a file is able to cause problems in the protocol. building file list ... 28820 files to consider apt/packages/avifile/ apt/packages/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
2002 Aug 20
0
curious
Hi All, After using rsync on a couple of reasonably high-perfomance machines lately (and being very impressed - this solution is excellent) - I decided to use this for a backup method on a somewhat slower network - Basically I have two machines (one a PII with 64MB of ram), and another a PIII 600 (192MB of ram) - both running turbolinux server 6.5 with a nice 'n' stable
2002 Jun 02
1
batch diffs
I needed a tool to produce diffs of binary volumes, and to apply them as patches accordingly. So I tried the 'batch mode' that was added to rsync, but it invariably segfaulted on reading the batches... $ sh foo.rsync_argvs foo.rsync_argvs: line 1: 8971 Segmentation fault rsync -a -v --stats --read-batch=foo ${1:-FOO} rsync: error writing 64 unbuffered bytes - exiting: Broken pipe
2009 Dec 19
0
[LLVMdev] [PATCH] Circular Buffered Debug Stream
On Dec 18, 2009, at 3:46 PM, David Greene wrote: > > + /// circular_raw_ostream - A raw_ostream that saves its output in a > + /// circular buffer. A better description would be "which *can* save its data to a circular buffer, or can pass it through directly to an underlying stream if specified with a buffer of zero." When it is buffering, what causes it to flush? Your
2012 Jul 10
0
Processed: bug 658305 is forwarded to http://lists.xen.org/archives/html/xen-devel/2012-07/msg00493.html
Processing commands for control at bugs.debian.org: > forwarded 658305 http://lists.xen.org/archives/html/xen-devel/2012-07/msg00493.html Bug #658305 [xen-utils-common] Prevent silently failing on duplicate vifname Set Bug forwarded-to-address to 'http://lists.xen.org/archives/html/xen-devel/2012-07/msg00493.html'. > thanks Stopping processing here. Please contact me if you need
2012 Jul 09
0
Processed: bug 437127 is forwarded to http://lists.xen.org/archives/html/xen-devel/2012-07/msg00455.html
Processing commands for control at bugs.debian.org: > forwarded 437127 http://lists.xen.org/archives/html/xen-devel/2012-07/msg00455.html Bug #437127 [xen-utils-common] xen-utils-common: vif-common fails to identify ip address of ethernet device Set Bug forwarded-to-address to 'http://lists.xen.org/archives/html/xen-devel/2012-07/msg00455.html'. > thanks Stopping processing here.
2012 Jul 09
0
Processed: bug 588477 is forwarded to http://lists.xen.org/archives/html/xen-devel/2012-07/msg00456.html
Processing commands for control at bugs.debian.org: > forwarded 588477 http://lists.xen.org/archives/html/xen-devel/2012-07/msg00456.html Bug #588477 [xen-utils-common] network-bridge: start: 95 sec sleep/bridge without a default gateway Set Bug forwarded-to-address to 'http://lists.xen.org/archives/html/xen-devel/2012-07/msg00456.html'. > thanks Stopping processing here. Please
2013 Aug 16
0
Processed: bug 705659 is forwarded to http://lists.xen.org/archives/html/xen-devel/2013-08/msg01755.html
Processing commands for control at bugs.debian.org: > forwarded 705659 http://lists.xen.org/archives/html/xen-devel/2013-08/msg01755.html Bug #705659 [xen-utils-common] Xen scripts use old-skool "ip" command syntax Set Bug forwarded-to-address to 'http://lists.xen.org/archives/html/xen-devel/2013-08/msg01755.html'. > thanks Stopping processing here. Please contact me if