[42775] in Hotline Meeting
No subject found in mail header
daemon@ATHENA.MIT.EDU (John J Morey)
Thu Apr 9 10:48:51 1998
To: hotline@MIT.EDU
Date: Thu, 09 Apr 1998 10:48:48 EDT
From: John J Morey <jjmorey@MIT.EDU>
------- Forwarded Message
Received: from SOUTH-STATION-ANNEX.MIT.EDU by po8.MIT.EDU (5.61/4.7) id
AA11806; Thu, 9 Apr 98 10:47:00 EDT
Received: from ANTHARIA.MIT.EDU by MIT.EDU with SMTP
id AA17714; Thu, 9 Apr 98 10:45:25 EDT
Received: by antharia.MIT.EDU (950413.SGI.8.6.12/4.7) id KAA22927; Thu, 9 Apr
1998 10:45:23 -0400
Message-Id: <199804091445.KAA22927@antharia.MIT.EDU>
To: jjmorey@MIT.EDU, muchomas@MIT.EDU
Cc: ops@MIT.EDU
In-Reply-To: Your message of "Thu, 09 Apr 1998 10:11:32 EDT."
<9804091411.AA00655@hector.MIT.EDU>
Subject: Re: OS problem with athena machine ElValle.mit.edu
Date: Thu, 09 Apr 1998 10:45:23 EDT
From: Dan Winship <danw@MIT.EDU>
It could be that some process is writing to a file in /tmp, but that
file has since been `rm'ed. In that case, there's no longer any name
pointing to that file, so `du' wouldn't find it, but if the process
still had an open file handle, it could still be writing to it and
filling up the disk.
There's not really any easy way to find out what program is doing it,
but if this is the problem, then rebooting would fix it.
- -- Dan
------- End of Forwarded Message