[Ltsp-discuss] urgent - huge mess - SOS

2002-02-19 Thread Marcus Smith
ruh-roh As some of you know I've been busy building and finalizing my new LTSP server. This weekend I added my clients and except for the Flash Player plugin crashing all the time things have seemed okay. But now the system is crashing all the time and i can't even run a term window. Now I get

Re: [Ltsp-discuss] urgent - huge mess - SOS

2002-02-19 Thread Adam Williams
>As some of you know I've been busy building and finalizing my new LTSP server. This >weekend I added my clients and except for the Flash Player plugin crashing all the >time things have seemed okay. But now the system is crashing all the time and i >can't even run a term window. Now I get error

Re: [Ltsp-discuss] urgent - huge mess - SOS

2002-02-19 Thread jam
Marcus, Luckily, this is easy to fix. You need to increase the maximum number of filehandles and open inodes. And, you can do it while the system is running and it takes effect immediately. Try this: echo 24576 >/proc/sys/fs/file-max echo 32768 >/proc/sys/fs/inode-max I add those lines to

Re: [Ltsp-discuss] urgent - huge mess - SOS

2002-02-19 Thread Michael H . Collins
I would try something besides that dern KDE. On Tue, 19 Feb 2002 16:18:53 -0600 "Matthew T. O'Connor" <[EMAIL PROTECTED]> spewed into the bitstream: ~- ~> LTSP v.3.0 ~> RedHat 7.2 ~> KDE 2.2.2 ~> Opera 6 tp3 ~> StarOffice 6.0beta ~ ~We -- Michael H. Collins http://www.linuxlink.c

Re: [Ltsp-discuss] urgent - huge mess - SOS

2002-02-19 Thread Matthew T. O'Connor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Feb 19 19:18:24 vertov nscd: 985: while accepting connection: Too many open > files in system We are getting similar errors on our box (I have upgraded to 768M of ram, and we no longer are swapping). I have file-max set to 2^16 (65536), doing lso

Re: [Ltsp-discuss] urgent - huge mess - SOS

2002-02-20 Thread Arthur H. Johnson II
Agreed. After my experiments in a 5 user environment with 1/2 gig of RAM, KDE has been found to be unsuitable for Terminal Server on my end. I may not be tuning my system in the right places thou. GNOME seems more apt for "simple" environments. We are testing running Ximian GNOME on it right

Re: [Ltsp-discuss] urgent - huge mess - SOS

2002-02-20 Thread Adam Williams
>Agreed. After my experiments in a 5 user environment with 1/2 gig of RAM, >KDE has been found to be unsuitable for Terminal Server on my end. I may >not be tuning my system in the right places thou. >GNOME seems more apt for "simple" environments. We are testing running >Ximian GNOME on it rig

Re: [Ltsp-discuss] urgent - huge mess - SOS

2002-02-20 Thread dresserd
Hi, I set my system up about a year ago and abandoned KDE due to lots of "leftover" processes after people logged out (and some other issues including an extremely long login that I couldn'g figure out). We use ICEwm and commonly have over 300 logins per day (average 15-20 at a time) without

Re: [Ltsp-discuss] urgent - huge mess - SOS

2002-02-20 Thread Arthur H. Johnson II
rox.sourceforge.net VERY functional, without the pretty colors. Arthur H. Johnson II The Linux Box http://www.linuxbox.nu [EMAIL PROTECTED] -- Anyone who is capable of getting himself made President should on no account be allowed to do the job. -- Douglas Adams, "The Hitchhiker's Guide

Re: [Ltsp-discuss] urgent - huge mess - SOS

2002-02-20 Thread David Johnston
[EMAIL PROTECTED] wrote: > > Marcus, > > Luckily, this is easy to fix. > > You need to increase the maximum number of filehandles > and open inodes. > > And, you can do it while the system is running and it takes > effect immediately. > > Try this: > > echo 24576 >/proc/sys/fs/file-max > ec