Displaying 20 results from an estimated 600 matches similar to: "Rsync 3.0.0pre6 released"
2007 Nov 12
1
rsync 3.0.0 pre5 + hard link preversation trigger assert
I've setup rsync 3.0.0 pre5 on distrib-coffee.ipsl.jussieu.fr (rsync server)
and upload the same into mandriva cooker (development distribution).
Someone reported this failure:
rsync -auvPH --delete
--exclude-from="/home/rfox/exclude.txt"
distrib-coffee.ipsl.jussieu.fr::mandrivalinux/devel/cooker/i586/ .
receiving incremental file list
rsync: hlink.c:253: check_prior: Assertion
2015 Sep 09
2
large rsync fails with assertion error
rsyncing a tree of perhaps 30M files, getting this:
rsync: hlink.c:126: match_gnums: Assertion `gnum >= hlink_flist->ndx_start' failed.
then a bit more output and
2005 Jun 01
2
Attempting custom CentOS4 network install
Hi
I am installing CentOS4 over ether network using http and kickstart. I boot from
the first CentOS CD and at "boot:" prompt I input
"ks=http://localserver/install/custom.cfg". Except for minor glitches like
"Kernel-Development group not found" warning, the process is smooth and is
almost completely automated.
Now, I want to add additional RPMS to the CentOS/RPMS
2005 Jun 29
1
Kickstart-based Install, editing comps.xml, hdlist/hdlist2
Hello, all -
I've been throwing the question around on the kickstart-list for the
last few days here, and can't quite get ahold of things. Please, allow
me to explain.
I am in the process of making a custom CentOS/RHEL kickstart install.
It works well right now; however, it's a hackjob, and I am not
comfortable with it as of yet.
For the past few days, I've even gone as far as
2024 Oct 09
1
Question About Rsync and Modification Times
Hello,
I have a question about how/why rsync updates modification times, which I haven?t been able to find an answer to.
I have two locally connected storage devices running TrueNAS Core: one is new and empty, while the other is filled with files.
When I run the following rsync command:
rsync -avPh --itemize-changes --stats "${@}"
to transfer files from the full storage to the empty
2007 Nov 10
3
Funny issue with chroot + symlink outside chroot
Hi,
The problem I found is not in what rsync, but on the error handling:
How to reproduce:
On server side I setup a tree and share using rsync + xinetd, of course, for
security reason I use chroot option.
Now I push this symlink:
lrwxrwxrwx 1 root root 4 nov 10 16:28 horsroot -> /bin/
Now I try to do:
./rsync -avPH --copy-unsafe-links draco::test/ /tmp/rsyncdest/
(Of course the
2024 Oct 09
1
Question About Rsync and Modification Times
You are using rsync -a which copies (preserves) the timestamp. Meaning
that rsync will copy the file then back-date it to the timestamp of the
source file. Most copying tools do not do this though cp's -a does it
too. Note that your itemized output says that the timestamp is
different meaning that the file has changed since rsync last ran.
Without the -a (or the included -t) the
2011 Apr 16
0
rsync: read error: Connection reset by peer and - writefd_unbuffered failed
Hello,
i386 Platform; FreeBSD v. 7.2 O/S
I am experiencing repeated rsync failures, rsyncing from a remote site to
which I have no access.
>From the client side I can run truss to collect system calls
truss -faedD -o truss.out -s 64 /usr/local/bin/rsync -avvv --contimeout=1200
--port=33444 ftp.wwwxxx.org::ftp . >> rsynclog &
>From truss.out =>
44755: 4492.350089813
2006 May 24
0
rsync connection limit
Hello!
In the attached file is patch for the option to set client connection limit.
We had problem for dead hosts, so default system timeout is not enough.
--conlimit option added
Will be great to see this patch in the future version, so we do not need
to patch every time.
Thanks and Cheers, Eugene.
--
-------------- next part --------------
diff -Naur rsync-2.6.8/errcode.h
2024 Oct 09
1
Question About Rsync and Modification Times
Hi Kevin,
The -a flag in this instance is not back-dating the timestamp of the copied file to the source file. It is modifying it to the time of transfer and leaving it that way. Then any time I rerun that command it always updates the timestamp since it is always making it the time of transfer. I have a source file the has a modification date of 2015 and when I rsync it to day with -a the copied
2024 Oct 09
1
Question About Rsync and Modification Times
That isn't how rsync should work with -a. Is something preventing it
from backdating the file? What is the filesystem? Can you try copying
your 2015 file with cp -a?
On 10/9/24 14:56, McDowell, Blake wrote:
> Hi Kevin,
>
> The -a flag in this instance is not back-dating the timestamp of the
> copied file to the source file. It is modifying it to the time of
> transfer
2013 Nov 08
1
Rsync hanging, even with timeout and contimeout specified
Here's the details and some debugging I did for starters, but I have no
idea where to proceed from here. Help please? Command to reproduce should
be in the strace output below.
-Dan
P.S. Sorry for sending this a few times; I think only one will make it
through to the list since I wasn't subscribed initially.
$ rsync --version
rsync version 3.1.0 protocol version 31
Copyright (C)
2007 Dec 11
3
DO NOT REPLY [Bug 5136] New: Clean Install - Compile Issues - 3.0.0pre6 - Debian / FreeBSD
https://bugzilla.samba.org/show_bug.cgi?id=5136
Summary: Clean Install - Compile Issues - 3.0.0pre6 - Debian /
FreeBSD
Product: rsync
Version: 3.0.0
Platform: x86
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2002 Dec 12
4
Samba 2.2.7a
Are the latest updates for Samba ( 2.2.7a ) available on the mandrake update
system yet ?
Mr Smiley
2004 Aug 06
2
version confusion
Hello.
I'm one of the maintainer of ices packages found at http://plf.zarb.org. I'm
currently trying to rebuild the whole ice/icecast/libshout trilogy. However,
i'm running into some troubles.
2017 May 01
1
rsync with delete option creates and deletes dot files
All,
I have an rsync based backup process which uses rsyncd on the source,
to backup to a directory on the client.
I have rsync version 3.1.2 on the client and 2.6.8 on the source host
(daemon).
The rysnc command I use is;
/usr/bin/rsync -aHzS --partial --numeric-ids --delete --timeout=3600 \
--contimeout=180 \
--exclude-from=/path/to/excludelist \
2013 Apr 27
1
file corruption
I am using rsync in my project for copying database binary files over the
network from active module to standby module.
Once in a while files found to be corrupt on standby module when copying is
done first time.When I checked the active module
at that time files found to be proper.
rsync is completing successful without giving any errors.
On comparing both files I see a big hole in standby file
2009 Dec 10
2
rsync speed on slow wireless links
Hello all!
I've noticed that rsync performs significantly worse than wget on slow congested wireless
links (GPRS in my case). I don't have large statistics, but in my tests rsync often stalls
for 3-5 minutes, while wget stalls only for several seconds and then continues download.
Is there any rsync protocol features which are sensitive to packet loss and unpredictable delay?
I
2007 Dec 01
0
rsync-3.0.0pre6 configure painness
what's the deal with configure.sh ? if i take the rsync-3.0.0pre6 tarball,
unpack it, and run `./configure && make`, the make process bombs because of
configure.sh. it looks like the rsync code is trying to use "configure.sh"
as its output instead of the standard "configure" ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
2003 Oct 02
1
Samba-3.0.0 packages for Mandrake 8.2-9.1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
RPMs of samba3 for Mandrake were uploaded to the samba FTP mirrors on
Saturday. For those who have urpmi media setup for your favourite samba
mirror, all you need to do to get samba3 is (assuming you have setup the
Sambaldap source such as at http://plf.zarb.org/~nanardon/?minor=1):
# urpmi.update Sambaldap
# urpmi samba3-server
Please note that by