After the latest update, my Node just died. It would not come back online after restarting the docker container. I decided to stop and remove the old docker container and image, and performed a fresh install in accordance with: Storage Node - Storj Docs
However, doing this has the node stuck at:
pi@raspberrypi:~ $ sudo docker logs -f --tail 100 20e36483de73
18800K .......... .......... .......... .......... .......... 94% 260K 2s
18850K .......... .......... .......... .......... .......... 94% 266K 2s
18900K .......... .......... .......... .......... .......... 94% 260K 2s
18950K .......... .......... .......... .......... .......... 95% 228K 2s
19000K .......... .......... .......... .......... .......... 95% 278K 2s
19050K .......... .......... .......... .......... .......... 95% 255K 2s
19100K .......... .......... .......... .......... .......... 95% 347K 2s
19150K .......... .......... .......... .......... .......... 96% 271K 2s
19200K .......... .......... .......... .......... .......... 96% 520K 1s
19250K .......... .......... .......... .......... .......... 96% 569K 1s
19300K .......... .......... .......... .......... .......... 96% 544K 1s
19350K .......... .......... .......... .......... .......... 97% 232K 1s
19400K .......... .......... .......... .......... .......... 97% 520K 1s
19450K .......... .......... .......... .......... .......... 97% 569K 1s
19500K .......... .......... .......... .......... .......... 97% 568K 1s
19550K .......... .......... .......... .......... .......... 98% 541K 1s
19600K .......... .......... .......... .......... .......... 98% 595K 1s
19650K .......... .......... .......... .......... .......... 98% 567K 1s
19700K .......... .......... .......... .......... .......... 98% 569K 0s
19750K .......... .......... .......... .......... .......... 99% 464K 0s
19800K .......... .......... .......... .......... .......... 99% 544K 0s
19850K .......... .......... .......... .......... .......... 99% 329K 0s
19900K .......... .......... .......... .......... .......... 99% 446K 0s
19950K .......... .......... .......... .......... ........ 100% 437K=38s
2024-07-15 16:26:59 (525 KB/s) - '/tmp/storagenode.zip' saved [20478889/20478889]
2024-07-15 16:27:42,881 INFO RPC interface 'supervisor' initialized
2024-07-15 16:27:42,882 INFO supervisord started with pid 1
2024-07-15 16:27:43,886 INFO spawned: 'processes-exit-eventlistener' with pid 57
2024-07-15 16:27:43,891 INFO spawned: 'storagenode' with pid 58
2024-07-15 16:27:43,896 INFO spawned: 'storagenode-updater' with pid 59
2024-07-15T16:27:43Z INFO Configuration loaded {"Process": "storagenode-updater", "Location": "/app/config/config.yaml"}
2024-07-15T16:27:43Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "healthcheck.details"}
2024-07-15T16:27:43Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "console.address"}
2024-07-15T16:27:43Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "server.address"}
2024-07-15T16:27:43Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "server.private-address"}
2024-07-15T16:27:43Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "contact.external-address"}
2024-07-15T16:27:43Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "operator.wallet-features"}
2024-07-15T16:27:43Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "storage.allocated-bandwidth"}
2024-07-15T16:27:43Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "operator.email"}
2024-07-15T16:27:43Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "storage.allocated-disk-space"}
2024-07-15T16:27:43Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "operator.wallet"}
2024-07-15T16:27:43Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "healthcheck.enabled"}
2024-07-15T16:27:43Z INFO Anonymized tracing enabled {"Process": "storagenode-updater"}
2024-07-15T16:27:43Z INFO Running on version {"Process": "storagenode-updater", "Service": "storagenode-updater", "Version": "v1.108.3"}
2024-07-15T16:27:43Z INFO Downloading versions. {"Process": "storagenode-updater", "Server Address": "https://version.storj.io"}
2024-07-15T16:27:43Z INFO Configuration loaded {"Process": "storagenode", "Location": "/app/config/config.yaml"}
2024-07-15T16:27:43Z INFO Anonymized tracing enabled {"Process": "storagenode"}
2024-07-15T16:27:43Z INFO Operator email {"Process": "storagenode", "Address": "myEmailAddress@mail.com"}
2024-07-15T16:27:43Z INFO Operator wallet {"Process": "storagenode", "Address": "0x5093D60D6FaBBD11A2583e902e79E00CE0Fd378e"}
2024-07-15T16:27:44Z INFO Current binary version {"Process": "storagenode-updater", "Service": "storagenode", "Version": "v1.108.3"}
2024-07-15T16:27:44Z INFO Version is up to date {"Process": "storagenode-updater", "Service": "storagenode"}
2024-07-15T16:27:44Z INFO Current binary version {"Process": "storagenode-updater", "Service": "storagenode-updater", "Version": "v1.108.3"}
2024-07-15T16:27:44Z INFO Version is up to date {"Process": "storagenode-updater", "Service": "storagenode-updater"}
2024-07-15 16:27:45,344 INFO success: processes-exit-eventlistener entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-07-15 16:27:45,345 INFO success: storagenode entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-07-15 16:27:45,345 INFO success: storagenode-updater entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-07-15 16:32:13,809 WARN received SIGTERM indicating exit request
2024-07-15 16:32:13,810 INFO waiting for storagenode, processes-exit-eventlistener, storagenode-updater to die
2024-07-15T16:32:13Z INFO Got a signal from the OS: "terminated" {"Process": "storagenode-updater"}
2024-07-15 16:32:13,815 INFO stopped: storagenode-updater (exit status 0)
2024-07-15T16:32:13Z INFO Got a signal from the OS: "terminated" {"Process": "storagenode"}
2024-07-15 16:32:16,819 INFO waiting for storagenode, processes-exit-eventlistener to die
2024-07-15 16:32:19,821 INFO waiting for storagenode, processes-exit-eventlistener to die
2024-07-15 16:32:22,822 INFO waiting for storagenode, processes-exit-eventlistener to die
2024-07-15 16:32:23,823 WARN killing 'storagenode' (58) with SIGKILL
2024-07-15 16:32:23,829 INFO stopped: storagenode (terminated by SIGKILL)
2024-07-15 16:32:23,831 INFO stopped: processes-exit-eventlistener (terminated by SIGTERM)
2024-07-15 16:32:27,848 INFO RPC interface 'supervisor' initialized
2024-07-15 16:32:27,849 INFO supervisord started with pid 1
2024-07-15 16:32:28,853 INFO spawned: 'processes-exit-eventlistener' with pid 12
2024-07-15 16:32:28,857 INFO spawned: 'storagenode' with pid 13
2024-07-15 16:32:28,862 INFO spawned: 'storagenode-updater' with pid 14
2024-07-15T16:32:28Z INFO Configuration loaded {"Process": "storagenode-updater", "Location": "/app/config/config.yaml"}
2024-07-15T16:32:28Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "operator.email"}
2024-07-15T16:32:28Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "storage.allocated-disk-space"}
2024-07-15T16:32:28Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "console.address"}
2024-07-15T16:32:28Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "operator.wallet-features"}
2024-07-15T16:32:28Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "operator.wallet"}
2024-07-15T16:32:28Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "storage.allocated-bandwidth"}
2024-07-15T16:32:28Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "healthcheck.details"}
2024-07-15T16:32:28Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "healthcheck.enabled"}
2024-07-15T16:32:28Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "server.private-address"}
2024-07-15T16:32:28Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "server.address"}
2024-07-15T16:32:28Z INFO Invalid configuration file key {"Process": "storagenode-updater", "Key": "contact.external-address"}
2024-07-15T16:32:28Z INFO Anonymized tracing enabled {"Process": "storagenode-updater"}
2024-07-15T16:32:28Z INFO Running on version {"Process": "storagenode-updater", "Service": "storagenode-updater", "Version": "v1.108.3"}
2024-07-15T16:32:28Z INFO Downloading versions. {"Process": "storagenode-updater", "Server Address": "https://version.storj.io"}
2024-07-15T16:32:28Z INFO Configuration loaded {"Process": "storagenode", "Location": "/app/config/config.yaml"}
2024-07-15T16:32:28Z INFO Anonymized tracing enabled {"Process": "storagenode"}
2024-07-15T16:32:28Z INFO Operator email {"Process": "storagenode", "Address": "myemail@mail.com"}
2024-07-15T16:32:28Z INFO Operator wallet {"Process": "storagenode", "Address": "0x5093D60D6FaBBD11A2583e902e79E00CE0Fd378e"}
2024-07-15T16:32:29Z INFO Current binary version {"Process": "storagenode-updater", "Service": "storagenode", "Version": "v1.108.3"}
2024-07-15T16:32:29Z INFO Version is up to date {"Process": "storagenode-updater", "Service": "storagenode"}
2024-07-15T16:32:29Z INFO Current binary version {"Process": "storagenode-updater", "Service": "storagenode-updater", "Version": "v1.108.3"}
2024-07-15T16:32:29Z INFO Version is up to date {"Process": "storagenode-updater", "Service": "storagenode-updater"}
2024-07-15 16:32:30,196 INFO success: processes-exit-eventlistener entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-07-15 16:32:30,196 INFO success: storagenode entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-07-15 16:32:30,197 INFO success: storagenode-updater entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
I wouldn’t be upset if operators weren’t penalized for being offline for reasons that were not our fault. What do I do. I haven’t changed anything.
System information: Raspberry Pi 4b+, running headless Debian OS. No changes have been made to my system; the update seems to have broken the Node.