On Fri, 2003-10-17 at 14:00, Marcio Pessoa wrote:
> Hi all,
> 
>      I have a small network with a LTSP server and 6 terminals.
> 
>      The LTSP can't mount /home directory on terminals, syslog reports 
> the follow message:
> 
> rpc.mountd: authenticated mount request from 192.168.1.2:784 for /home 
> (/home)
> rpc.mountd: getfh failed: Operation not permitted
> 
> 
Marcio,
you may be running out of file handles.

Run these two commands:
# cat /proc/sys/fs/file-nr
The numbers are file handles (used, free, total).  Total does not equal
free+used, that's normal (see man proc, search for file-nr).  If used is
close to total, you need more.  Do this with echo 64000 >
/proc/sys/fs/file-max.  If /proc/sys/fs/inode-max exists, put 3 times
file-max in it (inode-max was removed from 2.4 at some point, you
probably don't have it). 

-David
-- 
David Johnston <[EMAIL PROTECTED]>
Little Bald Consulting, LLC


-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to