You could try the Beta of the Macnn configuration client. That would set it all up nicely for you. You can find it
here
alternatively, since you already have it installed, you could just, in the terminal, type:
cd /Applications/Ubero
(or whatever folder you keep the Ubero application in)
nohup java -server -cp Agent.jar ubero.agent.Agent -text >/dev/null &
This will start the ubero application but there will be not screen output. You can use the 'top' command to see that it is running (it will just show up as 'java'). You would need to do this twice and each time substitute the name of your ubero client. (I remember from a recent post that you have set it up with two clients, one per processor, right?). This version has 'nohup' which means it will keep running when you log out. It runs faster when you are logged out. The '-server' bit is one version of the famous memory tweak. You may or may not be able to tweak it to a better setting, depending on the amount of RAM you have, but this version is definitely faster than the GUI version, and it is easy.
I hope that helps. I am new to all of this myself and I have just tried to summarize what I have learned from reading older posts over the last few days. Just ask again if you need to.
Happy Crunching
[ 03-01-2002: Message edited by: Grozni Majmun ]