Advertisement
Guest User

Untitled

a guest
Oct 17th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1.  
  2. 17:47:54.239268 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 42, in _unpack
  3. 2014-10-17 17:47:54.239345 > obj, (data2, pos) = self.read((data, 0))
  4. 2014-10-17 17:47:54.239512 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 295, in read
  5. 2014-10-17 17:47:54.239609 > item[key], file = type_.read(file)
  6. 2014-10-17 17:47:54.239683 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 295, in read
  7. 2014-10-17 17:47:54.239756 > item[key], file = type_.read(file)
  8. 2014-10-17 17:47:54.239828 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 171, in read
  9. 2014-10-17 17:47:54.239931 > res[i], file = self.type.read(file)
  10. 2014-10-17 17:47:54.240008 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 218, in read
  11. 2014-10-17 17:47:54.240081 > data, file = read(file, self.bytes)
  12. 2014-10-17 17:47:54.240153 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 16, in read
  13. 2014-10-17 17:47:54.240226 > raise EarlyEnd()
  14. 2014-10-17 17:47:54.240301 > p2pool.util.pack.EarlyEnd:
  15. 2014-10-17 17:47:54.240697 Lost peer 178.63.15.130:8999 - Connection was aborted locally, using.
  16. 2014-10-17 17:47:54.240874 > in handle_share_hashes:
  17. 2014-10-17 17:47:54.240953 > Traceback (most recent call last):
  18. 2014-10-17 17:47:54.241027 > Failure: twisted.internet.error.ConnectionAborted: Connection was aborted locally, using.
  19. 2014-10-17 17:47:54.609252 Outgoing connection to peer 92.63.139.250:8999 established. p2pool version: 1300 '59502b0-dirty'
  20. 2014-10-17 17:47:54.613324 Peer sent entire transaction 188c1c3d42422541ed3616aca20b8569c10de3f2ce8b18e0e7a514e348e81cef that was already received
  21. 2014-10-17 17:47:54.633623 RECV sharereply 4e5342e64b09af512e9b7a7666354abd230248a35bab38a450d2bc6edc48d5ce00010dfd6c0102328a0f7c8ca4235c4d177cd48c11fe98cf25099dc1ff77710518090000000000c83841540d89161b9e7b11003b5a3987bb02544afe15c913611fed0e2c...
  22. 2014-10-17 17:47:54.634118 > Error handling message: (see RECV line)
  23. 2014-10-17 17:47:54.634287 > Traceback (most recent call last):
  24. 2014-10-17 17:47:54.634442 > File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 220, in _dataReceived
  25. 2014-10-17 17:47:54.634603 > rval = self.protocol.dataReceived(data)
  26. 2014-10-17 17:47:54.634762 > File "/home/darkcoin/p2pool-drk/p2pool/p2p.py", line 145, in new_dataReceived
  27. 2014-10-17 17:47:54.634847 > old_dataReceived(data)
  28. 2014-10-17 17:47:54.634924 > File "/home/darkcoin/p2pool-drk/p2pool/util/p2protocol.py", line 27, in dataReceived
  29. 2014-10-17 17:47:54.634999 > self.dataReceived2(data)
  30. 2014-10-17 17:47:54.635072 > File "/home/darkcoin/p2pool-drk/p2pool/util/datachunker.py", line 40, in _DataChunker
  31. 2014-10-17 17:47:54.635149 > wants = receiver.send(buf.get(wants))
  32. 2014-10-17 17:47:54.635237 > --- <exception caught here> ---
  33. 2014-10-17 17:47:54.635310 > File "/home/darkcoin/p2pool-drk/p2pool/util/p2protocol.py", line 57, in dataReceiver
  34. 2014-10-17 17:47:54.635385 > self.packetReceived(command, type_.unpack(payload, self.ignore_trailing_payload))
  35. 2014-10-17 17:47:54.635460 > File "/home/darkcoin/p2pool-drk/p2pool/p2p.py", line 91, in packetReceived
  36. 2014-10-17 17:47:54.635534 > p2protocol.Protocol.packetReceived(self, command, payload2)
  37. 2014-10-17 17:47:54.635606 > File "/home/darkcoin/p2pool-drk/p2pool/util/p2protocol.py", line 71, in packetReceived
  38. 2014-10-17 17:47:54.635680 > handler(**payload2)
  39. 2014-10-17 17:47:54.635754 > File "/home/darkcoin/p2pool-drk/p2pool/p2p.py", line 336, in handle_sharereply
  40. 2014-10-17 17:47:54.635830 > res = [p2pool_data.load_share(share, self.node.net, self.addr) for share in shares if share['type'] >= p2pool_data.Share.VERSION]
  41. 2014-10-17 17:47:54.635957 > File "/home/darkcoin/p2pool-drk/p2pool/data.py", line 48, in load_share
  42. 2014-10-17 17:47:54.636033 > return Share(net, peer_addr, Share.share_type.unpack(share['contents']))
  43. 2014-10-17 17:47:54.636105 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 63, in unpack
  44. 2014-10-17 17:47:54.636179 > obj = self._unpack(data, ignore_trailing)
  45. 2014-10-17 17:47:54.636408 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 42, in _unpack
  46. 2014-10-17 17:47:54.636484 > obj, (data2, pos) = self.read((data, 0))
  47. 2014-10-17 17:47:54.636557 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 295, in read
  48. 2014-10-17 17:47:54.636648 > item[key], file = type_.read(file)
  49. 2014-10-17 17:47:54.636722 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 295, in read
  50. 2014-10-17 17:47:54.636796 > item[key], file = type_.read(file)
  51. 2014-10-17 17:47:54.636869 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 171, in read
  52. 2014-10-17 17:47:54.636942 > res[i], file = self.type.read(file)
  53. 2014-10-17 17:47:54.637016 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 218, in read
  54. 2014-10-17 17:47:54.637121 > data, file = read(file, self.bytes)
  55. 2014-10-17 17:47:54.637229 > File "/home/darkcoin/p2pool-drk/p2pool/util/pack.py", line 16, in read
  56. 2014-10-17 17:47:54.637310 > raise EarlyEnd()
  57. 2014-10-17 17:47:54.637430 > p2pool.util.pack.EarlyEnd:
  58. 2014-10-17 17:47:54.637837 Lost peer 92.63.139.250:8999 - Connection was aborted locally, using.
  59. 2014-10-17 17:47:54.638012 > in handle_share_hashes:
  60. 2014-10-17 17:47:54.638092 > Traceback (most recent call last):
  61. 2014-10-17 17:47:54.638166 > Failure: twisted.internet.error.ConnectionAborted: Connection was aborted locally, using.
  62. 2014-10-17 17:47:54.688841 Outgoing connection to peer 212.129.11.65:8999 established. p2pool version: 1300 '59502b0-dirty'
  63. 2014-10-17 17:47:54.694260 Peer sent entire transaction 188c1c3d42422541ed3616aca20b8569c10de3f2ce8b18e0e7a514e348e81cef that was already received
  64. 2014-10-17 17:47:54.737202 RECV sharereply 4eb32a7a08439748876b8ad888c05c390a70b33e4932cce4f17316f25d791a2600010dfd6c0102328a0f7c8ca4235c4d177cd48c11fe98cf25099dc1ff77710518090000000000c83841540d89161b9e7b11003b5a3987bb02544afe15c913611fed0e2c...
  65. 2014-10-17 17:47:54.737690 > Error handling message: (see RECV line)
  66. 2014-10-17 17:47:54.737866 > Traceback (most recent call last):
  67. 2014-10-17 17:47:54.738023 > File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 220, in _dataReceived
  68. 2014-10-17 17:47:54.738184 > rval = self.protocol.dataReceived(data)
  69. 2014-10-17 17:47:54.738344 > File "/home/darkcoin/p2pool-drk/p2pool/p2p.py", line 145, in new_dataReceived
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement