Left over user processes

john lists.john at gmail.com
Thu Aug 16 15:40:31 UTC 2007


Hi Jim,

I culled this from the edubuntu archives from earlier this year. I
don't use it but it apparently works for other folks. You'll need to
hack it for your needs:


for user in $(getent passwd | awk -F: '$3 > 999 {print $1}'); do echo
$user; pgrep -u ${user} gnome-panel || pkill -u ${user} bonobo; done

hth,

John

On 8/16/07, Jim Kronebusch <jim at winonacotter.org> wrote:
> In all my testing it has been very common for these two processes to be left over after
> users log out:
>
> /usr/lib/bonobo-activation/bonobo-activation-server --ac-activate --ior-output-f ...
> /usr/bin/artsd -F 10 -S 4096 -s 60 -m artsmessage -l 3 -f
>
> Any ideas as to why that would be?  Or if possible how I can script the purging of these
> processes periodically?
>
> I am running Edubuntu 7.04 32-bit with all updates and the linux-image-server kernel.
>
> Thanks,
>
> Jim Kronebusch
> Cotter Tech Department
> 453-5188
>
>
> --
> This message has been scanned for viruses and
> dangerous content by the Cotter Technology
> Department, and is believed to be clean.
>
>
> --
> edubuntu-devel mailing list
> edubuntu-devel at lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel
>




More information about the edubuntu-devel mailing list