From owner-freebsd-current@FreeBSD.ORG Sat Dec 21 21:25:00 2013 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 1E23D1D2 for ; Sat, 21 Dec 2013 21:25:00 +0000 (UTC) Received: from rush.bluerosetech.com (rush.bluerosetech.com [199.48.134.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 61A14136B for ; Sat, 21 Dec 2013 21:24:59 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:16c0:b50:21c:c0ff:fe7f:96ee]) by rush.bluerosetech.com (Postfix) with ESMTPSA id 7679A1146C; Sat, 21 Dec 2013 13:24:52 -0800 (PST) Received: from [IPv6:2601:7:16c0:b50:442e:c612:d370:9069] (unknown [IPv6:2601:7:16c0:b50:442e:c612:d370:9069]) by chombo.houseloki.net (Postfix) with ESMTPSA id DD4B0AC9; Sat, 21 Dec 2013 13:24:50 -0800 (PST) Message-ID: <52B60727.8090001@bluerosetech.com> Date: Sat, 21 Dec 2013 13:24:55 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Steve Kargl Subject: Re: PACKAGESITE spam References: <52B5DF8C.5050204@gmx.com> <20131221200538.GA60827@troutmask.apl.washington.edu> <20131221201026.GB1730@glenbarber.us> <20131221201403.GB60827@troutmask.apl.washington.edu> <20131221210553.GA61158@troutmask.apl.washington.edu> In-Reply-To: <20131221210553.GA61158@troutmask.apl.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 21 Dec 2013 21:25:00 -0000 On 12/21/2013 1:05 PM, Steve Kargl wrote: > On Sat, Dec 21, 2013 at 02:54:39PM -0600, Greg Rivers wrote: >> On Sat, 21 Dec 2013, Steve Kargl wrote: >> >>> It did not ask how to stop this stupidity. I asked to have this >>> stupidity stopped by default. The spewing of this information in >>> /var/log/messages provides NOTHING. Please turn it off by default. >>> >> >> Do you really feel that strongly about it? Having a record of changes to >> the system has always seemed like a feature to me... >> > > Yes, I do feel strongly about it. It is completely unnecesary noise. > It should be off by default. If someone wants to fill /var up with > useless information, then that someone can turn on the noise. It's about what's safe in the common case. There are significant security risks inherent in pkg's activities, so having a written external record is the safe option. I don't buy the "fill up /var" argument. If your /var is so small that pkg's logging risks filling it up, why are you not logging to an external syslog server? There are much more voluminous sources of logs on a FreeBSD system.