John,
i am running rh7.2 with ltsp3.0 (from the k12ltsp distro) and i've
let 2 servers to stay up for more than 2 weeks each. the users were not
told tolog out before shutting down. each server is clean as a whistle -
no hanging processes, no zombies. i had to run kill periodically on an
rh7.1 based server. this suggests a problem with 7.1 that was fixed in 7.2
julius
On 27 Feb 2002, John McCreesh wrote:
> On Wed, 2002-02-27 at 00:28, Jo wrote:
> > One more question...
> >
> > What happens on the server if one just turns off the terminal? Does the
> > session get cleaned up immediately or after a while. Or does it keep existing
> > and hogging resources?
> >
>
> I find that in time the server gradually fills up with orphan processes,
> especially from netscape, opera, etc ... on my RH 7.1 system I created a
> /etc/cron.daily/killusers
>
> #!/bin/bash
> for u in user1 user2 user3 ... usern
> do
> echo "User: " $u
> for x in `ps -ho pid --user $u`
> do
> echo "Killing: " $x
> kill -9 "$x"
> done
> done
>
> and then edit /etc/crontab to make sure this runs when everyone is
> supposed to be in bed ...
>
> John
>
>
>
>
>
> _____________________________________________________________________
> 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
>
_____________________________________________________________________
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