From owner-freebsd-current@FreeBSD.ORG Fri Jul 25 18:51:53 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6BD93EC for ; Fri, 25 Jul 2014 18:51:53 +0000 (UTC) Received: from mail119c7.megamailservers.com (mail733.megamailservers.com [69.49.98.43]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88C27214F for ; Fri, 25 Jul 2014 18:51:52 +0000 (UTC) X-Authenticated-User: hurds.sasktel.net Received: from [192.168.0.33] (ip72-194-65-37.oc.oc.cox.net [72.194.65.37]) (authenticated bits=0) by mail119c7.megamailservers.com (8.13.6/8.13.1) with ESMTP id s6PIpf75014676; Fri, 25 Jul 2014 14:51:43 -0400 Message-ID: <53D2A73D.3010404@sasktel.net> Date: Fri, 25 Jul 2014 11:51:41 -0700 From: Stephen Hurd User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26.1 MIME-Version: 1.0 To: Beeblebrox , freebsd-current@freebsd.org Subject: Re: Several minor annoyances on Current References: <1406282699515-5931653.post@n5.nabble.com> In-Reply-To: <1406282699515-5931653.post@n5.nabble.com> X-Enigmail-Version: 1.6.1_pre20140112 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-CTCH-RefID: str=0001.0A020202.53D2A73F.01C8, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CSC: 0 X-CHA: v=2.1 cv=P/oD2Ewu c=1 sm=1 tr=0 a=Z5AWCFQ5VKA4phzWx86Kmg==:117 a=Z5AWCFQ5VKA4phzWx86Kmg==:17 a=kviXuzpPAAAA:8 a=BDKbP5mgAAAA:8 a=J0_EhWaTXrIA:10 a=a3Y91TBt1CEA:10 a=YxfxW3ofkq8A:10 a=8nJEP1OIZ-IA:10 a=uhPMnebkAAAA:8 a=GFFKh49_5I6V3xPwj4sA:9 a=wPNLvfGTeEIA:10 a=7jNfuqQ1KrQA:10 a=uOumoMf9eJMA:10 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 18:51:53 -0000 Beeblebrox wrote: > Hello. Several questions for 11-Current: > > * I keep getting .core (gedit.core, midori.core, etc) files being > created either in /home/myuser or in the folder I run the command in on > terminal emulator (for example if I'm in ~/mydocs on terminal and run "$ > gedit filename", that folder gets a gedit.core file). Any way to stop this? I use this in /etc/sysctl.conf: kern.corefile=/tmp/cores/%N.core (You need to create the directory manually)