Continuing the discussion from Moved from Windows to Synology and ALMOST have it going:
Hi I have a very similar issue on a Synology DSM 7
here is my docker set-up
docker run --rm -e SETUP=“true”
–mount type=bind,source="/volume2/docker/Mining/storj/Identity",destination=/app/identity
–mount type=bind,source="/volume3/storj",destination=/app/config
–name storagenode1 storjlabs/storagenode:latest
docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967/tcp
-p 28967:28967/udp
-p 14002:14002
-e WALLET=“xx”
-e EMAIL="x@gmail.com"
-e ADDRESS=“xxx.synology.me:28967”
-e STORAGE=“1TB”
–mount type=bind,source="/volume2/docker/Mining/storj/Identity",destination=/app/identity
–mount type=bind,source="/volume3/storj",destination=/app/config
–name storagenode1 storjlabs/storagenode:latest
I can access the web dashboard but stays “offline”
Both Ports UDP/TCP are open so not a port problem, I am thinking perhaps IP issue with container or dns, tried wan IP same results, adding --dns=“192.168.1.1” --dns= “0.0.0.0”
to docker cmd no success
Here is the log
"
2021-12-01 20:59:07,stderr,2021-12-01T20:59:07.547Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB””" “attempts”: 5 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:59:07,stderr,2021-12-01T20:59:07.338Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs””" “attempts”: 5 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:48,stderr,2021-12-01T20:58:48.929Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE””" “attempts”: 5 “error”: “ping satellite: check-in ratelimit: node rate limited by id” “errorVerbose”: “ping satellite: check-in ratelimit: node rate limited by id\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:138\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:41,stderr,2021-12-01T20:58:41.670Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6"”” “attempts”: 4 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:40,stderr,2021-12-01T20:58:40.256Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE””" “attempts”: 4 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:40,stderr,2021-12-01T20:58:40.191Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S””" “attempts”: 4 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:39,stderr,2021-12-01T20:58:39.375Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo””" “attempts”: 4 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:38,stderr,2021-12-01T20:58:38.927Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB””" “attempts”: 4 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:38,stderr,2021-12-01T20:58:38.806Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs””" “attempts”: 4 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:16,stderr,2021-12-01T20:58:16.391Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6"”” “attempts”: 3 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:15,stderr,2021-12-01T20:58:15.496Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE””" “attempts”: 3 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:15,stderr,2021-12-01T20:58:15.138Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S””" “attempts”: 3 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:14,stderr,2021-12-01T20:58:14.778Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo””" “attempts”: 3 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:14,stderr,2021-12-01T20:58:14.482Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB””" “attempts”: 3 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:58:14,stderr,2021-12-01T20:58:14.275Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs””" “attempts”: 3 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:53,stderr,2021-12-01T20:57:53.370Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6"”” “attempts”: 2 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:52,stderr,2021-12-01T20:57:52.665Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE””" “attempts”: 2 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:52,stderr,2021-12-01T20:57:52.422Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S””" “attempts”: 2 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:52,stderr,2021-12-01T20:57:52.241Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo””" “attempts”: 2 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:52,stderr,2021-12-01T20:57:52.080Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB””" “attempts”: 2 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:51,stderr,2021-12-01T20:57:51.784Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs””" “attempts”: 2 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:31,stderr,2021-12-01T20:57:31.238Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6"”” “attempts”: 1 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:30,stderr,2021-12-01T20:57:30.989Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE””" “attempts”: 1 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:30,stderr,2021-12-01T20:57:30.737Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S””" “attempts”: 1 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:30,stderr,2021-12-01T20:57:30.588Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB””" “attempts”: 1 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:30,stderr,2021-12-01T20:57:30.573Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12tRQrMTWUWwzwGh18i7Fqs67kmdhH9t6aToeiwbo5mfS2rUmo””" “attempts”: 1 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:30,stderr,2021-12-01T20:57:30.383Z ERROR contact:service ping satellite failed {"“Satellite ID”": ““12L9ZFwhzVpuEKMUNUqkaTLGzwY9G24tbiigLiXpmZWKwmcNDDs””" “attempts”: 1 “error”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout” “errorVerbose”: “ping satellite: failed to dial storage node (ID: 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR) at address gcmc.synology.me:28967: rpc: dial tcp 78.111.205.105:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\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”}
"
2021-12-01 20:57:09,stderr,2021-12-01T20:57:09.970Z INFO trust Scheduling next refresh {after"": ““4h49m57.775009518s””}"
01/12/2021 20:57 stderr “2021-12-01T20:57:09.970Z INFO Private server started on 127.0.0.1:7778”
01/12/2021 20:57 stderr “2021-12-01T20:57:09.970Z INFO Public server started on [::]:28967”
01/12/2021 20:57 stderr “2021-12-01T20:57:09.970Z INFO Node 12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR started”
01/12/2021 20:57 stderr “2021-12-01T20:57:09.969Z INFO bandwidth Performing bandwidth usage rollups”
01/12/2021 20:57 stderr “2021-12-01T20:57:09.969Z INFO preflight:localtime local system clock is in sync with trusted satellites’ system clock.”
01/12/2021 20:57 stderr “2021-12-01T20:57:05.312Z INFO preflight:localtime start checking local system clock with trusted satellites’ system clock.”
01/12/2021 20:57 stderr “2021-12-01T20:57:04.772Z INFO db.migration Database Created {”“version”": 53}"
01/12/2021 20:56 stderr “2021-12-01T20:56:59.234Z INFO Telemetry enabled {”“instance ID”": ““12PcUFgbfXYTnFS7GHbMwLbZjnTkZEcmzPEXccM95rcVkbQeEeR””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““secret””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““pricing””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““heldamount””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““notifications””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““satellites””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““used_serial””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““storage_usage””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““reputation””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““piece_spaced_used””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““pieceinfo””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““piece_expiration””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““orders””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““bandwidth””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.171Z INFO db database does not exists {”“database”": ““info””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.028Z INFO Operator wallet {”“Address”": ““xxxxx””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.028Z INFO Operator email {”“Address”": ““XXX.X@gmail.com””}"
01/12/2021 20:56 stderr “2021-12-01T20:56:58.027Z INFO Configuration loaded {”“Location”": “”/app/config/config.yaml""}"