From owner-freebsd-hackers@FreeBSD.ORG Mon Apr 5 12:20:55 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BBEC16A4CE for ; Mon, 5 Apr 2004 12:20:55 -0700 (PDT) Received: from malasada.lava.net (malasada.lava.net [64.65.64.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A63843D3F for ; Mon, 5 Apr 2004 12:20:53 -0700 (PDT) (envelope-from cliftonr@lava.net) Received: by malasada.lava.net (Postfix, from userid 102) id D9502153882; Mon, 5 Apr 2004 09:20:52 -1000 (HST) Date: Mon, 5 Apr 2004 09:20:52 -1000 From: Clifton Royston To: Paul Khavkine Message-ID: <20040405192052.GC17961@lava.net> Mail-Followup-To: Paul Khavkine , freebsd-hackers@freebsd.org References: <20040405190053.8145D16A4D1@hub.freebsd.org> <20040405191037.GA17961@lava.net> <4071AFF2.50790D48@colba.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4071AFF2.50790D48@colba.net> User-Agent: Mutt/1.4.2i cc: freebsd-hackers@freebsd.org Subject: Re: File system full X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2004 19:20:55 -0000 On Mon, Apr 05, 2004 at 03:13:54PM -0400, Paul Khavkine wrote: > I see. > > Any way to find out what process is doing it ? > > I doubt it's a local DoS since noone has shell access to the machine. > > Thanx > Paul You should be able to use fstat (or lsof, if you have it installed) to find what files are currently open by running processes, and look through the output for files in /tmp. man fstat, and look at the -f option. -- Clifton -- Clifton Royston -- cliftonr@tikitechnologies.com Tiki Technologies Lead Programmer/Software Architect Did you ever fly a kite in bed? Did you ever walk with ten cats on your head? Did you ever milk this kind of cow? Well we can do it. We know how. If you never did, you should. These things are fun, and fun is good. -- Dr. Seuss