From owner-freebsd-questions@FreeBSD.ORG Thu Jun 19 03:59:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6ADD810656C4 for ; Thu, 19 Jun 2008 03:59:55 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from bulwark.hamla.org (bulwark.hamla.org [69.55.228.210]) by mx1.freebsd.org (Postfix) with ESMTP id 0B05E8FC13 for ; Thu, 19 Jun 2008 03:59:54 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (bulwark [69.55.228.210]) by bulwark.hamla.org (Postfix) with ESMTP id CCED91CCFF; Wed, 18 Jun 2008 20:59:54 -0700 (PDT) X-Virus-Scanned: by ClamAV at bulwark.hamla.org Received: from bulwark.hamla.org ([69.55.228.210]) by localhost (bulwark.hamla.org [69.55.228.210]) (amavisd-new, port 10024) with LMTP id 51brzBfUmM1N; Wed, 18 Jun 2008 20:59:51 -0700 (PDT) Date: Wed, 18 Jun 2008 23:59:49 -0400 From: Sahil Tandon To: Paul Schmehl Message-ID: <20080619035949.GB8205@shepherd> Mail-Followup-To: Paul Schmehl , freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: /var full X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2008 03:59:57 -0000 Paul Schmehl wrote: > At 10PM (local time) this evening, a server started reporting that /var was > full. When I ssh'd in to the server to investigate, df said /var was at 2% > full (5.1G) and dh reported the same (5.1G). /var/log/dmesg.today is full > of messages listing multiple entries with the same inode number followed by > one entry listing dd as the culprit. > > +pid 730 (mysqld), uid 88 inumber 7089166 on /var: filesystem full [...] > Was this some sort of temporary glitch? Or something more ominous? Why > would toor be running dd? Is it some sort of file recovery routine > triggered by filesystem full messages? This appears to be mysql-related: http://dev.mysql.com/doc/refman/5.0/en/temporary-files.html Also, what is the output of 'df -i /var'? See recent thread on FreeBSD Forums for context: http://www.freebsdforums.org/forums/printthread.php?t=58071 -- Sahil Tandon