Nick Croft wrote: > I notice in gtop's memory view, that about 20% of my precious 128M is > going to sschdled and ssserverd - processes owned by root, or perhaps > more accurately Sun StarDivision, as neither I nor root can stop them. ..... > Gtop's kill and the command line kill don't seem to work.
root will be able to stop them. # kill -9 sschdled (man kill to check on what kill level you enjoy most) # kill -9 ssserverd > I'd like to be able to do something like > /etc/init.d/someservice stop > to these processes. Yes that would be nicer. grep for those service daemon names under init.d just in case there is a script for starting and stopping them under some other name. Are you sure those services are from StarDivision? Mike -- -------------------------------------------------------------------- Michael Lake University of Technology, Sydney Email: mailto:[EMAIL PROTECTED] Ph: 02 9514 1724 Fx: 02 9514 1628 Linux enthusiast, active caver and interested in anything technical. -------------------------------------------------------------------- -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
