From owner-freebsd-questions@FreeBSD.ORG Thu Jan 21 01:18:31 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7173A106566B for ; Thu, 21 Jan 2010 01:18:31 +0000 (UTC) (envelope-from doug@polands.org) Received: from hrndva-omtalb.mail.rr.com (hrndva-omtalb.mail.rr.com [71.74.56.125]) by mx1.freebsd.org (Postfix) with ESMTP id B4A1D8FC18 for ; Thu, 21 Jan 2010 01:18:30 +0000 (UTC) X-Authority-Analysis: v=1.0 c=1 a=5-nTKeNrujAA:10 a=DaHBKn5nWyNBExISUyQA:9 a=d8_SRxSdhU12ubnUiCAA:7 a=103vKYf2idarS_rC1hDjinwLQkcA:4 X-Cloudmark-Score: 0 X-Originating-IP: 75.87.219.217 Received: from [75.87.219.217] ([75.87.219.217:51819] helo=haran.polands.org) by hrndva-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.2.39 r()) with ESMTP id DA/F6-11553-46BA75B4; Thu, 21 Jan 2010 01:18:29 +0000 Received: from [172.16.1.37] (sichem-wifi.polands.org [172.16.1.37]) by haran.polands.org (8.14.3/8.14.3) with ESMTP id o0L1IRUi023925; Wed, 20 Jan 2010 19:18:27 -0600 (CST) (envelope-from doug@polands.org) Message-ID: <4B57AB63.6080306@polands.org> Date: Wed, 20 Jan 2010 19:18:27 -0600 From: Doug Poland User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: Boris Samorodov References: <6C738BD4-71EE-4F34-8DB5-ABDB45A06C89@mac.com> <0cc4c74334a73d21b31ad06d41e3779a.squirrel@email.polands.org> <4d9fc381279cee4bebd4b6c745150eef.squirrel@email.polands.org> <55285015@ipt.ru> In-Reply-To: <55285015@ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions Questions Subject: Re: Trouble getting a core dump from clamd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2010 01:18:31 -0000 On 2010-01-20 17:11, Boris Samorodov wrote: > On Wed, 20 Jan 2010 15:24:51 -0600 Doug Poland wrote: > >> % sysctl -a | grep core >> kern.corefile: /var/coredumps/%U/%N.core > > As CORE(5) says %U is a UID... > >> % touch /var/coredumps/file >> % ll !$ >> ll /var/coredumps/file >> -rw-r--r-- 1 doug wheel 0 Jan 20 15:13 /var/coredumps/file > > ... so you should have a directory /var/coredumps/ owned by > (well, at least have permissions to write by) this UID. > That was it, thanks for the keen vision! -- Regards, Doug