Re: rsync server over SSH [includes code patches]

2001-11-25 Thread Jeremy Hansen
Can someone tell me why this, and other patches on the list are failing for me. I have a feeling I'm applying these diffs incorrectly for some reason. Thanks -jeremy On Tue, 20 Nov 2001, JD Paul wrote: Hi -- I've made the changes to my code changes and the new diffs (against 2.4.6

Re: --no-detach option?

2001-11-25 Thread Jeremy Hansen
Has any work been done to create an option for rsync to send its logging output to STDOUT for djb style logging? This would be a useful option for me. --log-stdout? Thanks -jeremy On Wed, 21 Nov 2001, Jos Backus wrote: On Wed, Nov 21, 2001 at 08:54:18AM -0600, Dave Dykstra wrote:

Re: rsync server over SSH [includes code patches]

2001-11-25 Thread Martin Pool
Actually, right now I'm just a rej on main.c cali:/usr/src/redhat/SOURCES/rsync-2.4.6# patch -p0 ../rsync-ssh-over-daemon.patch patching file `authenticate.c' patching file `clientserver.c' patching file `main.c' Hunk #2 FAILED at 166. Hunk #8 FAILED at 763. 2 out of 8 hunks FAILED

Re: rsync server over SSH [includes code patches]

2001-11-25 Thread Jeremy Hansen
On Mon, 26 Nov 2001, Martin Pool wrote: Actually, right now I'm just a rej on main.c cali:/usr/src/redhat/SOURCES/rsync-2.4.6# patch -p0 ../rsync-ssh-over-daemon.patch patching file `authenticate.c' patching file `clientserver.c' patching file `main.c' Hunk #2 FAILED at 166.

Re: rsync server over SSH [includes code patches]

2001-11-25 Thread Jeremy Hansen
Ok, I have the patch working, things seems to work except that using hosts allow in the rsyncd.conf seems to break things. Nov 25 17:39:24 rio sshd[26919]: Accepted password for jeremy from 12.162.2.10 port 61876 ssh2 Nov 25 17:39:24 rio PAM_unix[26919]: (sshd) session opened for user jeremy

Re: --no-detach option?

2001-11-25 Thread Jos Backus
On Sun, Nov 25, 2001 at 06:27:57PM -0500, Jeremy Hansen wrote: Has any work been done to create an option for rsync to send its logging output to STDOUT for djb style logging? This would be a useful option for me. --log-stdout? I'm assuming that rsync currently uses syslog(3), yes? Yes,

Re: rsync server over SSH [includes code patches]

2001-11-25 Thread Martin Pool
On 25 Nov 2001, Jeremy Hansen [EMAIL PROTECTED] wrote: Can someone tell me why this, and other patches on the list are failing for me. I have a feeling I'm applying these diffs incorrectly for some reason. What error do you get when you try to apply them? You probably want something