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]

cron with gnuplot


Hello,

I am trying to run a cron script to generate a plot at regular
intervals. 

Here is my crontab:
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (- installed on Mon Mar 31 13:19:09 2008)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie
Exp $)
* * * * * /home/nitani/plot_test.g > cron.log 2> cron.err
 
After this runs I, cron.log and cron.err are both 0 bytes. If I change
the filename to an incorrect name I do get a file not found error in
cron.err. So, I know the script is running however, I don't get any plot
out. If I run the script from the command line it works fine. Please
help.

Thanks,
Nadi Itani

Attachment: plot_test.g
Description: plot_test.g

Attachment: cronbug.txt
Description: cronbug.txt

--
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]