From owner-freebsd-questions@FreeBSD.ORG Thu Jan 14 00:57:13 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BCF31065670 for ; Thu, 14 Jan 2010 00:57:13 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-qy0-f174.google.com (mail-qy0-f174.google.com [209.85.221.174]) by mx1.freebsd.org (Postfix) with ESMTP id 552278FC14 for ; Thu, 14 Jan 2010 00:57:11 +0000 (UTC) Received: by qyk4 with SMTP id 4so11192403qyk.7 for ; Wed, 13 Jan 2010 16:57:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=PbQ/IRbxV4Af7ZK5pdZKDaaxIAz1IROYecFESzaKC60=; b=QbzbH204Pst3quI1R2sWRz60hRD/6EgRQN2JioCHRnpXeDj7UDATU7Af6iRm1/G4eW wBoIJ3VEiZU1HqKeSYF6P0cBWpnW5d+hyDSZ3GtxFhxwKyCz2uJ08fvApYki6kfW66pL vCJ+8tpt0xFW/KIzE0yAB7oCCMzwfyV8V4QZw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=D1f2nZKEUVlz+Tj4ViZJ4PLPHsliLHnzZKdnHYjXDj5nf7ztRgSmHTeG0Tkbqg33OY wEBpMmTxiXmzfpE13O/AnOnHTJeYIEvxsX/9L2cUvNN5yku3RtVNsxo4WlFtFw1gELXs YRAg0i2XOdjlbUQ/JSqogNwNz+OzODW6MZyN8= Received: by 10.224.16.69 with SMTP id n5mr32654qaa.184.1263430622875; Wed, 13 Jan 2010 16:57:02 -0800 (PST) Received: from orion.hsd1.pa.comcast.net (c-71-230-240-241.hsd1.pa.comcast.net [71.230.240.241]) by mx.google.com with ESMTPS id 22sm100022qyk.6.2010.01.13.16.57.00 (version=SSLv3 cipher=RC4-MD5); Wed, 13 Jan 2010 16:57:01 -0800 (PST) Date: Wed, 13 Jan 2010 19:53:41 -0500 From: Glen Barber To: Rolf Nielsen , Jeronimo Calvo Message-ID: <20100114005341.GA67999@orion.hsd1.pa.comcast.net> References: <4B4E329D.4090806@lazlarlyricon.com> <4B4E3778.1080609@lazlarlyricon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B4E3778.1080609@lazlarlyricon.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: questions@freebsd.org Subject: Re: Crontab not working logwatch.pl [FreeBSD 8 stable] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 00:57:13 -0000 Rolf Nielsen wrote: > On 2010-01-13 22:04, Jeronimo Calvo wrote: > > did a crontab -r, a a new crontab -e, using: > > > > * * * * * $HOME/.profile ; /bin/bash /var/log/auto_auth.sh > > * * * * * $HOME/.profile ; /usr/bin/perl /local/sbin/logwatch.pl > > In addition to the other suggestions, I'd imagine an absolute path path to /local/sbin/logwatch.pl is a problem as well. Unless /local/sbin exists, of course. Regards, -- Glen Barber