On Fri, 05 Apr 2002 13:02:59 +0530
Sherfudeen M <[EMAIL PROTECTED]> wrote:

> ** *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"*
>           

Sounds like you're running out of file descriptors. Try this:

echo 128000 > /proc/sys/fs/inode-max
echo 64000 > /proc/sys/fs/file-max

ulimit -n 64000

see if that works (no need for a reboot or to restart anything, these
changes are instant).

If you're successful, add these to rc.local or somewhere where they will
be restored on reboot.

HTH

Ciao


--
Zak McGregor        http://www.carfolio.com - Over 8150 car specs online
------------------------------------------------------------------------
Help us all climb out of the Digital Dark Ages: http://www.anti-dmca.org


_____________________________________________________________________
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