Displaying 20 results from an estimated 25 matches for "rsync_bin".
2002 Aug 29
0
PATCH: Fix IRIX 6 testsuite failures
...y the path for the rsync
to test, and IRIX 6 has a completely unrelated rsync command in /usr/sbin.
The following trivial patch fixes this and allows the two tests above to
succeed.
Rainer
Thu Aug 29 16:52:29 2002 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* testsuite/chgrp.test: Use $rsync_bin instead of plain rsync.
* testsuite/chown.test: Likewise.
* testsuite/devices.test: Likewise.
* testsuite/duplicates.test: Likewise.
* testsuite/hardlinks.test: Likewise.
===================================================================
RCS file: testsuite/RCS/chgrp.test,v
retrieving revisio...
2007 Jul 06
1
quiet option doesnt seem to work
Guys im running Rsync 2.6.8 on Solaris. I use the following options :-
RSYNC_BIN="/usr/local/bin/rsync"
RSYNC_OPTS=" -PaRz --quiet --stats --delete --delete-excluded
--copy-unsafe-links --numeric-ids"
RSYNC="${RSYNC_BIN} ${RSYNC_OPTS}"
Its part of a script see.
Now everything works but in my log file im getting each file which is
transferred list...
2003 Jan 16
1
Possible patch for Irix Makefile problem
...FE_OBJ)
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(T_UNSAFE_OBJ) $(LIBS)
# I don't like these rules because CVS can skew the timestamps and
@@ -157,14 +162,14 @@ test: check
# might lose in the future where POSIX diverges from old sh.
check: all $(CHECK_PROGS)
- POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync$(EXEEXT) srcdir="$(srcdir)" $(srcdir)/runtests.sh
+ POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/$(RSYNC_EXE) srcdir="$(srcdir)" $(srcdir)/runtests.sh
# This does *not* depend on building or installing: you can use it to
# check a version installed from a bina...
2002 Oct 08
1
Some tests fail if rsync is not on path (with patch)
While installing rsync on a new Sun Netra running Solaris 2.8, two tests
(chgrp and hardlinks) failed.
I found that these tests execute rsync while other successfull tests
exectute $RSYNC. It is fortunate that my shell path was quite restricted
and that no earlier version of rsync was installed on my path. The system
would have run the chgrp and hardlinks tests with an earlier rsync if it had
2002 Nov 20
0
[PATCH] Updated patch to rsync for Stratus VOS
...leantests
- rm -f *~ $(OBJS) rsync $(TLS_OBJ) $(CHECK_PROGS)
+ rm -f *~ $(OBJS) $(TLS_OBJ) $(CHECK_PROGS)
cleantests:
rm -rf ./testtmp*
@@ -151,14 +153,14 @@ test: check
# might lose in the future where POSIX diverges from old sh.
check: all $(CHECK_PROGS)
- POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync srcdir="$(srcdir)" $(srcdir)/runtests.sh
+ POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync$(EXEEXT) srcdir="$(srcdir)" $(srcdir)/runtests.sh
# This does *not* depend on building or installing: you can use it to
# check a version installed from a binary or s...
2005 Jan 05
2
Preliminary Suggestion For Atomic Transactions
In the past there's been a need to provide consistency between symbolic
links or repository metadata during a sync. Currently, rsync renames
files piecemeal. The attached patch (extremely ugly) attempts to
resolve this by foregoing the rename step until the end. It adds a new
option (if we didn't, ls might catch up).
There are several issues to get over. The first big one in
2007 Jun 06
2
omit /etc/issue message when running rsync
Is there a way to omit the text printed out by issue(5) on some
systemes? Like what --no-motd does for motd-texts.
2007 Feb 16
1
Destination directory creation
...h and pulls
back a list of source directories/files from a config file on the remote
server. I then loop these lines and do an rsync for each item to pull
the files back to my local machine.
The rsync syntax im using is this (there is much more in the script im
just pulling out important bits) :-
RSYNC_BIN=$(/usr/bin/which rsync)
# May want to drop the v verbose
RSYNC_OPTS=" -Pvprtlz --delete --delete-excluded --copy-unsafe-links
--numeric-ids"
RSYNC="${RSYNC_BIN} ${RSYNC_OPTS}"
# Ok here is the Rsync loop
for RLIST in ${remote_get_list}
do
# Goin...
2003 Jun 05
2
ssh-basic test
I'm running 'make check' to run the testsuite, and I did it
this way so the ssh-basic test would run:
# export rsync_enable_ssh_tests=yes
# make check
I did set up ssh so this would run, and here's what I get
for output:
POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync srcdir="." ./runtests.sh
============================================================
./runtests.sh running in /usr/src/redhat/BUILD/rsync-2.5.6_no_segvpatch
rsync_bin=/usr/src/redhat/BUILD/rsync-2.5.6_no_segvpatch/rsync
srcdir=.
testuser=root
os=Linux merrill....
2006 Dec 15
2
BugReport: rsync fails it's own "regression" test "chmod-option"
...=gnu99 -g -O2 -DHAVE_CONFIG_H -Wall -W -o t_unsafe t_unsafe.o syscall.o util.o t_stub.o lib/compat.o lib/snprintf.o -lpopt
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c wildtest.c -o wildtest.o
gcc -std=gnu99 -g -O2 -DHAVE_CONFIG_H -Wall -W -o wildtest wildtest.o lib/compat.o -lpopt
rsync_bin=`pwd`/rsync ./runtests.sh
============================================================
./runtests.sh running in /usr/local/src/rsync-2.6.9
rsync_bin=/usr/local/src/rsync-2.6.9/rsync
srcdir=/usr/local/src/rsync-2.6.9
testuser=hugh
os=Linux far.toad.com 2.6.18 #1 PREEMPT Sat Sep 30 12...
2008 May 17
1
DO NOT REPLY [Bug 5472] New: FreeBSD 3.0.3pre2 'make check' failures
...Version: 3.0.3
Platform: Other
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: bfriesen@simple.dallas.tx.us
QAContact: rsync-qa@samba.org
rsync_bin=`pwd`/rsync
/home/bfriesen/src/network/rsync/rsync-3.0.3pre2/runtests.sh
============================================================
/home/bfriesen/src/network/rsync/rsync-3.0.3pre2/runtests.sh running in
/scratch/bfriesen/build/rsync-3.0.3pre2
rsync_bin=/scratch/bfriesen/build/rsync-3.0.3pre2...
2003 Jan 21
2
[patch] Two problems in testsuite (POSIX, perms)
...==============================================
RCS file: /cvsroot/rsync/testsuite/rsync.fns,v
retrieving revision 1.50
diff -u -r1.50 rsync.fns
--- testsuite/rsync.fns 10 Jan 2003 15:06:10 -0000 1.50
+++ testsuite/rsync.fns 21 Jan 2003 16:06:42 -0000
@@ -24,6 +24,13 @@
LOG=${TMP}/log
RSYNC="$rsync_bin"
+# UID & GID to run rsyncd as if testsuite is running as root
+#
+# We don't know if this machine has "nobody" or "nogroup", so use the
+# quasi-canonical values of (uint16_t) -2.
+UID=65534
+GID=65534
+
# Berkley's nice.
PATH="$PATH:/usr/ucb"...
2008 May 17
1
DO NOT REPLY [Bug 5473] New: OS-X Leopard Rsync 3.0.3pre2 make check failures
...ReportedBy: bfriesen@simple.dallas.tx.us
QAContact: rsync-qa@samba.org
Note that this test run was run as 'root' but a test is skipped because it
claims that it is not run as root. My previous FreeBSD test run was also done
as 'root' and skips for the same reason.
rsync_bin=`pwd`/rsync
/home/bfriesen/src/network/rsync/rsync-3.0.3pre2/runtests.sh
grep: /home/bfriesen/src/network/rsync/rsync-3.0.3pre2/config.h: No such file
or directory
grep: /home/bfriesen/src/network/rsync/rsync-3.0.3pre2/config.h: No such file
or directory
============================================...
2008 May 17
3
DO NOT REPLY [Bug 5470] New: Make check failures on Solaris 10 with rsync 3.0.3pre2
...Version: 3.0.3
Platform: Other
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: bfriesen@simple.dallas.tx.us
QAContact: rsync-qa@samba.org
rsync_bin=`pwd`/rsync
/home/bfriesen/src/network/rsync/rsync-3.0.3pre2/runtests.sh
egrep: can't open "/home/bfriesen/src/network/rsync/rsync-3.0.3pre2/config.h"
egrep: can't open "/home/bfriesen/src/network/rsync/rsync-3.0.3pre2/config.h"
==========================================...
2002 Jul 12
0
Installation
...it
# should depend on them too.
# We try to run the scripts with POSIX mode on, in the hope that will
# catch Bash-isms earlier even if we're running on GNU. Of course, we
# might lose in the future where POSIX diverges from old sh.
check: all $(CHECK_PROGS)
POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync srcdir="$(srcdir)" $(srcdir)/runtests.sh
# This does *not* depend on building or installing: you can use it to
# check a version installed from a binary or some other source tree,
# if you want.
installcheck: $(CHECK_PROGS)
POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin="$(...
2009 Jun 15
1
Big timeout time
Hi
I'm using rsync 3.0.3 on a NAS. In the parameter list I use --timeout=1800.
However sometimes I get very big timeout times like this one:
io timeout after 12220 seconds -- exiting
rsync error: timeout in data send/receive (code 30) at io.c(239) [sender=3.0.3pre1]
rsynd.conf on the receiving side only defines modules, no timing parameters.
How can that happen? What can I do to prevent
2008 Mar 02
3
DO NOT REPLY [Bug 5297] New: merge test fails
...l
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: bfriesen@simple.dallas.tx.us
QAContact: rsync-qa@samba.org
When doing 'make check' as root, the merge test fails on Solaris 10 x86 and
SPARC (as well as Mac OS-X Leopard):
rsync_bin=`pwd`/rsync /home/bfriesen/src/network/rsync/rsync-3.0.0/runtests.sh
============================================================
/home/bfriesen/src/network/rsync/rsync-3.0.0/runtests.sh running in
/scratch/bfriesen/build/rsync-3.0.0
rsync_bin=/scratch/bfriesen/build/rsync-3.0.0/rsync
srcdi...
2003 Feb 22
1
rsync ported to BeOS-bone
...c-2.5.6/batch.c Fri Feb 21 16:45:47 2003
@@ -8,6 +8,10 @@
#include "rsync.h"
#include <time.h>
+#ifndef S_IEXEC
+# define S_IEXEC 0x040
+#endif
+
extern char *batch_prefix;
struct file_list *batch_flist;
-------------- next part --------------
POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=`pwd`/rsync srcdir="." ./runtests.sh
============================================================
./runtests.sh running in /boot/home/devel/rsync-2.5.6
rsync_bin=/boot/home/devel/rsync-2.5.6/rsync
srcdir=.
testuser=revol
os=BeOS patrick 5.0.4 1000009 BePC unknown
prese...
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
...;:
tls.c:124: warning: int format, uid_t arg (arg 4)
tls.c:124: warning: int format, gid_t arg (arg 5)
tls.c:124: warning: int format, long int arg (arg 6)
gcc -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -o tls tls.o syscall.o
lib/permstring.o -lresolv -lsocket -lnsl
POSIXLY_CORRECT=1 TLS=`pwd`/tls rsync_bin=`pwd`/rsync srcdir="."
./runtests.sh
============================================================
./runtests.sh running in /space/appsrc/rsync-2.5.2
rsync_bin=/space/appsrc/rsync-2.5.2/rsync
srcdir=.
scratchbase=/space/appsrc/rsync-2.5.2/testtmp
PASS 00-hello
PASS da...
2009 Jul 07
0
rsync-3.0.6 regression test problems
...ilures:
HP-UX 11.11:
--- 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ---
============================================================
/soft/os/rsync/rsync-3.0.6/rsync-3.0.6/runtests.sh running in /scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32
rsync_bin=/scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/rsync
srcdir=/soft/os/rsync/rsync-3.0.6/rsync-3.0.6
TLS_ARGS= -L
testuser=koenig
os=HP-UX viz-hpux B.11.11 U 9000/785 2016192404 unlimited-user license
preserve_scratch=no
scratchbase=/scr/viz-hpux/koenig/rsync-3.0.6-1/ARENA/32/te...