From owner-freebsd-arch Thu May 2 11:37:44 2002 Delivered-To: freebsd-arch@freebsd.org Received: from mail-blue.research.att.com (H-135-207-30-102.research.att.com [135.207.30.102]) by hub.freebsd.org (Postfix) with ESMTP id 9C18837B404; Thu, 2 May 2002 11:37:40 -0700 (PDT) Received: from alliance.research.att.com (alliance.research.att.com [135.207.26.26]) by mail-blue.research.att.com (Postfix) with ESMTP id 172F94CEEE; Thu, 2 May 2002 14:37:40 -0400 (EDT) Received: from windsor.research.att.com (windsor.research.att.com [135.207.26.46]) by alliance.research.att.com (8.8.7/8.8.7) with ESMTP id OAA29258; Thu, 2 May 2002 14:37:39 -0400 (EDT) From: Bill Fenner Received: (from fenner@localhost) by windsor.research.att.com (8.8.8+Sun/8.8.5) id LAA21572; Thu, 2 May 2002 11:37:39 -0700 (PDT) Message-Id: <200205021837.LAA21572@windsor.research.att.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII To: jhb@FreeBSD.ORG Subject: Re: savcore dump names? Cc: arch@FreeBSD.ORG Date: Thu, 2 May 2002 11:37:39 -0700 Versions: dmail (solaris) 2.4/makemail 2.9b Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Other useful pieces of functionality that savecore lost: - The ability to not save a dump if: - It would completely fill up the disk (and warn if it would cause disk usage to go above 100%) - It would exceed the administrator's configured free space (i.e. /var/crash/minfree) - Logging to syslog; errors and messages from the new savecore are likely to get lost. I liked having things like Feb 11 23:19:45 stash savecore: reboot after panic: bremfree: bp 0xc302523c not locked Feb 11 23:19:46 stash savecore: no dump, not enough free space on device (86040 available, need 102328) in /var/log/messages. There was a patch to restore the "vmcore.N" functionality posted to -current on April 18th, and a couple of followups. I haven't tried it yet since the other two lost features are much more important to me. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message