From owner-freebsd-questions@FreeBSD.ORG Mon Jun 17 05:41:11 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D013462C; Mon, 17 Jun 2013 05:41:11 +0000 (UTC) (envelope-from carlopmart@gmail.com) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) by mx1.freebsd.org (Postfix) with ESMTP id 45B301CD9; Mon, 17 Jun 2013 05:41:11 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id t56so1935126wes.7 for ; Sun, 16 Jun 2013 22:41:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6GsgbFraKhrzfsU3ef0PnY8IM0GBke3LbNOvGYlYd/o=; b=PSCVmFSdOMGiLjnEyj29jv/LeoZ03cke7SbUZ+sxQ4kgDgFf6wl3INAv1XdlpQjqLp 1seRf5eHxzZ7g/nofIMRvGiFT7T511EkEnf66Tk9U/SnDAPv6PZpLLDzFFtk7KTsx71v j3vE0Cl6MhOGhXVl0j3Dv7Wk9+dkVX5+hhc1kuGTL8qSeNRtM6EMJddMV2BuMaz/xPpU uvxS9x2++OIIpNtU+fjqOobdN7s+6GyawB4yWI31zwUs9L2zQs3ujQdUqlPSO2/2ueKO qLw6cy+LMKLmURznz4Ip5lf3YLRUH3T3PKLxQqyqfZx7TYp9dzupGQV27LQkKn24TyP/ GSTA== MIME-Version: 1.0 X-Received: by 10.194.60.5 with SMTP id d5mr6939387wjr.26.1371447670370; Sun, 16 Jun 2013 22:41:10 -0700 (PDT) Received: by 10.194.76.178 with HTTP; Sun, 16 Jun 2013 22:41:10 -0700 (PDT) In-Reply-To: <51BB2D33.5030109@FreeBSD.org> References: <51BB2D33.5030109@FreeBSD.org> Date: Mon, 17 Jun 2013 05:41:10 +0000 Message-ID: Subject: Re: Daily periodic cronjob generates core dump From: "C. L. Martinez" To: glarkin@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jun 2013 05:41:11 -0000 On Fri, Jun 14, 2013 at 2:48 PM, Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 6/14/13 6:26 AM, C. L. Martinez wrote: >> Hi all, >> >> I have a FreeBSD 9.1 host (fully patched) with ZFS. Every day I am >> receiving in security output this message: >> >> fbsd.domain.local kernel log messages: >> >> +++ /tmp/security.AT1oDecp 2013-06-14 03:02:10.000000000 +0000 >> >> +pid 75930 (try), uid 0: exited on signal 10 (core dumped) pid >> 76241 >> >> +(try), uid 0: exited on signal 10 (core dumped) >> >> How can I detect where is the problem?? >> >> Thanks. > > You can safely ignore this message, as it's generated by autotools > when you are building your packages with poudriere. See: > http://lists.freebsd.org/pipermail/freebsd-questions/2010-February/213026.html > > Also check section 12.11.3 on this page for more details on > suppressing the message: > http://www.freebsd.org/doc/en/books/handbook/configtuning-configfiles.html > Many thanks Greg. Works.