search for: hmerrill

Displaying 7 results from an estimated 7 matches for "hmerrill".

Did you mean: merrill
2003 Oct 08
1
AW: Skipping Directory
...____________________________ moltomedia GmbH - Multimediale Konzepte Michael Clivot - Business Development Manager Heinrich-Barth-Strasse 29 - 66115 Saarbr?cken +49 681 948810 - +49 681 9488110 clivot@moltomedia.de - www.moltomedia.de -----Urspr?ngliche Nachricht----- Von: Hardy Merrill [mailto:hmerrill@redhat.com] Gesendet: Dienstag, 7. Oktober 2003 16:17 An: Michael Clivot Cc: rsync@lists.samba.org Betreff: Re: Skipping Directory Michael Clivot [clivot@moltomedia.de] wrote: > Hello, > > I have a rsync process in a PHP-Script via shell-exec. > My command looks like as following: r...
2003 Jul 23
1
SIGCHLD SIG_IGN, then wait - warning messages
Rsync maintainers please review rsync bug https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=98740 The code in question is in socket.c in start_accept_loop. The user is getting these warning messages:
2003 Aug 22
1
rsync daemon and secrets file
I'm trying to understand how to properly setup the /etc/rsyncd.conf file to run an rsync daemon with a secrets file specified in a module - the rsync.conf manpage does not spell it out clearly enough. Rsync server is rsync-2.5.6. If this is my /etc/rsyncd.conf file: ------------------------------------ log file = /var/log/rsync uid = root gid = root [test] uid = rsync1 gid =
2003 Oct 09
4
howto enable ssh on connect to rsync daemon
Hi, I'm trying to setup automatic sync of files over SSH from node2 to node1. node2 is the "server" and node1 is the "client". I have setup rsync like this on the nodes which runs AIX (4.3.3 and 5.1): 1. Installed rsync from Linux Toolbox (rsync-2.5.4-1.aix4.3.ppc.rpm) on both nodes. 2. Added following to both nodes /etc/services file: rsync 873/tcp 3. Added
2003 Feb 07
1
tty settings with rsync -e ssh interrupt
I'm following up on a bug reported back in May 2002: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64689 this bug was also reported to the rsync mailing list: http://www.mail-archive.com/rsync@lists.samba.org/mail5.html#04250 I couldn't find any discussion other than the reporters post describing the problem. Anyway, I just downloaded the new rsync-2.5.6 source, installed
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 ============================================================
2003 Jun 10
1
Red Hat rsync - 'sign' patch
I recently became the new rsync maintainer for Red Hat, and I just completed a review of the current patches that we (Red Hat) maintain for 'rsync'. After removing three unnecessary patches (either already incorporated into rsync-2.5.6, or were outdated and couldn't be applied), we are left with one patch - rsync-2.5.6-sign.patch - which I have attached.