This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: crontab/mount problem


At 08:45 PM 9/27/2004, you wrote:
>I have installed the cron. It works fine for all cases
>except while trying to do anything across the mounted
>filesystem. I realize it might be some permission
>problem, not sure what it is. Is the problem because
>the "k" drive is mounted type "user". How can I change
>it to be a system wide mount or do I need to ?


No, you don't.


>Here's the exact problem
>$ crontab -l (my crontab)
># DO NOT EDIT THIS FILE - edit the master and
>reinstall.
># (/tmp/crontab.1572 installed on Mon Sep 27 17:10:53
>2004)
># (Cron version -- $Id: crontab.c,v 1.7 2003/04/15
>15:13:41 corinna Exp $)
>HOME = "/cygdrive/c/Program Files/Sonic"
>BASE="/cygdrive/k/rekha/runSonic"
>* * * * * /usr/bin/touch "$BASE/foo.txt"
>1>${HOME}/sonicOutput/cron.out 2>${HOME
>}/sonicOutput/cron.err
>
>Here's the output of cron.err
>$ cat cron.err
>/usr/bin/touch: creating
>`/cygdrive/k/rekha/runSonic/foo.txt': No such file or
>directory
>
>NOTE: I can see the contents of cygdrive/k from the
>shell. I only have problems while using the cron. So
>if I excute this command like follows it works
>rbelur@rekha /tmp
>$ touch /cygdrive/k/rekha/foo.txt
>
>$ ls -ltr /cygdrive/k/rekha
>total 92
>-rwxr-xr-x    1 rbelur   mkgroup-    12302 Sep 27
>17:07 cron_diagnose.sh
>-rw-r--r--    1 rbelur   mkgroup-        0 Sep 27
>17:34 foo.txt


Read this:

<http://cygwin.com/cygwin-ug-net/ntsec.html#NTSEC-SWITCH>

If you've installed cron as directed, you won't have access to non-publicly
accessible shares.  Your options are to make the shares accessible to all
without authentication or run 'cron' as a service under the same user as 
owns the crontab.  The former opens up your share's permissions 
significantly.  The latter makes 'cron' usable by only you.

There's plenty in the email archives about all this too if you're looking 
for more reading.


--
Larry Hall                              http://www.rfk.com
RFK Partners, Inc.                      (508) 893-9779 - RFK Office
838 Washington Street                   (508) 893-9889 - FAX
Holliston, MA 01746                     


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]