Error when opening the TCP socket!

Node and farmer stop at 13k block ,
reinstalled 3 times, same thing .
what’s wrong
Before that, it rebooted due to the load on the CPU, but continued to work, it hangs on block 13422, 3 reinstallations and this particular block.
Dated June 13, I tried to put different plots, 3 tb, 1 tb, 800gb, the essence of the error is the same.

subspace-farmer-1 | Caused by:
subspace-farmer-1 | Error when opening the TCP socket: Connection refused (os error 111)
subspace-farmer-1 | 2022-06-19T15:50:55.131567Z INFO subspace_farmer::utils: Increase file limit from soft to hard (limit i048576)
subspace-farmer-1 | 2022-06-19T15:50:55.132210Z INFO subspace_farmer::commands::farm: Connecting to node at ws://node:9944
subspace-farmer-1 | Error: Networking or low-level protocol error: Error when opening the TCP socket: Connection refused (osror 111)
subspace-farmer-1 |
subspace-farmer-1 | Caused by:
subspace-farmer-1 | Error when opening the TCP socket: Connection refused (os error 111)
subspace-farmer-1 | 2022-06-19T15:51:55.910794Z INFO subspace_farmer::utils: Increase file limit from soft to hard (limit i048576)
subspace-farmer-1 | 2022-06-19T15:51:55.910829Z INFO subspace_farmer::commands::farm: Connecting to node at ws://node:9944
subspace-farmer-1 | Error: Networking or low-level protocol error: Error when opening the TCP socket: Connection refused (osror 111)

Tnks for help . nice comm

Hey @_One Sorry about the delay, can you tell me which way you are running the node and the farmer?

official guide ,docker

1 Like

What does the subspace-node-1 logs show?


This looks to be an issue our development team is currently investigating with ParityDB.

@nazar-pc would we expect this issue to cause TCP 111 error on farmer side?

100% not. It is just a warning, I have seen it on every synced node, yet it never seemed to cause any actual problems.

Add --out-peers 100 parameter to node to improve success rate of syncing, you can remove it after node is synced.

I added 300 peers to the docker-compose.yml file, it didn’t go beyond block 13422.

Is it possible you have ran out of space on the drive?