From: Daniel Berger Date: 2003-03-22T05:22:03+09:00 Subject: Re: ruby and cron help Joel VanderWerf wrote: > > Mark Probert wrote: > Hi, rubyists. > > I think this is more a cron rather than a ruby problem. > However, I am stumped. > > I am running ruby 1.6.8 under Solaris 6. > > wcary3zg:~/src/ruby/utils% crontab -l > 0,15,30,45 * * * * /opt/home/mark/bin/blah 0,15,30,45 * * * * /opt/home/mark/bin/blah 2>~/tmp/blah.err See what shows up in blah.err. Also, with DBI/Oracle I've noticed that I explictly have to set some environment variables for cron by including "/usr/bin/env VAR=val", etc. Regards, Dan