From owner-freebsd-questions@FreeBSD.ORG Fri May 8 12:04:45 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 465DF1F6 for ; Fri, 8 May 2015 12:04:45 +0000 (UTC) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EAE831E78 for ; Fri, 8 May 2015 12:04:44 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 395B8160B0A; Fri, 8 May 2015 18:55:15 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :in-reply-to:subject:subject:from:from:received:received :received; s=selector1; t=1431086114; x=1432900515; bh=aUmqT0P4G AQEuM+1dnvhK4BgBPbreEXL1nx6dzzhIKU=; b=mQ2SFy+3jvF3iMrw3t+tSrLNC crxdi6mNn+bmPa3wHZZL7JXsKGaC70Tf223ycFugtUeV/uUYx+p4oEIgpa0/mHbl ilE/Slow6OnkZNgyi6D7leJzQDLPKyst1A8BBdbXazwFQw+dhpRJIYXCf2hvLB/9 bp+x/0seKFe06n2fbo= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id XpuT8zqecPA8; Fri, 8 May 2015 18:55:14 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 79328160B08; Fri, 8 May 2015 18:55:14 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.7/8.14.7/Submit) id t48Btg3J067851; Fri, 8 May 2015 18:55:42 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier Nicole To: Ernie Luzar Cc: freebsd-questions@freebsd.org Subject: Re: where do cronjobs live other than /etc/crontab In-Reply-To: <554CA351.4090702@gmail.com> (message from Ernie Luzar on Fri, 08 May 2015 07:51:45 -0400) Date: Fri, 08 May 2015 18:55:42 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 12:04:45 -0000 Ernie Luzar writes: > I have 2 cronjobs that show up as errors in the periodic daily run. > They are not in /etc/crontab file. > Where else should I look for them? IN /var/cron Olivier > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > --