On Wed, 2002-07-24 at 16:49, Jose Vicente Nunez Zuleta wrote:
> 
> I know than the uptime meausres not only CPU ussage but resource
> ussage. I suspect i found the processes that are causing the problem:
> root     30439     1  0 Jul19 ?        00:00:01 /usr/bin/updatedb -f NFS,SMBFS,N
> root       951     1  0 Jul20 ?        00:00:01 /usr/bin/updatedb -f NFS,SMBFS,N
> root      3886     1  0 Jul21 ?        00:00:01 /usr/bin/updatedb -f NFS,SMBFS,N
> root     13318     1  0 Jul22 ?        00:00:01 /usr/bin/updatedb -f NFS,SMBFS,N
> 
> I tried killing them (even with -9) but they are still there :(
> 

You probably have a dead mount point.  Look in the /proc directory to
see what files those processes have open, and you'll have a good idea of
what mount is the problem:
ls -l /proc/951/fd
ls -l /proc/3886/fd
ls -l /proc/13318/fd
ls -l /proc/30439/fd




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to