</font><blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">quote:</font><hr /><font size="1" face="Geneva, Verdana, Arial, sans-serif">Originally posted by synergy:
<strong>How do you turn off ubero runner?
I can kill the java process but it starts up by itself as well after some time.</strong></font><hr /></blockquote><font size="1" face="Geneva, Verdana, Arial, sans-serif">You want to kill the uberrunner process and then the java process(es).
In Terminal do
sudo -s
then
ps awux | grep ubero
to get the PID of the runner then
kill -9 PID
then
ps awux | grep java
to get the PID(s) of the java process(es) and then
kill -9 PID PID
if you want to remove the cron job that starts them at every boot do
crontab -r