List Info

Thread: Left over user processes




Left over user processes
country flaguser name
United States
2007-08-16 08:30:59
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-devellists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel


Re: Left over user processes
user name
2007-08-16 10:40:31
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 <jimwinonacotter.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-devellists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel

>

-- 
edubuntu-devel mailing list
edubuntu-devellists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel


Re: Left over user processes
user name
2007-08-16 10:40:31
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 <jimwinonacotter.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-devellists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel

>

-- 
edubuntu-devel mailing list
edubuntu-devellists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel


Re: Left over user processes
user name
2007-08-16 18:25:08
funny....Jim...this is exactly what Matt Oquist brought up
at UDS Sevilla.
 In K12LTSP we had the "purge-users"
script....perhaps it could be
modified to work with Ubuntu?  The Edubuntu motto is to push
the issue
upstream to get the processes that are "hanging"
to fix it so they don't,
but in the end I don't think that will "totally"
work.  I agree...we need
to do something else....especially for the upcoming LTS

edubuntu-devellists.ubuntu.com writes:
>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-devellists.ubuntu.com
>Modify settings or unsubscribe at:
>https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel




David N. Trask
Technology Teacher/Director
Vassalboro Community School
dtraskvcsvikings.org
(207)923-3100



-- 
edubuntu-devel mailing list
edubuntu-devellists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel


Re: Left over user processes
user name
2007-08-16 18:25:08
funny....Jim...this is exactly what Matt Oquist brought up
at UDS Sevilla.
 In K12LTSP we had the "purge-users"
script....perhaps it could be
modified to work with Ubuntu?  The Edubuntu motto is to push
the issue
upstream to get the processes that are "hanging"
to fix it so they don't,
but in the end I don't think that will "totally"
work.  I agree...we need
to do something else....especially for the upcoming LTS

edubuntu-devellists.ubuntu.com writes:
>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-devellists.ubuntu.com
>Modify settings or unsubscribe at:
>https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel




David N. Trask
Technology Teacher/Director
Vassalboro Community School
dtraskvcsvikings.org
(207)923-3100



-- 
edubuntu-devel mailing list
edubuntu-devellists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/edubuntu-devel


[1-5]

about | contact  Other archives ( Real Estate discussion Medical topics )