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

rsync-ing compressed archives

2001-11-25 Thread Mauro Condarelli
Hi there! I'm quite happily using rsync. There is only one case where I couldn't figure out how to use it efficently: I sometimes have large compressed files (either .tar.gz or .zip) that I need to keep synchronized. The exploded files are usually not available on the machines i use for rsync (to

--no-detach on CygWin

2001-11-25 Thread Lapo Luchini
> I think it should be included, since the patch is non-invasive > and doesn't break compatiblity. It would probably be beneficial > even for people who don't use daemontools. I just added that to CygWin's port rsync-2.4.6-3, to use it as a service with cygrunsrv. btw: in daemon mode it still gi

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: > > Exc

Re: rsync server over SSH [includes code patches]

2001-11-25 Thread Jeremy Hansen
On Mon, 26 Nov 2001, Martin Pool wrote: > 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

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 hun

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

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: rsync server over SSH [includes code patches]

2001-11-25 Thread Martin Pool
On 25 Nov 2001, Jeremy Hansen <[EMAIL PROTECTED]> wrote: > > Ok, I have the patch working, things seems to work except that using hosts > allow in the rsyncd.conf seems to break things. What an interesting bug. :-) The proximate connection to the rsync server will be from the sshd process whic

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 somethin