Re: Help : can not get cron work

2006-01-10 Thread lin q
Subject: Re: Help : can not get cron work Date: Thu, 5 Jan 2006 19:14:42 -0500 (EST) On Thu, 5 Jan 2006, lin q wrote: Subject: Re: Help : can not get cron work Date: Thu, 5 Jan 2006 14:23:06 -0500 (EST) On Thu, 5 Jan 2006, lin q wrote: Subject: Re: Help

Re: Help : can not get cron work

2006-01-10 Thread Igor Peshansky
On Tue, 10 Jan 2006, lin q wrote: Isn't 'H' a network drive? That is probably your problem -- read http://cygwin.com/faq/faq.using.html#faq.using.shares. Thanks, I think you are right, after check out this page, I think it is the problem. But I wonder how we can do it. Well, for one

Re: Help : can not get cron work

2006-01-10 Thread lin q
Subject: Re: Help : can not get cron work Date: Tue, 10 Jan 2006 18:52:11 -0500 (EST) On Tue, 10 Jan 2006, lin q wrote: Isn't 'H' a network drive? That is probably your problem -- read http://cygwin.com/faq/faq.using.html#faq.using.shares. Thanks, I think you are right, after check out

Re: Help : can not get cron work

2006-01-10 Thread lin q
OK, now I figure out what is the problem. /etc/passwd file is not correct, after I fix it, rsync in cron works great. Thanks so much for your every help! From: lin q [EMAIL PROTECTED] To: cygwin@cygwin.com Subject: Re: Help : can not get cron work Date: Tue, 10 Jan 2006 18:47:06 -0700

Re: Help : can not get cron work

2006-01-05 Thread lin q
From: Brian Dessent [EMAIL PROTECTED] Reply-To: cygwin@cygwin.com To: cygwin@cygwin.com Subject: Re: Help : can not get cron work Date: Wed, 04 Jan 2006 18:00:46 -0800 lin q wrote: 1) cygrunsrv -I cron -p /usr/sbin/cron -a –D You should run /usr/bin/cron-config, and not try to do

Re: Help : can not get cron work

2006-01-05 Thread Igor Peshansky
On Thu, 5 Jan 2006, lin q wrote: From: Brian Dessent [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. Subject: Re: Help : can not get cron work Date: Wed, 04 Jan 2006 18:00:46 -0800 lin q wrote: 1) cygrunsrv

Re: Help : can not get cron work

2006-01-05 Thread lin q
From: Igor Peshansky [EMAIL PROTECTED] Reply-To: cygwin@cygwin.com To: lin q [EMAIL PROTECTED] CC: cygwin@cygwin.com Subject: Re: Help : can not get cron work Date: Thu, 5 Jan 2006 14:23:06 -0500 (EST) On Thu, 5 Jan 2006, lin q wrote: From: Brian Dessent [EMAIL PROTECTED] Reply-To: [EMAIL

Re: Help : can not get cron work

2006-01-05 Thread Igor Peshansky
On Thu, 5 Jan 2006, lin q wrote: From: Igor Peshansky [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: lin q [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Again, http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. Subject: Re: Help : can not get cron work Date: Thu, 5 Jan 2006 14:23:06

Re: Help : can not get cron work

2006-01-05 Thread lin q
From: Igor Peshansky [EMAIL PROTECTED] Reply-To: cygwin@cygwin.com To: lin q [EMAIL PROTECTED] CC: cygwin@cygwin.com Subject: Re: Help : can not get cron work Date: Thu, 5 Jan 2006 17:32:17 -0500 (EST) On Thu, 5 Jan 2006, lin q wrote: Subject: Re: Help : can not get cron work Date: Thu, 5

Re: Help : can not get cron work

2006-01-05 Thread Igor Peshansky
] To: lin q [EMAIL PROTECTED] CC: [EMAIL PROTECTED] The above is what http://cygwin.com/acronyms/#PCYMTNQREAIYR refers to. Subject: Re: Help : can not get cron work Date: Thu, 5 Jan 2006 17:32:17 -0500 (EST) On Thu, 5 Jan 2006, lin q wrote: Subject: Re: Help : can not get cron

Help : can not get cron work

2006-01-04 Thread lin q
Hi, I just installed a brand new cygwin on my WinXP machine, but I can not get cron work for me. Here is how I did it: 1) cygrunsrv -I cron -p /usr/sbin/cron -a –D 2) crontab -e to edit the crontab file, here is the dump out, $ crontab -l # DO NOT EDIT THIS FILE - edit

Re: Help : can not get cron work

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, lin q wrote: Hi, I just installed a brand new cygwin on my WinXP machine, but I can not get cron work for me. Here is how I did it: 1) cygrunsrv -I cron -p /usr/sbin/cron -a -D 2) crontab -e to edit the crontab file, here is the dump out, $ crontab -l

Re: Help : can not get cron work

2006-01-04 Thread Brian Dessent
lin q wrote: 1) cygrunsrv -I cron -p /usr/sbin/cron -a –D You should run /usr/bin/cron-config, and not try to do this by hand because there is much more to do than just installing the service. 16 10 * * * linq rsync -azv emperor:/dev/tools/* /cygdrive/c/bin/tools That is not