<div dir="ltr">Dan was right!<br><br>I have openvpn running and its log file had been deleted so it was just writing to memory! <br><br>lsof +L1 found it<br><br>Thanks everyone for your help! <br><br>Chris<br><br><div class="gmail_quote">
On Mon, Oct 20, 2008 at 11:09 AM, Dan Rue <span dir="ltr">&lt;<a href="mailto:drue@therub.org">drue@therub.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
It&#39;s possible that a process has a huge open file that&#39;s been removed<br>
from the file system. &nbsp;Until the process is killed or close()s the file,<br>
it will still consume the space on the actual disk. &nbsp;Maybe something<br>
like lsof can find it, or you could just restart the suspected<br>
processes.<br>
<br>
dan<br>
<div class="Ih2E3d"><br>
On Mon, Oct 20, 2008 at 11:01:36AM -0500, Chris Smith wrote:<br>
&gt; &nbsp; &nbsp;There are other symptoms, like users can&#39;t start a new session in the web<br>
&gt; &nbsp; &nbsp;app it is running, as it is messing up MySQL..<br>
&gt; &nbsp; &nbsp;It is reporting the space in df...<br>
&gt;<br>
&gt; &nbsp; &nbsp;[root@mail ~]# df -h<br>
&gt; &nbsp; &nbsp;Filesystem &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Size &nbsp;Used Avail Use% Mounted on<br>
&gt; &nbsp; &nbsp;/dev/mapper/VolGroup00-LogVol00<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;130G &nbsp;129G &nbsp; &nbsp; 0 100% /<br>
&gt; &nbsp; &nbsp;/dev/sda1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;99M &nbsp; 24M &nbsp; 71M &nbsp;26% /boot<br>
&gt; &nbsp; &nbsp;tmpfs &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2.0G &nbsp; &nbsp; 0 &nbsp;2.0G &nbsp; 0% /dev/shm<br>
&gt;<br>
</div>&gt; &nbsp; &nbsp;On Mon, Oct 20, 2008 at 10:54 AM, Elvedin Trnjanin &lt;[1]<a href="mailto:trnja001@umn.edu">trnja001@umn.edu</a>&gt;<br>
<div><div></div><div class="Wj3C7c">&gt; &nbsp; &nbsp;wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;Where is it reporting zero available space? Maybe you have a partition<br>
&gt; &nbsp; &nbsp; &nbsp;for read only media such as a DVD and it&#39;s misreporting that as lacking<br>
&gt; &nbsp; &nbsp; &nbsp;space.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;Try `df -h` to get information about your mounted partitions.<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp;Chris Smith wrote:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Hi,<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;I&#39;ve got a server reporting zero available HD space, and I believe it<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;because the website it isn&#39;t working right. However, I can&#39;t seem to<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;find any files that are huge or taking up this space.<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Below is an output from du * in the root directory. I&#39;ve also used<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;find in a variety of way to find any files bigger than 10meg or so and<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;nothing seems to be big enough to begin to take up the whole 130 gig<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;drive.. i hope someone has some ideas.. this server is in a &nbsp;remote<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;colo too btw<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;Thanks in advance!<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;This is an output from du:<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;[root@mail /]# du -sh *<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;8.1M &nbsp; &nbsp;bin<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;19M &nbsp; &nbsp;boot<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;4.0K &nbsp; &nbsp;data<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;96K &nbsp; &nbsp;dev<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;59M &nbsp; &nbsp;etc<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;82M &nbsp; &nbsp;home<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;267M &nbsp; &nbsp;lib<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;21M &nbsp; &nbsp;lib64<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;16K &nbsp; &nbsp;lost+found<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;12K &nbsp; &nbsp;media<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp;misc<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;8.0K &nbsp; &nbsp;mnt<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp;net<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;322M &nbsp; &nbsp;opt<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp;proc<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;124M &nbsp; &nbsp;root<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;26M &nbsp; &nbsp;sbin<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;8.0K &nbsp; &nbsp;selinux<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;8.0K &nbsp; &nbsp;srv<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;0 &nbsp; &nbsp;sys<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;20K &nbsp; &nbsp;tmp<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;3.2G &nbsp; &nbsp;usr<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;636M &nbsp; &nbsp;var<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;--<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;------------------------------------------------------------------------<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;_______________________________________________<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
</div></div>&gt; &nbsp; &nbsp; &nbsp; &nbsp;[2]<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp;[3]<a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
<div class="Ih2E3d">&gt;<br>
&gt;<br>
&gt; &nbsp; &nbsp;--<br>
&gt; &nbsp; &nbsp;&quot;The gun... insures that the people are the equal of their government<br>
&gt; &nbsp; &nbsp;whenever that government forgets that it is servant and not master of the<br>
&gt; &nbsp; &nbsp;governed.&quot;<br>
&gt;<br>
&gt; &nbsp; &nbsp;Ronald Reagan<br>
&gt;<br>
</div>&gt; References<br>
&gt;<br>
&gt; &nbsp; &nbsp;Visible links<br>
&gt; &nbsp; &nbsp;1. mailto:<a href="mailto:trnja001@umn.edu">trnja001@umn.edu</a><br>
&gt; &nbsp; &nbsp;2. mailto:<a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
&gt; &nbsp; &nbsp;3. <a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
<div class="Ih2E3d"><br>
&gt; _______________________________________________<br>
&gt; TCLUG Mailing List - Minneapolis/St. Paul, Minnesota<br>
&gt; <a href="mailto:tclug-list@mn-linux.org">tclug-list@mn-linux.org</a><br>
&gt; <a href="http://mailman.mn-linux.org/mailman/listinfo/tclug-list" target="_blank">http://mailman.mn-linux.org/mailman/listinfo/tclug-list</a><br>
<br>
<br>
--<br>
</div>As implied by email protocols, the information in this message is not<br>
not confidential. &nbsp;Any middle-man or recipient may inspect, modify,<br>
copy, forward, reply to, delete, or filter email for any purpose. &nbsp;As<br>
the sender, I acknowledge that I have less expectation of the control<br>
and privacy of this message than I would a post-card. &nbsp;As a result,<br>
nothing in this message is legally binding without cryptographic proof<br>
of its integrity, and no legal obligation can be implied on behalf of<br>
the recipient. &nbsp;<a href="http://bilbo.hobbiton.org/wiki/Eat_My_Sig" target="_blank">http://bilbo.hobbiton.org/wiki/Eat_My_Sig</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>&quot;The gun... insures that the people are the equal of their government whenever that government forgets that it is servant and not master of the governed.&quot;<br><br>
Ronald Reagan<br>
</div>