ok, I have a serious problem....
aftre starting CGminer, I ssh'd in on another window, and discovered that there is another instance of cgminer running, the one with all the wrong info...
when I try to "Q"uit that instance, it ignores me
when i try to get "S"ettings it ignores me...etc
i have to start a second instance of cgminer for the miner to start
the pool info page changes the second instance, not the first, so when i restart, all the wrong info is back
apparantly it's been like this all along...
what to do?

Well, you could ssh into the Saturn, #ps aux | grep cgminer
Then, identifying the instances of cgminer that are running, jot down process numbers
Then #kill -9 12345 (the 12345 replaced with the process number of an instance of cgminer)
Then do the same for any additional instances of cgminer running
Then restart cgminer adn it should be the only instance running.