On Thursday 06 November 2008 02:55:34 ltsp-discuss-
[EMAIL PROTECTED] wrote:
> We are running LTSP Fat Client on Ubuntu Version 8. We are having a
> problem that user processes remain running when the user logs out.
> Hence when another user logs into the same machine they have less RAM
> available because the previous user's processes are still running in
> memory.
This is not true. LRU (Least Recentlt Used) processes are swapped to give
current processes more RAM. Unless you run out of swap space you can
completely ignore the problem.
>
> We tried to fix it by placing kill statements in
> /etc/gdm/PostSession/Default but that didn't help.
>
> 1) kill -9 $( ps U "${USER}" | grep -v TTY | mawk '{print $1}' ) 2>
> /tmp/kill-stragglers-gdm.errors
> 2) skill -STOP -u $USER
>
> We tried these two commands in the Default file one at a time but none
> of them worked. Basically the processes that were left running by a
> user when they log out remain in memory and are relaunched the next
> time they log in.
>
> Any ideas on how we can fix this would be appreciated.
More relevant to solving the problem is WHY it is happening. Neither 8.04 or
8.10 fat clients do this natively. (mine dont) so something in your setup or
something in the way you are using them is the problem.
Perhaps if you describe your fat client setup and what processes languish ...
James
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_____________________________________________________________________
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