similar to: rsync 3 (cvs) segfault if $RSYNC_CONNECT_PROG is not set

Displaying 20 results from an estimated 300 matches similar to: "rsync 3 (cvs) segfault if $RSYNC_CONNECT_PROG is not set"

2007 Oct 14
3
DO NOT REPLY [Bug 5020] New: hang using RSYNC_CONNECT_PROG
https://bugzilla.samba.org/show_bug.cgi?id=5020 Summary: hang using RSYNC_CONNECT_PROG Product: rsync Version: 3.0.0 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: Matt_Domsch@dell.com QAContact:
2008 Feb 06
1
--suffix-dels unknown option on in rsync 3.0.0.
I am trying to run: rsync --dry-run -avz --force --no-whole-file -e "ssh -C" --delete --bwlimit=35 \ --backup --exclude "*.backup-*" --exclude "*:*" '--suffix'=.backup-`date +%m%d` \ /mnt/unite-c/ heraudet@nanardon.zarb.org:~/unite-c/ But I get: rsync: on remote machine: --suffix-dels=.backup-0206: unknown option rsync error: syntax or
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
2005 Jun 09
0
Disconnects from Cisco router ssh sessions.
Hi. I don't do much with routers any more but recently I was configuring a Cisco via SSH when my session disconnected while pasting large amounts of text. I'm told this is common. I've had this patch for a while but I've not been able to test it. If anyone is regularly experiencing this kind of issue could you please tell me if the attached patch helps? (The buffer size limit
2005 Jul 05
2
rsync lib
Skipped content of type multipart/alternative-------------- next part -------------- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.9/39 - Release Date: 2005-07-04
2000 Aug 02
0
Fix for configure.in
Hello! The top-level configure.in in the CVS version of Samba uses "echo" instead of the standard AC_MSG_* macros provided by Autoconf. I could not find any reasons for not using AC_MSG_*. "cvs log configure.in" doesn't list any reasons. "cvs annotate configure.in" doesn't work for read-only CVS because the CVS server for Samba is too old! The attached
2003 Jul 03
0
AIX cleanups: includes and arguments
Hi All. First the questions: Is there anything objectionable in this patch? Is AUDIT_FAIL_AUTH appropriate for the "Reason" field? Now the details: attached is a patch that changes some of the #includes for AIX. It moves the AIX-specific includes to port-aix.h and adds includes that contain the prototypes for many of the authentication functions. The idea isto fix some warnings.
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
2002 Feb 04
1
A little patch
I' ve write a little patch for rsync. I'm not a programmer but when I mirror pas cooker package of mandrake, I want to the file for 15 days, even if the file has been delete on the server. I add the option --heeptime=x where x is the time of validity in second after it creation. But I don't want to keep very large file: --keepmaxsize=y where y is the maximum size for a file in
2010 Jan 22
1
--daemon doesn't respect --address?
I've noticed a weirdness in rsync. Let me explain it briefly with an example. Below is a test script: #!/bin/sh cat >rsyncd.conf <<EOF address = localhost use chroot = no hosts allow = localhost [from] path = /tmp/from read only = yes comment = r/o EOF RSYNC_CONNECT_PROG="rsync --address=localhost --config=rsyncd.conf --daemon" \ rsync -av --address=localhost
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
2003 Jan 21
2
[patch] Two problems in testsuite (POSIX, perms)
Hello, Noticed a couple of problems with the rsync testsuite. I have included a possible patch for each problem (attached & inlined.) The first problem is that on OpenBSD when make test is run and tests are skipped you see messages like this: cat: "/tmp/rsync-2/rsync/testtmp.chown/whyskipped": No such file or directory SKIP chown () After my patch, you get the appropriate
2004 Dec 06
1
port and double-colon
double-colon mode doesn't work in CVS version. -vv says port number is 0. % rsync -vv host.domain::any opening tcp connection to host.domain port 0 rsync: failed to connect to host.domain: Can't assign requested address (49) rsync error: error in socket IO (code 10) at clientserver.c(94) And --port=873 cannot be used in client mode now. I made a small sample patch. (Sorry, I
2005 Jul 18
2
RSync and SSH problems
Hey all, First off, I'm new to cygwin, rsync, and actually even ssh. I've used ssh clients many times, but server side I'm a bit of a noob. Anyway, here's my problem... I set up a brand spankin new Windows XP box with only two apps installed: copSSH and rsync. I need to tie down all security as tight as possible. From what I've seen/read, it seems to me the only port I need
2007 Nov 11
4
DO NOT REPLY [Bug 5071] New: Enhancement Request - Customizable Connection Timeout Option
https://bugzilla.samba.org/show_bug.cgi?id=5071 Summary: Enhancement Request - Customizable Connection Timeout Option Product: rsync Version: 2.6.9 Platform: Other OS/Version: Other Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org
2005 Jul 28
2
test failed with acl patch
In the mandriva rpm of rsync, we apply for our rpm the acl patch in the patches directory. I am trying to update our rpm to rsync 2.6.6 but one of the test failed with this patch. It seems to be a minor problem, but can you have a look ? Thanks by advance. Following the message (a bit long): ----- itemize log follows Testing for symlinks using 'test -h' +
2008 Mar 19
1
rsync --server -e VERSION issue
It seems latest rsync pass -e to the remote server to specify rsync client is a preversion (A thing I understand because -e works on all rsync version). However, this cause problems on server having options restriction, like denying -e because it allow to execute any command on it. So I suggest this patch to limit effect to unstable version of clients. WDYT ? Regards. Index: options.c
2003 Apr 29
1
Upgrade Samba 2.2.6 to 2.2.8 by novice
Hi, I would like to install SWAT to administer Samba on my Mandrake 9.0 server. The Swat file is ver 2.2.8 while my Samba is version 2.2.6. The installation aborts because of version differences. I have tried to upgrade Samba to version 2.2.8 but run into other problems with dependencies. Am I correct in thinking that I have to uninstall Samba first and then re-install the later version? And if
2003 Jan 17
1
Logon Scripts for Mandrake 9.0
<TEXTAREA NAME="Signature" ROWS="4" COLS="60"> I was wondering if some one could help me make some basic login scripts and tell me where to place them. I know nothing about them. I am trying to get my windows based mechines to login to my Mandrake 9.0 server I have windows ME and XP i got ME to login but XP won't. Can some one help Thanks David
2011 Sep 14
1
Error in updating to 5.7
Hi all, I have a Dell server, CentOS 5.6 64 bits, on which I configured the CR repository. I just tried to update to 5.7, and had this error : # yum update .... http://mirror.centos.org/centos/5/cr/x86_64/repodata/filelists.sqlite.bz2: [Errno 14] HTTP Error 404: Not Found Trying other mirror. Error: failure: repodata/filelists.sqlite.bz2 from cr: [Errno 256] No more mirrors to try. You could