You need to make sure you have something like 32768 or 65536 in /proc/sys/fs/file-max (and if you have older kernels than around 2.4.1[678], you will need to modify /proc/sys/fs/inode-max similarly). You will want to shoot for increments of 2 to 4 times the current value in those files, until you get something that works properly. You can view the contents of those files from a terminal by issuing the command: 'cat /proc/sys/fs/file-max' and modify the contents by issuing the command: 'echo 65536 > /proc/sys/fs/file-max'.
Hope that helps. Carlos Gonzales wrote: >Hello all, > >We moved our ltsp servers to RedHat 7.2 and >ltsp 3.04. I remember sometime back about >increasing sessions to allow more simultaneous >logins. I'd like to increase logins to twenty-five. >Does anyone know the settings to increase sessions. >We're only able to login about fifteen of our >terminals presently. > >thanks > >Carlos Gonzales > > > > > > > >------------------------------------------------------- >This sf.net email is sponsored by: Dice - The leading online job board >for high-tech professionals. Search and apply for tech jobs today! >http://seeker.dice.com/seeker.epl?rel_code=31 >_____________________________________________________________________ >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 > > > -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _____________________________________________________________________ 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
