[Q] Cron frustration.....

Pietro Abate abate at discus.anu.edu.au
Sun Oct 20 15:32:33 EST 2002


On Sun, Oct 20, 2002 at 02:37:29PM +1000, Donovan J. Edye wrote:
> # Attempt to start SETI every 5 mins. If already running this will be
> ignored
> 2,7,12,17,22,27,32,37,42,47,52,57 * * * * cd ~/seti; ./setiathome -nice
> 19 -proxy 192.168.40.10:5517

try using absolute paths.

2,7,12,17,22,27,32,37,42,47,52,57 * * * * cd /home/donovan/seti;
/usr/bin/setiathome -nice 19 -proxy 192.168.40.10:5517

p

-- 
pgp key: 1024D/8A091922 2000-10-18 Pietro Abate <abate at arp.anu.edu.au>
Key fingerprint = 5111 D91B 5E0C 5CE6 FDA3  5EF4 6120 E18E 8A09 1922
public key avalaible via public key server at wwwkeys.eu.pgp.net



More information about the linux mailing list