Re: CVS update: rsync

2001-02-07 Thread Martin Pool
On 8 Feb 2001, Martin Pool <[EMAIL PROTECTED]> wrote: > > Date: Thursday February 8, 2001 @ 14:28 > Author: mbp > > Update of /data/cvs/rsync > In directory samba:/tmp/cvs-serv14515 > > Modified Files: > options.c > Log Message: > Document shortcoming of "unrecognised option" mess

processes don't quit when run with cron job

2001-02-07 Thread John Mravunac
Hi,   I'm hoping you are able to give me some advice. The problem I am having is that I need to schedule a cron job to run rsync to replicate a website here at work. If I run the job below, every time the job is run,  an rsync and ssh2 process are left in the R process state (runnable - on

problem authenticating to daemon

2001-02-07 Thread Wrieth, Henry
in the server config file, I tried secrets file = /app/rsync/config/secret auth users = iwmaster where 'cat /app/rsync/config/secret' iwmaster:mah on the client I try: /app/rsync/bin/rsync /tmp/mahesh/test webtest::cSend/tmp/mahesh/test Password: mah @ERROR: auth failed on module cSend or: /app/

Re: processes don't quit when run with cron job

2001-02-07 Thread Dan Phoenix
Holy shitare you crazy? you going to replicate databases!!! not even sure you can do that. You said website not databases! mysql has replication code in latest releaseslook into thati would email [EMAIL PROTECTED] before even attemping something this foolish. On Thu, 8 Feb 2001, J

Re: losing leading / when copying symbolic links

2001-02-07 Thread Dave Dykstra
On Wed, Feb 07, 2001 at 05:42:55PM -0500, Diab Jerius wrote: > Here's a mystery (to me at least!): > > I've got a symbolic link on the source disk which looks like this: > > > ls -l /proj/axaf/Simul/bin/mips4_r10k-IRIX-6/spatquant_bp > [...] > /proj/axaf/Simul/bin/mips4_r10k-IRIX-6/spatquant_bp

losing leading / when copying symbolic links

2001-02-07 Thread Diab Jerius
Here's a mystery (to me at least!): I've got a symbolic link on the source disk which looks like this: > ls -l /proj/axaf/Simul/bin/mips4_r10k-IRIX-6/spatquant_bp [...] /proj/axaf/Simul/bin/mips4_r10k-IRIX-6/spatquant_bp -> /proj/axaf/Simul/bin/mips4_r10k-IRIX-6/spatquant_bp-D2304 my rsyn

Question about 'Rsync --daemon'

2001-02-07 Thread Nicolas
Hi, I'm trying to start rsync as a daemon however is always fail, any clue? Here is my /etc/rsync.conf: [test] path = /tmp/ comment = Testing Here is the strace of the execution: strace rsync --daemon -v execve("/usr/bin/rsync", ["rsync", "--daemon", "-v"], [/* 56 vars */]) = 0 brk(0)