Re: Issue's with ls
From: William W. Arnold (warnold_at_vipnet.org)
Date: 04/21/04
- Previous message: Kreusch, Stephen (ZA - Johannesburg): "Limiting server side RPC ports for firewall rules"
- In reply to: Michael Wright: "Re: Issue's with ls"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: cshelp@plu.edu (Michael Wright) Date: Wed, 21 Apr 2004 10:34:52 -0400 (EDT)
Michael Wright writes ---
>Now when I used truss -f ls -l this is what I found was hanging.
>
>2970: lstat64("./vol", 0xFFBEF9D0) (sleeping...)
>2970: lstat64("./vol", 0xFFBEF9D0) Err#4 EINTR
I assume you're in the root directory when doing this.
By default /vol is a automount filesystem controlled by vold.
(use "df -a" to list all the special mounts and check if this
is the case on your system. It'll probably hang when trying to
list /vol though...)
If vold isn't responding when it's expected too, it would cause this.
Try shutting down vold (/etc/init.d/volmgt stop)
and see if that fixes things. If it doesn't check that the vold
process has actually exited, if not, try killing it, if it doesn't kill,
or kill -9, then disable it's automatic starting and reboot.
If stoping it does work, then check if restarting the service brings
the problem back.
-- -billy- warnold@vipnet.org Senior Systems Administrator Virginia Interactive
- Previous message: Kreusch, Stephen (ZA - Johannesburg): "Limiting server side RPC ports for firewall rules"
- In reply to: Michael Wright: "Re: Issue's with ls"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]