From owner-freebsd-jail@FreeBSD.ORG Sat Aug 17 21:02:47 2013 Return-Path: Delivered-To: freebsd-jail@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9B335ADE for ; Sat, 17 Aug 2013 21:02:47 +0000 (UTC) (envelope-from erdgeist@erdgeist.org) Received: from elektropost.org (elektropost.org [217.115.13.199]) by mx1.freebsd.org (Postfix) with ESMTP id DD1D82BD0 for ; Sat, 17 Aug 2013 21:02:43 +0000 (UTC) Received: (qmail 63834 invoked from network); 17 Aug 2013 20:56:00 -0000 Received: from elektropost.org (HELO elektropost.org) (erdgeist@erdgeist.org) by elektropost.org with CAMELLIA256-SHA encrypted SMTP; 17 Aug 2013 20:56:00 -0000 Message-ID: <520FE360.9090905@erdgeist.org> Date: Sat, 17 Aug 2013 22:56:00 +0200 From: Dirk Engling User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Yoann Gini Subject: Re: Crontab don't work References: In-Reply-To: X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-jail@FreeBSD.org X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Aug 2013 21:02:47 -0000 On 17.08.13 22:51, Yoann Gini wrote: > I’ve a problems with my FreeBSD jails (made with ezjails), contrab inside jails aren’t run. > > Is that normal ? What should I check for troubleshooting? Nope, this is not normal, cron is enabled by default 22:54:27 $> grep cron /etc/defaults/rc.conf cron_enable="YES" # Run the periodic job daemon. Can you check if cron is running, i.e. 'pgrep cron' Regards, erdgeist