HI Rick,<br>Thanks for your time but I am already aware of what you have stated, I am more ,about my other queries, i.e<br> --Remove/reload/wipe process who's ps output comes with D+ stat<br> --How to trace running  script/process  , were it is blocked/hold (basically<br>
 exact line of script), (any combination of linux command)<br> --process/users details of using  resource ( disk partition, memory, files,<br> etc) .(other than fuser)?.<br><br>It will be a great help to me if you (or any one) can provide me a pointer regarding the same.<br>
Btw,<br>Thanks again for your support.<br><br>--Alok<br><br><br><div><span class="gmail_quote">On 4/10/09, <b class="gmail_sendername">Rick Stevens</b> <<a href="mailto:ricks@nerd.com">ricks@nerd.com</a>> wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
<div><span class="e" id="q_12090e9d20b7d315_0">alok pandey wrote:<br><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
 Hi<br> Recently I experienced a problem on one of  user-desktop machine<br> (centos5.2), when a user(with all access) deleted the file<br>  /var/log/messages  to free some space (as  df -h was showing /var 100%<br> full), but still df -h shows 100% full.<br>
 It takes around 10 min to figure out the problem. To resolve it, I just<br> reloaded the syslog service. ( I was luck that user told me what he did<br> before, otherwise I am sure it will  take min of 1 to 2 hour )<br><br>
<br> I want to know that is there any way to get perfect details of such<br> misguiding output. (one i know is fuser, but i didn't find it's helpful).<br><br> To be more specific about problem I want to know ,Is there any way in<br>
 Linux(centos) to do the following :-<br> --Remove/reload/wipe process who's ps output comes with D+ stat<br> --How to trace running  script/process  , were it is blocked/hold (basically<br> exact line of script)<br> --process/users details of using  resource ( disk partition, memory, files,<br>
 etc) .<br></blockquote><br></span></div> When you free up space in a directory, all of the files in that<br> directory must be closed before the free space will appear.  As long as<br> a program holds an open file there, the free space won't appear.<br>
<br> In your case, syslog was holding /var/log/messages open so the free<br> space was hidden.  When you restarted syslog, it closed<br> /var/log/messages allowing the true state of things to appear.  It then<br> reopened the file and life continues.<br>
<br> ----------------------------------------------------------------------<br> - Rick Stevens, Systems Engineer                      <a href="mailto:ricks@nerd.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">ricks@nerd.com</a> -<br>
 - AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -<br> -                                                                    -<br> -     Better to understand a little than to misunderstand a lot.     -<br>
 ----------------------------------------------------------------------<br><br> _______________________________________________<br> Redhat-install-list mailing list<br><a href="mailto:Redhat-install-list@redhat.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Redhat-install-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/redhat-install-list" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">https://www.redhat.com/mailman/listinfo/redhat-install-list</a><br> To Unsubscribe Go To ABOVE URL or send a message to:<br>
<a href="mailto:redhat-install-list-request@redhat.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">redhat-install-list-request@redhat.com</a><br> Subject: unsubscribe<br></blockquote></div><br>
<br clear="all"><br>-- <br>Thanks<br>ALOK PANDEY