I've got this up and running for my p2pool node, but the stats are really strange. I'm the only one mining currently, with about 150khs, and the proxypool stats page has me at ~4000khs. The normal interface by hardcpp shows the correct hashrate.
Anyone know what's causing this? Some db error?
I've also got values in the "not yet paid submitted shares" that are >0 although I haven't found anything yet, is that normal?
Update: The hashrate seems to be getting incremented, increasing by 50khs or so every minute when the php gets updated..
Replying to my own question, I got this sorted by restarting mysql and verifying the time settings. I think I'd updated the system timezone after installing mysql, so it was simply related to the timestamps as indicated in the howto.
For anyone interested, here's the command to check the mysql timezone settings:
SELECT @@global.time_zone, @@session.time_zone