Hi,
I’m having trouble getting my node running. It’s a new node running minimal Ubuntu with docker.
I’ve doublechecked the node installation instructions and have followed them to the letter. I have the identity confirmed, have the file permissions checked and even tried to disable apparmor without success. I’ve went through the forums reading several similar posts but none of the resolutions there helped.
It keeps restarting and giving the error:
2025-05-07T12:15:20Z ERROR failure during run {“Process”: “storagenode”, “error”: “Failed to load identity: file or directory not found: open /opt/storj/id/identity.cert: no such file or directory\n\tstorj.io/common/identity.Config.Load:326\n\tmain.cmdRun:56\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:392\n\tstorj.io/common/process.cleanup.func1:410\n\tgithub.com/spf13/cobra.(*Command).execute:985\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1117\n\tgithub.com/spf13/cobra.(*Command).Execute:1041\n\tstorj.io/common/process.ExecWithCustomOptions:112\n\tmain.main:34\n\truntime.main:272”, “errorVerbose”: “Failed to load identity: file or directory not found: open /opt/storj/id/identity.cert: no such file or directory\n\tstorj.io/common/identity.Config.Load:326\n\tmain.cmdRun:56\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:392\n\tstorj.io/common/process.cleanup.func1:410\n\tgithub.com/spf13/cobra.(*Command).execute:985\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1117\n\tgithub.com/spf13/cobra.(*Command).Execute:1041\n\tstorj.io/common/process.ExecWithCustomOptions:112\n\tmain.main:34\n\truntime.main:272\n\tmain.cmdRun:58\n\tmain.newRunCmd.func1:33\n\tstorj.io/common/process.cleanup.func1.4:392\n\tstorj.io/common/process.cleanup.func1:410\n\tgithub.com/spf13/cobra.(*Command).execute:985\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:1117\n\tgithub.com/spf13/cobra.(*Command).Execute:1041\n\tstorj.io/common/process.ExecWithCustomOptions:112\n\tmain.main:34\n\truntime.main:272”}
Error: Failed to load identity: file or directory not found: open /opt/storj/id/identity.cert: no such file or directory
storj.io/common/identity.Config.Load:326
main.cmdRun:56
main.newRunCmd.func1:33
storj.io/common/process.cleanup.func1.4:392
storj.io/common/process.cleanup.func1:410
github.com/spf13/cobra.(*Command).execute:985
github.com/spf13/cobra.(*Command).ExecuteC:1117
github.com/spf13/cobra.(*Command).Execute:1041
storj.io/common/process.ExecWithCustomOptions:112
main.main:34
runtime.main:272
2025-05-07 12:15:20,296 WARN exited: storagenode (exit status 1; not expected)
If I do ls /opt/storj/id:
ca.1745697848.cert ca.cert ca.key identity.1745697848.cert identity.cert identity.key
The file are readable to the user running the node (even tried to run it as root, same error). I have no more ideas on debugging so please someone tell me what I am missing
EDIT: I’ve also tried different identity folders, the default under the usernames .local -folder and the one in the example.