From owner-freebsd-stable@FreeBSD.ORG Tue Apr 19 15:12:43 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 04AA516A4CE for ; Tue, 19 Apr 2005 15:12:43 +0000 (GMT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD5CB43D3F for ; Tue, 19 Apr 2005 15:12:42 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=roam.psg.com) by rip.psg.com with esmtp (Exim 4.50 (FreeBSD)) id 1DNuP4-0008T2-J3; Tue, 19 Apr 2005 15:12:42 +0000 Received: from [127.0.0.1] (helo=roam.psg.com.psg.com) by roam.psg.com with esmtp (Exim 4.50 (FreeBSD)) id 1DNuOz-0009Pq-I4; Tue, 19 Apr 2005 05:12:37 -1000 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16997.8165.52037.469540@roam.psg.com> Date: Tue, 19 Apr 2005 05:12:37 -1000 To: Thomas =?iso-8859-1?b?TnlzdHL2bQ==?= References: <16997.7561.845425.394654@roam.psg.com> <20050419171017.siqlwscnb4gc0gk0@webmail.saeab.se> cc: FreeBSD Stable Subject: Re: no dump, not enough free space on device X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 15:12:43 -0000 >> stable of march 7, but this has been a long-term problem on >> this system >> >> system has 1g of real memory >> >> real memory = 1073217536 (1023 MB) >> avail memory = 1044914176 (996 MB) >> >> 2g of swap >> >> # swapinfo >> Device 1024-blocks Used Avail Capacity >> /dev/twed0s1b 2097152 1428 2095724 0% >> >> has it set up to save disk flowers >> >> dumpdev="/dev/twed0s1b" # Device name to crashdump to (or NO). >> dumpdir="/var/crash" # Directory where crash dumps are to be stored > > How about free space on /var/crash? ! thank you! randy