Node still restarting

Dear forum members!

I ran a node a few years ago. That computer of mine crashed. Today I tried again. But, when I start the node, the docker container automatically restarts every 12-13 seconds.
Anyone have any ideas?

(i used the offical node setup tutorial Storage Node | Storj Docs)

Os: VM Ubuntu 20.04

can you provide logs from node, may be there you can find reason
you use VM on some server or in windows?

How can i find it ?
Host is a Proxmox VM, Guest is a Ubuntu.

you can use the docker logs command to get the last 100 lines:

sudo docker logs -f --tail 100 storagenode

1 Like

WARN contact:service failed PingMe request to satellite
err: contact: failed to dial storage node

and

unexpected shutdown of a runner {“Process”: “storagenode”, “name”: “piecestore:monitor”, “error”: “piecestore monitor: error verifying location and/or readability of storage directory: node ID in file (1w5DEyR8ZmFCb9EctsNsR5gccqeZ1MxDgkYWpzubguzCvdSBfQ) does not match running node’s ID (12jZQfi6APwUBbQDAdrdV6wUDLYiP5zKjVnUSJxrmDzdM7UgWCd)”, “errorVerbose”: "piecestore monitor: error verifying location and/or readability of storage directory: node ID in file (1w5DEyR8ZmFCb9EctsNsR5gccqeZ1MxDgkYWpzubguzCvdSBfQ) does not match running node’s ID (12jZQfi6APwUBbQDAdrdV6wUDLYiP5zKjVnUSJxrmDzdM7UgWCd)\n\tstorj.io/storj/storagenode/monitor.(*Service).Run.func1.1:133\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/storj/storagenode/monitor.(*Service).Run.func1:130\n\tgolang.org

Is this a completely new node with a clean storage folder? Or are you trying to resurrect the node you used previously?

New machine, new idenity, clear storage.
Still my ip (is static) and email address.
MAYBE is solved the first problem. Its was a wrong identity path.
2. problem is a port forwarding in pfSense… My firewall shows passing the communication, but storj dashboard still “missconfigured”

Warn message:

WARN contact:service failed PingMe request to satellite {“Process”: “storagenode”, “Satellite ID”: “12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs”, “error”: “ping satellite: check-in network: failed to ping node (ID: 12jZQfi6APwUBbQDAdrdV6wUDLYiP5zKjVnUSJxrmDzdM7UgWCd) at address: 87.97.60.100:28967, err: contact: failed to dial storage node (ID: 12jZQfi6APwUBbQDAdrdV6wUDLYiP5zKjVnUSJxrmDzdM7UgWCd) at address 87.97.60.100:28967 using QUIC: rpc: quic: timeout: no recent network activity”, “errorVerbose”: “ping satellite: check-in network: failed to ping node (ID: 12jZQfi6APwUBbQDAdrdV6wUDLYiP5zKjVnUSJxrmDzdM7UgWCd) at address: 87.97.60.100:28967, err: contact: failed to dial storage node (ID: 12jZQfi6APwUBbQDAdrdV6wUDLYiP5zKjVnUSJxrmDzdM7UgWCd) at address 87.97.60.100:28967 using QUIC: rpc: quic: timeout: no recent network activity\n\tstorj.io/storj/storagenode/contact.(*Service).requestPingMeOnce:194\n\tstorj.io/storj/storagenode/contact.(*Service).RequestPingMeQUIC:167\n\tstorj.io/storj/storagenode.(*Peer).addConsoleService:845\n\tstorj.io/storj/storagenode.(*Peer).Run:884\n\tmain.cmdRun:251\n\tstorj.io/private/process.cleanup.func1.4:372\n\tstorj.io/private/process.cleanup.func1:390\n\tgithub.com/spf13/cobra.(*Command).execute:852\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:960\n\tgithub.com/spf13/cobra.(*Command).Execute:897\n\tstorj.io/private/process.ExecWithCustomConfigAndLogger:93\n\tmain.main:479\n\truntime.main:255”}

Error message:

ERROR contact:service ping satellite failed {“Process”: “storagenode”, “Satellite ID”: “121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6”, “attempts”: 4, “error”: “ping satellite: failed to dial storage node (ID: 12jZQfi6APwUBbQDAdrdV6wUDLYiP5zKjVnUSJxrmDzdM7UgWCd) at address 87.97.60.100:28967: rpc: tcp connector failed: rpc: dial tcp 87.97.60.100:28967: connect: connection refused”, “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12jZQfi6APwUBbQDAdrdV6wUDLYiP5zKjVnUSJxrmDzdM7UgWCd) at address 87.97.60.100:28967: rpc: tcp connector failed: rpc: dial tcp 87.97.60.100:28967: connect: connection refused\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:139\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:98\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”}

may be you forgot for port forward, or firewall on proximo?
at same time Open Port Check Tool - Test Port Forwarding on Your Router
show that your port is open.

but 87.97.60.100:28967 using QUIC this show that your UDP port is not set.

did you also signed identity? it shold have 6 files after sign with storj key

Sure. all done, intresting. Problem solved.
i reformated the hard drive, reinstall the node, and looks like working now.
i glad for all your time!

3 Likes