[Owfs-developers] Debian and cron

2006-04-14 Thread Wizard
yes sensors:~# ps axf | grep cron 1376 ?Ss 0:00 /usr/sbin/cron sensors:~# ./ Is Cron Running --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Att

Re: [Owfs-developers] Debian and Cron

2006-04-14 Thread Darryl
Is the cron daemon running?ps axf | grep cronOn 4/14/06, Wizard <[EMAIL PROTECTED] > wrote:Hey  guys doea Debian handle cron jobs diffenrtly  ?when i type /bin/bash /home/comparefrom command prompt my script runs fineso i tried thiscrontab -e1-59  * * * *  /bin/bash /home/compareFile /tmp/crontab.H

Re: [Owfs-developers] Debian and Cron

2006-04-14 Thread Paul Alfille
As a test, take owfs out of the picture.How about a script like:#!/bin/shdate >> logscriptOn 4/14/06, Wizard < [EMAIL PROTECTED]> wrote:Hey  guys doea Debian handle cron jobs diffenrtly  ? when i type/bin/bash /home/comparefrom command prompt my script runs fineso i tried thiscrontab -e1-59  * * *

[Owfs-developers] Debian and Cron

2006-04-14 Thread Wizard
Hey guys doea Debian handle cron jobs diffenrtly ? when i type /bin/bash /home/compare from command prompt my script runs fine so i tried this crontab -e 1-59 * * * * /bin/bash /home/compare File /tmp/crontab.H3332Y/crontab saved. crontab: installing new crontab but the job compa