Is this correct place to send error logs? Anyway, here it is (Litecoin mining, Ubuntu linux 64 bit, Python 2.7.3, p2pool 11.2, cgminer):
Did I just miss a block reward?
2013-03-16 02:18:51.330217 New work for worker! Difficulty: 0.000033 Share difficulty: 0.186782 Total block value: 50.100000 LTC including 1 transactions
2013-03-16 02:18:51.562563 P2Pool: 17311 shares in chain (9289 verified/17315 total) Peers: 6 (0 incoming)
2013-03-16 02:18:51.562757 Local: 141kH/s in last 10.0 minutes Local dead on arrival: ~2.0% (1-4%) Expected time to share: 1.6 hours
2013-03-16 02:18:51.562855 Shares: 1 (0 orphan, 0 dead) Stale rate: ~0.0% (0-80%) Efficiency: ~112.8% (23-113%) Current payout: 0.0000 LTC
2013-03-16 02:18:51.562963 Pool: 90046kH/s Stale rate: 11.3% Expected time to block: 1.1 hours
2013-03-16 02:18:52.372069 > Error submitting block: (will retry)
2013-03-16 02:18:52.372251 > Traceback (most recent call last):
2013-03-16 02:18:52.372354 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-03-16 02:18:52.372532 > current.result = callback(current.result, *args, **kw)
2013-03-16 02:18:52.372627 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-03-16 02:18:52.372719 > _inlineCallbacks(r, g, deferred)
2013-03-16 02:18:52.372812 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-03-16 02:18:52.372905 > result = result.throwExceptionIntoGenerator(g)
2013-03-16 02:18:52.372997 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-03-16 02:18:52.373091 > return g.throw(self.type, self.value, self.tb)
2013-03-16 02:18:52.373181 > --- ---
2013-03-16 02:18:52.373272 > File "/home/hko/src/p2pool.11.2/p2pool-11.2/p2pool/util/deferral.py", line 41, in f
2013-03-16 02:18:52.373364 > result = yield func(*args, **kwargs)
2013-03-16 02:18:52.373455 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-03-16 02:18:52.373546 > result = result.throwExceptionIntoGenerator(g)
2013-03-16 02:18:52.373637 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-03-16 02:18:52.373728 > return g.throw(self.type, self.value, self.tb)
2013-03-16 02:18:52.373821 > File "/home/hko/src/p2pool.11.2/p2pool-11.2/p2pool/bitcoin/helper.py", line 73, in submit_block_rpc
2013-03-16 02:18:52.373914 > result = yield bitcoind.rpc_submitblock(bitcoin_data.block_type.pack(block).encode('hex'))
2013-03-16 02:18:52.374007 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-03-16 02:18:52.374098 > result = result.throwExceptionIntoGenerator(g)
2013-03-16 02:18:52.374189 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-03-16 02:18:52.374281 > return g.throw(self.type, self.value, self.tb)
2013-03-16 02:18:52.374372 > File "/home/hko/src/p2pool.11.2/p2pool-11.2/p2pool/util/jsonrpc.py", line 133, in _http_do
2013-03-16 02:18:52.374465 > raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2013-03-16 02:18:52.374580 > p2pool.util.jsonrpc.NarrowError: -32601 Method not found
2013-03-16 02:18:52.802962 Worker LeYwScvLCNV2HtcdbhttYRyiA68PkxeRSS submitted share with hash > target:
2013-03-16 02:18:52.803177 Hash: f51d2f8766822d2f278eaf0b3badc9576675eafe01cbbce35f6ee092aef3
2013-03-16 02:18:52.803300 Target: 74e9e08aa9e2f00000000000000000000000000000000000000000000000
2013-03-16 02:19:02.274273 Worker LeYwScvLCNV2HtcdbhttYRyiA68PkxeRSS submitted share with hash > target:
2013-03-16 02:19:02.274453 Hash: e28dda0362f98155c7dad450cca48e9a4853d52ef7fadbec38306283c0cc
2013-03-16 02:19:02.274572 Target: 6d7acd59ed19840000000000000000000000000000000000000000000000
2013-03-16 02:19:02.382025 > Unhandled error in Deferred:
2013-03-16 02:19:02.382513 > Unhandled Error
2013-03-16 02:19:02.382629 > Traceback (most recent call last):
2013-03-16 02:19:02.382729 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 391, in errback
2013-03-16 02:19:02.382823 > self._startRunCallbacks(fail)
2013-03-16 02:19:02.382916 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 458, in _startRunCallbacks
2013-03-16 02:19:02.383006 > self._runCallbacks()
2013-03-16 02:19:02.383098 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 545, in _runCallbacks
2013-03-16 02:19:02.383189 > current.result = callback(current.result, *args, **kw)
2013-03-16 02:19:02.383280 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1095, in gotResult
2013-03-16 02:19:02.383389 > _inlineCallbacks(r, g, deferred)
2013-03-16 02:19:02.383482 > --- ---
2013-03-16 02:19:02.383574 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-03-16 02:19:02.383666 > result = result.throwExceptionIntoGenerator(g)
2013-03-16 02:19:02.383758 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-03-16 02:19:02.383852 > return g.throw(self.type, self.value, self.tb)
2013-03-16 02:19:02.383943 > File "/home/hko/src/p2pool.11.2/p2pool-11.2/p2pool/util/deferral.py", line 41, in f
2013-03-16 02:19:02.384034 > result = yield func(*args, **kwargs)
2013-03-16 02:19:02.384125 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-03-16 02:19:02.384216 > result = result.throwExceptionIntoGenerator(g)
2013-03-16 02:19:02.384307 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-03-16 02:19:02.384454 > return g.throw(self.type, self.value, self.tb)
2013-03-16 02:19:02.384555 > File "/home/hko/src/p2pool.11.2/p2pool-11.2/p2pool/bitcoin/helper.py", line 73, in submit_block_rpc
2013-03-16 02:19:02.384648 > result = yield bitcoind.rpc_submitblock(bitcoin_data.block_type.pack(block).encode('hex'))
2013-03-16 02:19:02.384740 > File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1037, in _inlineCallbacks
2013-03-16 02:19:02.384831 > result = result.throwExceptionIntoGenerator(g)
2013-03-16 02:19:02.384922 > File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 382, in throwExceptionIntoGenerator
2013-03-16 02:19:02.385039 > return g.throw(self.type, self.value, self.tb)
2013-03-16 02:19:02.385132 > File "/home/hko/src/p2pool.11.2/p2pool-11.2/p2pool/util/jsonrpc.py", line 133, in _http_do
2013-03-16 02:19:02.385225 > raise Error_for_code(resp['error']['code'])(resp['error']['message'], resp['error'].get('data', None))
2013-03-16 02:19:02.385320 > p2pool.util.jsonrpc.NarrowError: -32601 Method not found
2013-03-16 02:19:03.362130 Worker LeYwScvLCNV2HtcdbhttYRyiA68PkxeRSS submitted share with hash > target:
2013-03-16 02:19:03.362454 Hash: 9d57649c0e0d6c613e5c98d8045ef2dbd4d1415f6a20369c3123d8ba7569
2013-03-16 02:19:03.362590 Target: 6d7acd59ed19840000000000000000000000000000000000000000000000