From owner-freebsd-current@FreeBSD.ORG Sun Jul 17 04:14:59 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7C1B16A41F for ; Sun, 17 Jul 2005 04:14:59 +0000 (GMT) (envelope-from nate@root.org) Received: from mta9.srv.hcvlny.cv.net (mta9.srv.hcvlny.cv.net [167.206.4.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7933C43D46 for ; Sun, 17 Jul 2005 04:14:57 +0000 (GMT) (envelope-from nate@root.org) Received: from [192.168.1.107] (ool-44c2c69b.dyn.optonline.net [68.194.198.155]) by mta9.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-2.06 (built May 11 2005)) with ESMTP id <0IJR00H7C7SWYCY5@mta9.srv.hcvlny.cv.net> for freebsd-current@freebsd.org; Sun, 17 Jul 2005 00:14:56 -0400 (EDT) Date: Sat, 16 Jul 2005 21:06:49 -0700 From: Nate Lawson To: FreeBSD Current Message-id: <42D9D959.5030304@root.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050416) Subject: unnecessary savecore warnings X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 17 Jul 2005 04:14:59 -0000 I noticed that in the past few months, savecore has begun complaining if the bounds file in /var/crash doesn't exist. Can we add it to /usr/src/etc/Makefile like the corresponding entry for minfree? Also, I noticed that /etc/rc.d/savecore has started complaining early in boot if you have dumpdev="AUTO", giving the message "kenv: unable to get dumpdev". Of course, it works just fine and detects the slice with "swap" in /etc/fstab. So the warning is spurious and should be silenced. -- Nate