From owner-freebsd-questions@FreeBSD.ORG Wed Mar 1 10:44:15 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4076B16A420 for ; Wed, 1 Mar 2006 10:44:15 +0000 (GMT) (envelope-from idefix@fechner.net) Received: from michelle.lostinspace.de (michelle.lostinspace.de [83.120.0.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 797BE43D48 for ; Wed, 1 Mar 2006 10:44:14 +0000 (GMT) (envelope-from idefix@fechner.net) Received: from server.idefix.loc (ppp-82-135-80-145.mnet-online.de [82.135.80.145]) (authenticated bits=0) by michelle.lostinspace.de (8.13.1/8.13.1) with ESMTP id k21AiBRa034594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 1 Mar 2006 11:44:11 +0100 (CET) (envelope-from idefix@fechner.net) Received: from idefix by server.idefix.loc with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FEOoV-000IMW-Ld for freebsd-questions@freebsd.org; Wed, 01 Mar 2006 11:44:11 +0100 Date: Wed, 1 Mar 2006 11:44:11 +0100 From: Matthias Fechner To: freebsd-questions@freebsd.org Message-ID: <20060301104411.GA69766@server.idefix.loc> Mail-Followup-To: freebsd-questions@freebsd.org References: <009701c63ca3$c982b4c0$dc96eed5@ihlasnetym> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <009701c63ca3$c982b4c0$dc96eed5@ihlasnetym> X-Crypto: GnuPG/1.0.6 http://www.gnupg.org X-GnuPG: 0x1B756EF6 User-Agent: Mutt/1.5.11 Sender: Matthias Fechner X-Virus-Scanned: ClamAV 0.88/1307/Wed Mar 1 10:23:49 2006 on michelle.lostinspace.de X-Virus-Status: Clean Subject: Re: I could not run this script in /etc/crontab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 10:44:15 -0000 Hello Halid, * Halid Faith [28-02-06 22:15]: > I could not run this script in /etc/crontab as below; > > */1 * * * * root /root/thescript > > What should I do ? try a MAILTO="email" to get the output back. Maybe you get an error message which helps to fix the problem. Best regards, Matthias