Problems with rsync server over ssh client

2005-02-03 Thread Jeremy Hansen
I'm trying to use ssh on the client side, mainly because I want to authenticate rsync clients using LDAP. I'm having issues. It seems when I use --rsh=ssh -l username, that the rsync server is ignore my rsyncd.conf uid and gid directives. My goal is to create a dropbox repository for files

Re: Problems with rsync server over ssh client

2005-02-03 Thread Jeremy Hansen
On 2/3/05 2:56 PM, Wayne Davison [EMAIL PROTECTED] wrote: On Thu, Feb 03, 2005 at 02:01:28PM -0800, Jeremy Hansen wrote: use --rsh=ssh -l username, that the rsync server is ignore my rsyncd.conf uid and gid directives. Correct. Normal users don't have unix permissions to change

problem uploading to an rsync server

2001-12-05 Thread Jeremy Hansen
For some reason I'm having a problem uploading to an rsync server: [root@csa i386]# rsync -azvv --progress --stats /home/www/www.blah.com/* blah@localhost::test/ Password: building file list ... done ERROR: module is read only unexpected EOF in read_timeout It claims my module is read only,

Re: problem uploading to an rsync server

2001-12-05 Thread Jeremy Hansen
-jeremy On Wed, 5 Dec 2001, Jeremy Hansen wrote: For some reason I'm having a problem uploading to an rsync server: [root@csa i386]# rsync -azvv --progress --stats /home/www/www.blah.com/* blah@localhost::test/ Password: building file list ... done ERROR: module is read only

Re: {rsync} problem uploading to an rsync server

2001-12-05 Thread Jeremy Hansen
AHH, thank you very much! -jeremy On Wed, 5 Dec 2001, M. Drew Streib wrote: On Wed, Dec 05, 2001 at 03:05:19PM -0500, Jeremy Hansen wrote: It claims my module is read only, but it is not: [test] uid = root gid = root path = /home/www/www.blah.com

Re: problem with 2.4.7pre4

2001-11-29 Thread Jeremy Hansen
. -jeremy On Thu, 29 Nov 2001, Dave Dykstra wrote: What operating system? Can you copy smaller files OK? I think the limit for 32 bits is 2GB so you shouldn't be running into that. - Dave Dykstra On Thu, Nov 29, 2001 at 02:24:14PM -0500, Jeremy Hansen wrote: yOn Thu, 29 Nov 2001

Re: problem with 2.4.7pre4

2001-11-29 Thread Jeremy Hansen
On Fri, 30 Nov 2001, Martin Pool wrote: On 29 Nov 2001, Jeremy Hansen [EMAIL PROTECTED] wrote: Linux. By the way when reporting bugs like this it is good to give a more specific description, like RedHat 7.1 on x86. Sorry. This is a Red Hat 6.2 machine. 2.2.19 kernel. Both ends

Re: problem with 2.4.7pre4

2001-11-29 Thread Jeremy Hansen
On Fri, 30 Nov 2001, Martin Pool wrote: On 29 Nov 2001, Jeremy Hansen [EMAIL PROTECTED] wrote: rsync -avz --progress rsync://localhost/apache_logs/access_log . tridge just reminded me that -a does *not* detect hardlinks. You need -H too. Hmm, there are no hard links involved here

Re: problem with 2.4.7pre4

2001-11-29 Thread Jeremy Hansen
bytes sent to socket Nov 29 16:26:04 rio rsyncd[20971]: transfer interrupted (code 20) at rsync.c(229) Thanks -jeremy On Thu, 29 Nov 2001, Jeremy Hansen wrote: On Fri, 30 Nov 2001, Martin Pool wrote: On 29 Nov 2001, Jeremy Hansen [EMAIL PROTECTED] wrote: rsync -avz

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 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
) Nov 25 17:40:04 rio rsyncd[27059]: wrote 71 bytes read 75 bytes total size 3 Nov 25 17:40:04 rio PAM_unix[27040]: (sshd) session closed for user jeremy It doesn't seem to be able to resolve for some reason. Any ideas on this? -jeremy On Sun, 25 Nov 2001, Jeremy Hansen wrote: On Mon, 26 Nov