Hi guys, I’m trying to run some process in backgroung each minute using
script/runner.
To do this I use crontab-e and I edit the crontab. This is the line i
wrote:
*/1 * * * * /usr/local/bin/ruby /Users/jose/mimandote.com/script/runner
‘Usuario.usuario_del_dia’
The console says me taht I have new mail in /var/mail/jose. the mail say
this:
From [email protected] Tue Apr 21 10:34:00 2009
Return-Path: [email protected]
X-Original-To: jose
Delivered-To: [email protected]
Received: by Jose.local (Postfix, from userid 503)
id 8E2C853DAC4; Tue, 21 Apr 2009 10:34:00 +0200 (CEST)
From: [email protected] (Cron Daemon)
To: [email protected]
Subject: Cron jose@Jose /usr/local/bin/ruby
/Users/jose/mimandote.com/script/runner ‘Usuario.usuario_del_dia’
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <PATH=/usr/bin:/bin>
X-Cron-Env: <LOGNAME=jose>
X-Cron-Env: <USER=jose>
X-Cron-Env: <HOME=/Users/jose>
Message-Id: [email protected]
Date: Tue, 21 Apr 2009 10:34:00 +0200 (CEST)
/bin/sh: /usr/local/bin/ruby: No such file or directory
Somebody can help me to solve this error?
