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 $ gnome-panel || pkill -u $
bonobo; done
hth,
John
On 8/16/07, Jim Kronebusch <jim 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 lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel
>
--
edubuntu-devel mailing list
edubuntu-devel lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel
|