From owner-freebsd-stable@FreeBSD.ORG Sun Sep 3 16:57:46 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1823116A4E0 for ; Sun, 3 Sep 2006 16:57:46 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9539A43D53 for ; Sun, 3 Sep 2006 16:57:45 +0000 (GMT) (envelope-from dwilde1@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1616041wxd for ; Sun, 03 Sep 2006 09:57:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Ie5mCDiUP16m7EnjFfzLMAPnp90+++OLLsS/t3BT50c9IRcWrffTg93aK+N0hxKFrmGjhCljX1CWyA7bnWDPHbmN9QHmXMpI3PFmEsujsCxTBx+e8Q7IsaQo7GmakLJDLLYISzQMXFMlXFQmA1ClE4eCrW1nhmRSDRT9TBUqZ2c= Received: by 10.70.60.12 with SMTP id i12mr6140689wxa; Sun, 03 Sep 2006 09:57:44 -0700 (PDT) Received: by 10.70.15.7 with HTTP; Sun, 3 Sep 2006 09:57:44 -0700 (PDT) Message-ID: Date: Sun, 3 Sep 2006 11:57:44 -0500 From: "Don Wilde" Sender: dwilde1@gmail.com To: "David Wolfskill" , freebsd-stable@freebsd.org In-Reply-To: <20060903164915.GY698@bunrab.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060903163738.GX698@bunrab.catwhisker.org> <20060903164915.GY698@bunrab.catwhisker.org> X-Google-Sender-Auth: ec42ee399ee6e572 Cc: Subject: Re: cron abuse X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 16:57:46 -0000 On 9/3/06, David Wolfskill wrote: > On Sun, Sep 03, 2006 at 11:43:01AM -0500, Don Wilde wrote: > > ... > > Thanks for taking the time to answer, David. > > Sure thing. > > > Yes, I see that. I'm reinstalling the old /etc/crontab back into > > /etc/crontab. > > OK. > > > This is what's driving me nuts. Why would it be acting as though it's > > a user crontab? > > I doubt that it is -- more likely, a copy of /etc/crontab was installed > as a "user crontab" -- go check /var/cron/tabs. > Yes, it did exactly that. Will removing the /var/cron/tabs entry make everything Just Work again?