On Tue, Oct 09, 2001, James Hamelin wrote:
> Ive got a unique little setup here... although have been having some problems
> getting plucker to run as a cron job ( Plucker ~/.plucker dont exist, exiting)
How do you run this cron job? As root? As a normal user?
As a test I tried the following in my crontab file ('crontab -e' to
edit),
SHELL=/bin/sh
PATH=/usr/bin:/usr/sbin:/sbin:/bin
45 22 * * * plucker-build -s crontab
I added the following section to my ~/.pluckerrc file,
[crontab]
home_url = plucker:/test.html
home_maxdepth = 2
home_stayonhost = true
doc_file = Documents/Crontab
bpp = 4
verbosity = 0
It worked just fine, at 22:45 it created a Plucker document called
Crontab.pdb in $PLUCKERDIR/Documents.
> Any ideas on how to get this to run as a cron job?
If you run it as root then try to run it as a normal user instead.
/Mike