Startup error storagenod

Hello

I just configured storj, it starts without errors but I have nothing at the address.
docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967
-p 127.0.0.1:14002:14002
-e WALLET=“0x…”
-e EMAIL=“my email@orange”
-e ADDRESS=“Public IP:28967”
-e STORAGE=“1.5TB”
–mount type=bind,source=“/home/acidburn/storj”,destination=/app/identity
–mount type=bind,source=“/home/acidburn/storj”,destination=/app/config
–name storagenode storjlabs/storagenode:latest

In the logs, I have a lot of errors that I don’t understand.

root@acidhosting:~/.local/share/storj/identity/storagenode# docker logs --tail 20 storagenode
2022-12-08T16:43:08.016Z ERROR contact:service ping satellite failed {“Process”: “storagenode”, “Satellite ID”: “1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE”, “attempts”: 5, “error”: “ping satellite: failed to ping storage node, your node indicated error code: 0, rpc: tcp connector failed: rpc: dial tcp 82.65.185.180:28967: connect: no route to host”, “errorVerbose”: “ping satellite: failed to ping storage node , your node indicated error code: 0, rpc: tcp connector failed: rpc: dial tcp 82.65.185.180:28967: connect: no route to host\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce :145\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:100\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj .io/common/sync2.(*Cycle).Run:99\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.( *Group).Go.func1:75”}
2022-12-08T16:43:11.680Z ERROR contact:service ping satellite failed {“Process”: “storagenode”, “Satellite ID”: “121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6”, “attempts”: 5, “error”: “ping satellite: failed to ping storage node, your node indicated error code: 0, rpc: tcp connector failed: rpc: dial tcp 82.65.185.180:28967: connect: no route to host”, “errorVerbose”: “ping satellite: failed to ping storage node , your node indicated error code: 0, rpc: tcp connector failed: rpc: dial tcp 82.65.185.180:28967: connect: no route to host\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce :145\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:100\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj .io/common/sync2.(*Cycle).Run:99\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.( *Group).Go.func1:75”}
2022-12-08T16:43:23.574Z ERROR contact:service ping satellite failed {“Process”: “storagenode”, “Satellite ID”: “12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB”, “attempts”:

Can you give me a clue?

Sincerely Emmanuel

I think it indicates your node (set in ADDRESS) is at 82.65.185.180 but this seems not a routable IP. Can you double-check your external IP address?

Oh damn I made a mistake in the address and I hadn’t even seen… Sorry

root@acidhosting:~/.local/share/storj/identity/storagenode# docker logs --tail 20 storagenode
2022-12-08T17:33:23.072Z WARN contact:service Your node is still considered to be online but encountered an error. {“Process”: “storagenode”, “Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “Error”: “contact: failed to ping storage node using QUIC, your node indicated error code: 0, rpc: quic: timeout: no recent network activity”}
2022-12-08T17:33:23.253Z WARN contact:service Your node is still considered to be online but encountered an error. {“Process”: “storagenode”, “Satellite ID”: “1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE”, “Error”: “contact: failed to ping storage node using QUIC, your node indicated error code: 0, rpc: quic: timeout: no recent network activity”}
2022-12-08T17:33:23.782Z WARN contact:service Your node is still considered to be online but encountered an error. {“Process”: “storagenode”, “Satellite ID”: “121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6”, “Error”: “contact: failed to ping storage node using QUIC, your node indicated error code: 0, rpc: quic: timeout: no recent network activity”}
2022-12-08T17:33:37.479Z INFO piecestore upload started {“Process”: “storagenode”, “Piece ID”: “NXBKFJXHMD3HL7CPZCS53TJGHQ6DDRUDIDIOZNKWPUNZD52D5HSQ”, “Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “Action”: “PUT”, “Available Space”: 1500000000000}

These errors all relate to QUIC which is UDP access to your node.

1 Like