Hello,
can you help me identify what could be the problem with my node? It has been running for a very long time without any issues and suddenly keeps restarting. This is what I see in the logs:
2024-11-15T14:51:40+01:00 INFO Running on version {“Process”: “storagenode-updater”, “Service”: “storagenode-updater”, “Version”: “v1.115.5”}
2024-11-15T14:51:40+01:00 INFO Downloading versions. {“Process”: “storagenode-updater”, “Server Address”: “https://version.storj.io”}
2024-11-15T14:51:40+01:00 INFO Command output. {“Process”: “storagenode-updater”, “Output”: “”}
2024-11-15T14:51:40+01:00 ERROR Error updating service. {“Process”: “storagenode-updater”, “Service”: “storagenode”, “error”: “fork/exec /app/bin/storagenode: exec format error”, “errorVerbose”: “fork/exec /app/bin/storagenode: exec format error\n\tmain.update:21\n\tmain.loopFunc:26\n\tstorj.io/common/sync2.(*Cycle).Run:102\n\tmain.cmdRun:139\n\tstorj.io/common/process.cleanup.func1.4:392\n\tstorj.io/common/process.cleanup.func1:410\n\tgithub.com/spf13/cobra.(*Command).execute:983\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1115\n\tgithub.com/spf13/cobra.(*Command).Execute:1039\n\tstorj.io/common/process.ExecWithCustomOptions:112\n\tstorj.io/common/process.ExecWithCustomConfigAndLogger:77\n\tmain.main:22\n\truntime.main:271”}
2024-11-15T14:51:40+01:00 INFO Current binary version {“Process”: “storagenode-updater”, “Service”: “storagenode-updater”, “Version”: “v1.115.5”}
2024-11-15T14:51:40+01:00 INFO New version is being rolled out but hasn’t made it to this node yet {“Process”: “storagenode-updater”, “Service”: “storagenode-updater”}
2024-11-15 14:51:41,887 INFO success: processes-exit-eventlistener entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-11-15 14:51:41,889 INFO spawned: ‘storagenode’ with pid 76
2024-11-15 14:51:41,890 INFO success: storagenode-updater entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
supervisor: couldn’t exec /app/bin/storagenode: ENOEXEC
supervisor: child process was not spawned
2024-11-15 14:51:41,898 WARN exited: storagenode (exit status 127; not expected)
2024-11-15 14:51:43,902 INFO spawned: ‘storagenode’ with pid 77
supervisor: couldn’t exec /app/bin/storagenode: ENOEXEC
supervisor: child process was not spawned
2024-11-15 14:51:43,912 WARN exited: storagenode (exit status 127; not expected)
2024-11-15 14:51:46,916 INFO spawned: ‘storagenode’ with pid 78
supervisor: couldn’t exec /app/bin/storagenode: ENOEXEC
supervisor: child process was not spawned
2024-11-15 14:51:46,925 WARN exited: storagenode (exit status 127; not expected)
2024-11-15 14:51:47,926 INFO gave up: storagenode entered FATAL state, too many start retries too quickly
Thank you.