UPDATE CARDANO NODE to 1.30.1 - FOR CNTOOLS users

Hello Alex,

How do you clear the logs?
I’m already running out of space.

Thanks!

go to logs folder → cd archive → rm *

Thanks!
Now not happen when I try to run ./gLiveView.sh.

What? Can u explain?

After removing all the logs files from the archive.

What it happened/happens after u deleted the logs?

cnode.service - Cardano Node
Loaded: loaded (/etc/systemd/system/cnode.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sun 2021-10-31 12:28:22 PDT; 3s ago
Process: 634687 ExecStart=/bin/bash -l -c exec /opt/cardano/cnode/scripts/cnode.sh (code=exited, status=0/SUCCESS)
Process: 634702 ExecStop=/bin/bash -l -c exec kill -2 $(ps -ef | grep [c]ardano-node.*./opt/cardano/cnode/ | tr -s ’ ’ | cut -d ’ ’ -f2) &>/dev/null (code=exited, status=1/FAILURE)
Main PID: 634687 (code=exited, status=0/SUCCESS)

type journalctl -e -f -u cnode

Oct 31 12:45:24 ********* cnode[639427]: /bin/bash: /opt/cardano/cnode/scripts/cnode.sh: Success

Still running…

I don’t get it … it’s working or not?

image
I’m encountering an incident where I get a BP syncing for a while and it stopped at 90.8, and today it’s at this. And the relays are stuck on starting. I tried checking everything related to the firewall and it seems all good on that end.

Hello Alex,

It’s not working I had to rebuild the node from scratch again.

Thank you for your help!!

journalctl -e -f -u cnode

cd /usr/local/bin

ls -l

rm cardano-node
rm cardano-cli

restart the node and check glive

It seems I have no cardano node files in that directory

Type cardano-node - -version
cardano-cli - -version
which cardano-node

11012021-1

cd /home/user/.local/bin

ls -l

  • replace “user” with your user

image