Hmm im getting lots of errors in log:
connection timeout
received block 0000000011237b5d8290
ProcessBlock: ORPHAN BLOCK, prev=00000000926fcb1dcf80
trying connection 172.250.241.106:7685 lastseen=0.9hrs
******* exception encountered *******
bottlecapsd[0x81c9bcc]
bottlecapsd[0x80632e1]
bottlecapsd[0x80f336f]
bottlecapsd[0x80f3fc6]
bottlecapsd[0x811ccc1]
bottlecapsd[0x811ceae]
/usr/lib/libboost_thread.so.1.49.0(+0xb97c)[0xb76bf97c]
/lib/i386-linux-gnu/libpthread.so.0(+0x6d78)[0xb72f6d78]
/lib/i386-linux-gnu/libc.so.6(clone+0x5e)[0xb70e53de]
ProcessMessages(ping, 0 bytes) : Exception 'CDataStream::read() : end of data' caught, normally caused by a message being shorter than its stated length
ProcessMessage(ping, 0 bytes) FAILED
getheaders 77761 to 000000025ef15d938741
connection timeout
What is goin on? Not updated nodes banging to my ports?
edit:
ok, looks like it is p2pool messing...
in same time error in p2pool log:
2013-08-17 12:48:25.575161 Pool: 1108kH/s Stale rate: 0.0% Expected time to block: 20.4 minutes
2013-08-17 12:48:26.940773 RECV addr 01010000000000000000000000000000000000ffff5bebfe251e05
2013-08-17 12:48:26.941540 > Error handling message: (see RECV line)
2013-08-17 12:48:26.941739 > Traceback (most recent call last):
2013-08-17 12:48:26.941781 > File "/usr/local/lib/python2.7/site-packages/twisted/internet/tcp.py", line 215, in doRead
2013-08-17 12:48:26.941855 > return self._dataReceived(data)
2013-08-17 12:48:26.941895 > File "/usr/local/lib/python2.7/site-packages/twisted/internet/tcp.py", line 221, in _dataReceived
2013-08-17 12:48:26.941937 > rval = self.protocol.dataReceived(data)
2013-08-17 12:48:26.941974 > File "/home/rav3n/p2pool-rav/p2pool/util/p2protocol.py", line 26, in dataReceived
2013-08-17 12:48:26.942019 > self.dataReceived2(data)
2013-08-17 12:48:26.942396 > File "/home/rav3n/p2pool-rav/p2pool/util/datachunker.py", line 40, in _DataChunker
2013-08-17 12:48:26.942500 > wants = receiver.send(buf.get(wants))
2013-08-17 12:48:26.942589 > --- <exception caught here> ---
2013-08-17 12:48:26.942711 > File "/home/rav3n/p2pool-rav/p2pool/util/p2protocol.py", line 54, in dataReceiver
2013-08-17 12:48:26.942820 > self.packetReceived(command, type_.unpack(payload))
2013-08-17 12:48:26.942935 > File "/home/rav3n/p2pool-rav/p2pool/util/pack.py", line 63, in unpack
2013-08-17 12:48:26.943145 > obj = self._unpack(data)
2013-08-17 12:48:26.943250 > File "/home/rav3n/p2pool-rav/p2pool/util/pack.py", line 42, in _unpack
2013-08-17 12:48:26.943392 > obj, (data2, pos) = self.read((data, 0))
2013-08-17 12:48:26.943497 > File "/home/rav3n/p2pool-rav/p2pool/util/pack.py", line 293, in read
2013-08-17 12:48:26.944308 > item[key], file = type_.read(file)
2013-08-17 12:48:26.944438 > File "/home/rav3n/p2pool-rav/p2pool/util/pack.py", line 169, in read
2013-08-17 12:48:26.944584 > res[i], file = self.type.read(file)
2013-08-17 12:48:26.944724 > File "/home/rav3n/p2pool-rav/p2pool/util/pack.py", line 293, in read
2013-08-17 12:48:26.944844 > item[key], file = type_.read(file)
2013-08-17 12:48:26.944970 > File "/home/rav3n/p2pool-rav/p2pool/util/pack.py", line 293, in read
2013-08-17 12:48:26.945179 > item[key], file = type_.read(file)
2013-08-17 12:48:26.945321 > File "/home/rav3n/p2pool-rav/p2pool/util/pack.py", line 228, in read
2013-08-17 12:48:26.945447 > data, file = read(file, 16)
2013-08-17 12:48:26.945562 > File "/home/rav3n/p2pool-rav/p2pool/util/pack.py", line 16, in read
2013-08-17 12:48:26.945679 > raise EarlyEnd()
2013-08-17 12:48:26.945796 > p2pool.util.pack.EarlyEnd:
Have no idea it is harmless or not :/
edit2:
There is another error in daemon log, nothing in p2pool:
connect() failed after select(): Connection refused
******* exception encountered *******
bottlecapsd[0x81c9bcc]
bottlecapsd[0x80632e1]
bottlecapsd[0x80f336f]
bottlecapsd[0x80f3fc6]
bottlecapsd[0x811ccc1]
bottlecapsd[0x811ceae]
/usr/lib/libboost_thread.so.1.49.0(+0xb97c)[0xb76bf97c]
/lib/i386-linux-gnu/libpthread.so.0(+0x6d78)[0xb72f6d78]
/lib/i386-linux-gnu/libc.so.6(clone+0x5e)[0xb70e53de]
ProcessMessages(ping, 0 bytes) : Exception 'CDataStream::read() : end of data' caught, normally caused by a message being shorter than its stated length
ProcessMessage(ping, 0 bytes) FAILED
trying connection 23.19.50.218:7685 lastseen=1.1hrs
Odd...