Cntools-blockcollector.service script is not supported anymore - syslog Output

I was hoping someone could help me understand what is going on with the below log output. Everything seems to be operating as expected.

systemd[1]: cntools-blockcollector.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: cntools-blockcollector.service: Failed with result 'exit-code'.
systemd[1]: cntools-blockcollector.service: Scheduled restart job, restart counter is at 7073.
systemd[1]: Stopped CNTools - Block Collector.
systemd[1]: Started CNTools - Block Collector.
systemd[1]: cntools-blockcollector.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: cntools-blockcollector.service: Failed with result 'exit-code'.
systemd[1]: cntools-blockcollector.service: Scheduled restart job, restart counter is at 7074.
systemd[1]: Stopped CNTools - Block Collector.
systemd[1]: Started CNTools - Block Collector.
systemd[1]: cntools-blockcollector.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: cntools-blockcollector.service: Failed with result 'exit-code'.
cnode-cncli-sync[2194102]:  2020-12-13T20:31:06.546Z INFO  cardano_ouroboros_network::protocols::chainsync   > block 5073698 of 5073698, 100.00% synced
cnode-cncli-ptsendtip[2207510]:  2020-12-13T20:31:07.033Z INFO  cardano_ouroboros_network::protocols::chainsync   > Pooltool (TETON, a2a7050e): (5073698, 8d6dffa68396e9dd), json: {"success":true,"message":null}
cnode-cncli-sync[2194102]:  2020-12-13T20:31:11.552Z INFO  cardano_ouroboros_network::protocols::chainsync   > block 5073699 of 5073699, 100.00% synced
cnode-cncli-ptsendtip[2207510]:  2020-12-13T20:31:11.992Z INFO  cardano_ouroboros_network::protocols::chainsync   > Pooltool (TETON, a2a7050e): (5073699, 9daf664f5d05c48e), json: {"success":true,"message":null}

I believe old script blockcollector is not supported anymore… use cncli instead.

You can disable with

sudo systemctl disable cntools-blockcollector.service

Awesome! That was it, and you pushed me further down the systemctl rabbit hole, thanks a bunch.

1 Like