sorry about the lack of clarity. Yes , I meant the algorand process is not starting at all.
and doesn’t seem to show the relevant errors in the node.log
kalgo@kalgo:/var/lib/algorand$ sudo systemctl start algorand
kalgo@kalgo:/var/lib/algorand$ goal node status
Cannot contact Algorand node: Get “http://127.0.0.1:8080/v2/status”: dial tcp 127.0.0.1:8080: connect: connection refused
kalgo@kalgo:/var/lib/algorand$ tail node.log
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).pipelineCallback.func1”,“level”:“info”,“line”:394,“msg”:“pipelineCallback(651648): did not fetch or write the block”,“name”:"",“time”:“2021-12-22T17:05:40.887396Z”}
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).fetchAndWrite”,“level”:“warning”,“line”:296,“msg”:“fetchAndWrite(651639): lookback block doesn’t exist, cannot authenticate new block”,“name”:"",“time”:“2021-12-22T17:05:40.887280Z”}
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).pipelineCallback.func1”,“level”:“info”,“line”:394,“msg”:“pipelineCallback(651639): did not fetch or write the block”,“name”:"",“time”:“2021-12-22T17:05:40.887416Z”}
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).pipelineCallback.func1”,“level”:“info”,“line”:394,“msg”:“pipelineCallback(651641): did not fetch or write the block”,“name”:"",“time”:“2021-12-22T17:05:40.887275Z”}
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).pipelineCallback.func1”,“level”:“info”,“line”:394,“msg”:“pipelineCallback(651634): did not fetch or write the block”,“name”:"",“time”:“2021-12-22T17:05:40.887273Z”}
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).fetchAndWrite”,“level”:“info”,“line”:257,“msg”:“fetchAndWrite(651649): Aborted while waiting for lookback block to ledger after failing once : wsFetcherClient(r-tb.algorand-mainnet.network:4160).requestBlock(651649): Request failed: peer closing 35.204.42.115:4160”,“name”:"",“time”:“2021-12-22T17:05:40.887234Z”}
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).pipelineCallback.func1”,“level”:“info”,“line”:394,“msg”:“pipelineCallback(651649): did not fetch or write the block”,“name”:"",“time”:“2021-12-22T17:05:40.887453Z”}
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).pipelineCallback.func1”,“level”:“info”,“line”:394,“msg”:“pipelineCallback(651642): did not fetch or write the block”,“name”:"",“time”:“2021-12-22T17:05:40.887281Z”}
{“Context”:“sync”,“details”:{“StartRound”:647068,“EndRound”:651633,“Time”:3088500995083,“InitSync”:false},“file”:“telemetry.go”,“function”:“github.com/algorand/go-algorand/logging.(*telemetryState).logTelemetry”,“instanceName”:“TsdrQj16jM61PX/A”,“level”:“info”,“line”:259,“msg”:"/ApplicationState/CatchupStop",“name”:"",“session”:"",“time”:“2021-12-22T17:05:40.887478Z”}
{“Context”:“sync”,“file”:“service.go”,“function”:“github.com/algorand/go-algorand/catchup.(*Service).sync”,“level”:“info”,“line”:624,“msg”:“Catchup Service: finished catching up, now at round 651633 (previously 647068). Total time catching up 51m28.500995083s.”,“name”:"",“time”:“2021-12-22T17:05:40.887496Z”}
kalgo@kalgo:/var/lib/algorand$