Sitat Sherfudeen M <[EMAIL PROTECTED]>:

> Dear JAM & friends,
> 
> ** *When i  try to login into the workstation, it checks the 
> authendication and again it shows the login window...
> 
> ** *When i try to do SSH, it shows *"Too many open files in
> system"*

It sounds like you have exactly that - "Too many open files in system" on 
the server. It is not uncommon to run out of files with a number of work 
stations running. Find out what this value is with:

# cat /proc/sys/fs/file-max

If you see e.g. 8192, you should increase the number of files that your 
system will allow to have open. This is done by changing a kernel 
parameter:

# echo 65536 > /proc/sys/fs/file-max

which will allow 65536 open files.



--
Mvh Ragnar Wisløff
------------------
life is a reach. then you gybe.


_____________________________________________________________________
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.openprojects.net

Reply via email to