Displaying 20 results from an estimated 200 matches similar to: "RSYNC Hang on client match_sums"
2012 Sep 16
2
flash plugin
How do I get a flash plugin to work with firefox?
I thought that I installed it correctly,
but I have yet to see any flash videos through firefox.
I keep being told that I need an additional plugin.
When I folow directions, I'm told I already have it?
At least once, I was told I needed to upgrade.
In case it helps, here is the output of
yum provides '*flash*' | grep -e lash -e dobe
2006 Jan 28
7
cool components in the form
Is there a easy way to add components like:
http://www.dynarch.com/projects/calendar/
http://tinymce.moxiecode.com/example_full.php?example=true
in ruby forms, by plugins or whatever?
Thank you
Rodrigo Dom?nguez
Iplan Networs
www.iplan.com.ar <http://www.iplan.com.ar/> ? rdominguez@iplan.com.ar
www.rorra.com.ar <http://www.rorra.com.ar/> ? rorra@rorra.com.ar
--------------
2005 Jul 07
1
rsync 2.6.4 - directory always updated
Hi,
I'm trying to figure out why when I do an rsync (Solaris, version
2.6.4 on both sides) from a site on the West Coast of the US to a site
on the East coast, I keep getting directories updated when I use the
command like this:
# rsync -ar -v -v -i -O --force --delete --exclude=.snapshot --stats \
src:/sysic/lib/freedomlib_V100/ /sysic/lib/freedomlib_V100/
And I get output like this,
2005 Jan 05
2
buffer overflow in recv_exclude_list using rsync under windows?
Hi,
First post to the list, so please feel free to set me straight if I'm not
following some protocol or other :o)
We need to use rsync to send files to a client, being a Windows user, we
decided to try both the cwrsync implementation and also a straight
cygwin/rsync install. I'm experiencing the following errors:
using cygwin implementation:
$ sh clientupload.sh
2007 Nov 09
1
Rsync 3.0.0pre5 released
I've just released rsync 3.0.0pre5, the latest pre-release version of
the upcoming 3.0.0 release.
Things are progressing well in our efforts to stamp out bugs for the
final release. Please keep up the good work in testing this and sending
email to the rsync mailing list with your questions, comments, bug
reports, etc. Thanks!
You can download the tar file and its signature from here:
2007 Nov 09
1
Rsync 3.0.0pre5 released
I've just released rsync 3.0.0pre5, the latest pre-release version of
the upcoming 3.0.0 release.
Things are progressing well in our efforts to stamp out bugs for the
final release. Please keep up the good work in testing this and sending
email to the rsync mailing list with your questions, comments, bug
reports, etc. Thanks!
You can download the tar file and its signature from here:
2002 May 29
1
Rsync doing nothing and no error message
Hi *
I'm using rsync to mirror software from one Sun Workstation (mecc27) to the other (mecc29). (solaris 5.7)
worked perfect... 'til 1 week ago !!
Everybody claims nothing has been changed in the configs of the machines (couldn't find anything, though), but rsync is doing nothing at all. just after being called it exits without any error message, warning, whatever..
here the log
2005 Apr 24
3
[Bug 2645] --one-file-system semantics changed with 2.6.4 (bug?)
https://bugzilla.samba.org/show_bug.cgi?id=2645
------- Additional Comments From dalgoda@ix.netcom.com 2005-04-24 11:36 -------
It looks like the culprit is the change for receiver.c 1.130. It pulled the
call to send_file_list(-1,...), which is what handled the one_file_system code.
It's not like we can easily go back either, since flist.c 1.267 removed support
for f=-1.
Bummer.
--
2008 Jul 04
2
rsync --delete isn't deleting files
I had this working on an older version, since 2.6.9 that when I set
--delete and --dry-run, I get no "Deleting ******" lines. Also, the
--delete-before never worked for me.
Working on a space constrained mirror, this has proven very handy,
when it works. What's up with the new versions? I haven't changed a
thing.
Best regards,
Tiago Marques
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
2004 May 13
1
rsync fails with 2 sources
I have this failing every times I want to "update" the "destination".
I've tried through SSH (from my box -/home is a NFS mount point here- to
the backup one) or directly through "local transport" (because /home/ is
a local RAID-5 mount point on the backup box).
$ rsync -v -e /usr/bin/ssh -ax --delete \
/home/beta /home/worx \
2010 Feb 05
1
Error 11: can not backup /var/lib/zope2.9
Moin,
I wrote a small backup script that use rsync: r5backup
(http://sourceforge.net/projects/r5backup/). It backup dozen of unix machines
for many people.
But when I try to backup /var/lib/zope2.9 I get an error 11. It does not
matter if zope is running or not.
I can't see an error meassge in the (verbose) logfile:
[client] parse_filter_file(/etc/r5backup/profiles/boulder.exclude,0,3)
2012 Oct 12
1
Problem rsyncing 450GB file to my NAS: 'connection unexpectedly closed'
Hi list!
I'm trying to use rsync to do a regular remote backup of a 450GB sized
container file located on my squeeze server onto a colocated QNap NAS
device.
Both use rsync 3.0.7. While this setup works for most files, it fails on
this large file (see log below).
I'm already trying to help rsync using "-P" to indicate that rsync
should reuse the current copy and not trying
2008 Feb 02
2
hardlinks not working with inode number > 2^31
I've been using 3.0.0pre8 to move a Debian archive from one filesystem
to another. This archive contains a daily snapshot of the Debian ftp
site, with common files hardlinked to save space.
I noticed that it was using far more space than necessary. Upon
investigation it seems that all the source files that have inode numbers
greater than 2^31 aren't being hardlinked together at the
2013 May 15
3
exclude a pattern but only in the top level
Consider the following directory structure
/foo/aaa/*/*
/foo/bbb/*/*
/foo/ccc/*/*
I want to sync all of /foo,
but exclude /foo/aaa
but not exclude any other occurances of "aaa" or "foo/aaa" (be they
files or dirs) that might occur within the other dirs /foo/bbb/*
/foo/ccc/* etc
I don't want to exclude /foo/bbb/aaa or /foo/ccc/111/aaa or
/foo/ccc/111/foo/aaa etc...
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Hi,
I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2
system to an AFP mounted share. The command I'm using is:
rsync -avAX -M--fake-super ./testDir ./mnt/testDir/
This works fine and all the extended attributes are copied and readable.
I then try to use rsync to copy these files back with:
rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/
This
2003 Jun 17
2
rsync error: error in rsync protocol data stream (Broken pipe)
I'm experiencing some unexpected behavior with rsync v2.5.6. After
looking around it seems like several people have experienced similar
problems in the past, but those appear to be old bugs that are solved now.
Also doesn't appear to be any direct bugfixes made for this issue since
2.5.6.
The strange thing is that things seem to work when I use ssh for
transport. However now I need to
2003 Jan 14
4
specifying a list of files to transfer
Hi,
I don't want to start another --files-from war, but I am attaching
an updated version of my patch to allow you to specify a list
of files to transfer. The normal rsync syntax allows you to specify
a list of SRC files to transfer on the command line. This patch
adds some new options to allow you to instead supply a file that
contains a list of files to transfer.
The previous version of
2011 Jun 25
11
[Bug 8265] New: Long paths, hardlinks, 'special' files [was: Regression: sockets for 3.0.9pre1]
https://bugzilla.samba.org/show_bug.cgi?id=8265
Summary: Long paths, hardlinks, 'special' files [was:
Regression: sockets for 3.0.9pre1]
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: blocker
Priority: P1
Component: core
AssignedTo:
2004 May 20
3
two-way synchronization accross a firewall fails
machine O is outside firewall, machine I is inside (machine names changed to
protect the innocent :-)
firewall allows ssh connections if inititiated from I to O, but not if the
other way.
both machines have an /etc/rsyncd.conf of:
[rt]
path = /tmp/rsync_test
comment = Test area
O runs rsync daemon, I initiates a rsync cammnad like
rsync -rvvv --delete --rsh=ssh O::rt /tmp/rsync_test