Been mining here all morning trying to find something. Still no dice.
Noticed the following -

{
"blocks" : 1161,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00000095,
"errors" : "",
"generate" : false,
"genproclimit" : 3,
"hashespermin" : 52.235554,
"pooledtx" : 0,
"testnet" : false
}
So I did the following instead
setgenerate true 3
And now it shows this:
{
"blocks" : 1161,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00000095,
"errors" : "",
"generate" : true,
"genproclimit" : 3,
"hashespermin" : 12.347789,
"pooledtx" : 0,
"testnet" : false
}
Wonder if thats what I was missing?