Adnaan, I'm not sure how this will fit into fat-client setups, but in pure LTSP you can look at:
https://help.ubuntu.com/community/UbuntuLTSP/GnomeWatchdog Cheers, Jordan/Lns adnaan jiwaji wrote: > Hi, > > 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. > > 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. > > Thanks, > Adnaan > > ------------------------------------------------------------------------- > 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 > ------------------------------------------------------------------------- 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
