From owner-freebsd-questions@FreeBSD.ORG Fri May 8 11:51:44 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 3B570B8E for ; Fri, 8 May 2015 11:51:44 +0000 (UTC) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0DC7C1CC0 for ; Fri, 8 May 2015 11:51:44 +0000 (UTC) Received: by igbyr2 with SMTP id yr2so18501344igb.0 for ; Fri, 08 May 2015 04:51:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=f5yroR5HPd8nw0Gcr+5/oo6s6aYYZuiAC3UzahUDF4g=; b=ExS9LR8coHlsvnHrSbGgURecjUeeQb6q83lYA8E0wKTnu+hUXnUOGZg3sdKc1cwepm oQkwx5udseq7AwTl0znrJhLM0T1uQ0KWA22l/y5rnBUoqhDb9mtzcWZaaK6NPDNLzZGQ skeTYqMBs5BPyQGDynJ9EB/ZyQ34SWX5Ks36JFUId7CqV3YSVTcSfPjkgRYWdxCt5YoM aXkI9RRU2MKl/UH77adMXhsv10H7lsAccX+1WLlPGJT7txOQ1m3yVSWfyM9UVtWAd+PN z1JI0x6IwH43hLupbDcFIN+AgwIo3odKHU6hi0TRpKGQ8n0814PF1F0VMByj29K0Y/rO nYFw== X-Received: by 10.50.77.48 with SMTP id p16mr3759631igw.31.1431085903618; Fri, 08 May 2015 04:51:43 -0700 (PDT) Received: from [10.0.10.5] (cpe-76-190-244-6.neo.res.rr.com. [76.190.244.6]) by mx.google.com with ESMTPSA id j20sm4928752igt.5.2015.05.08.04.51.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 May 2015 04:51:43 -0700 (PDT) Message-ID: <554CA351.4090702@gmail.com> Date: Fri, 08 May 2015 07:51:45 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: FreeBSD Questions Subject: where do cronjobs live other than /etc/crontab Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 11:51:44 -0000 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?