Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2002 15:56:18 -0400
From:      Mike Galvez <mrg8n@virginia.edu>
To:        "Christopher J. Umina" <FJU@Fritzilldo.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Cron can't exec /bin/sh
Message-ID:  <20020429155618.C44973@mail.virginia.edu>
In-Reply-To: <00af01c1efcd$32f78160$0301a8c0@uminafamily.com>; from FJU@Fritzilldo.com on Mon, Apr 29, 2002 at 03:28:33PM -0700
References:  <00af01c1efcd$32f78160$0301a8c0@uminafamily.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 29, 2002 at 03:28:33PM -0700, Christopher J. Umina wrote:
> hihi,
>    
> Why can't cron exec /bin/sh?  I got this e-mail as root..:
> 
> cron: execl: couldn't exec `/bin/sh': Permission denied
> 
> This is my crontab file:
> 
>     0 0 * * 0 cvsup supfile  

Try using the full path to cvsup i.e.: /usr/local/bin/cvsup

00 15 * * 1-5 /usr/local/bin/cvsup supfile

> 
> This is my supfile:
> 
>     *default tag=.
>     *default host=cvsup.freebsd.org
>     *default prefix=/usr
>     *default base=/usr/local/etc/cvsup
>     *default release=cvs delete use-rel-suffix compress
> 
>     ports-all     
> 
> Anybody see a problem?
> 
> - Christopher J. Umina
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

-- 
Michael Galvez                                             
Information Technology Specialist III 	E-Mail: mrg8n@nospam.virginia.edu
University of Virginia                  	Office: 434-982-2975 

To the systems programmer, users and applications serve only to provide
a test load.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020429155618.C44973>