Date: Mon, 27 Dec 2004 23:45:39 -0700 From: Tom Vilot <tom@vilot.com> To: Timothy Smith <timothy@open-networks.net> Cc: questions@freebsd.org Subject: Re: cronjob doesn't run??? Message-ID: <41D10113.9040404@vilot.com> In-Reply-To: <41D005AE.3000502@open-networks.net> References: <41D005AE.3000502@open-networks.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Might be a path issue. I had similar issues with cron (/etc/periodic/daily) if I didn't use a full path to the binaries. :c( > i have an odd problem with this cronjob, > > #!/bin/sh > cd /home/timothy > burncd -f /dev/acd0c blank > tar -zcvf ./burning/thunderbird.tar.gz ./.thunderbird/* > tar -zcvf ./burning/Projects.tar.gz ./Projects/* > tar -zcvf ./burning/cvsd.tar.gz /usr/local/cvsd/* > mkisofs -L -l -relaxed-filenames -o tmp.iso burning > burncd -e -f /dev/acd0c data tmp.iso > rm tmp.iso > rm burning/* > > > n# ls -l /etc/periodic/daily/Backup > -rwxr-xr-x 1 root wheel 323 Dec 27 22:42 /etc/periodic/daily/Backup > > as you can see it's not a permissions issue. the job must do > something, because i end up with a cdrw i can't mount :\ > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41D10113.9040404>