From owner-freebsd-questions@FreeBSD.ORG Fri Aug 18 07:24:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B368A16A4DD for ; Fri, 18 Aug 2006 07:24:07 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE46543D45 for ; Fri, 18 Aug 2006 07:24:05 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k7I7O2EY027661; Fri, 18 Aug 2006 10:24:02 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Fri, 18 Aug 2006 10:23:11 +0300 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608181023.11997.nvass@teledomenet.gr> Cc: Anthony Agelastos Subject: Re: /var/crash handling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2006 07:24:07 -0000 On Sunday 06 August 2006 22:09, Anthony Agelastos wrote: > In doing some poking around on my server, I noticed that I am using > 926 MB in my /var folder (the partition is at 75% capacity). So, I > dug a little deeper and a huge majority of this is in the /var/crash > folder; I have two vmcore files (vmcore.0 and vmcore.1) that are each > ~402MB and were created back in February. Are these safe for > deletion? Yes, these are useful only for debugging purposes. They are saved there by the savecore utility which reads the dump from your dump(swap) device. Read savecore manual or the relevant section from developers' handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html Nikos