/etc/cron.d & NFS

From: M (non_at_email.non)
Date: 12/30/04


Date: Thu, 30 Dec 2004 07:49:02 -0700

Running Debian/unstable... I have a crontab file that I want to "execute"
from /etc/cron.d. I am attempting to put the file in /etc/cron.d as a
link, as the file resides in an NFS directory.

ln -s /nfsdir/cronfile /etc/cron.d/cronfile

does not work, but copying the file does (that is, the problem isn't in the
cronfile itself, it's being ignored when it's put in the /etc/cron.d
directory as a link).

Why?



Relevant Pages

  • freeware8 cron issue
    ... When I add a crontab file it creates it in the cron$lib: ... I'm not the owner. ... If I manually change the owner of the spool file ... to my UIC it will execute fine until I update and add a new version of ...
    (comp.os.vms)
  • system("top") in a C program giving problems when the C prg is run by cron in Red hat linu
    ... I have included the executable of this c program in the crontab file for root. ... I tried using execlinstead of systemAPI to execute the top command inside the C program. ... Win 1 of 4,000 free domain names from Yahoo! ...
    (RedHat)
  • Making a "crontab" File on POWWEB?
    ... I need to execute a CGI script, "speller.cgi", every hour. ... exactly where the "cgi-bin" directory resides. ... What does the crontab file actually contain? ...
    (comp.unix.questions)
  • Re: /etc/cron.d & NFS
    ... I knew I shouldn't have used the term "execute." ... Pretty strange ... as the file resides in an NFS directory. ...
    (comp.os.linux.misc)