Error running cncli.sh leaderlog

I got an error when running cncli.sh leaderlog. here my steps:

  1. run prereqs.sh -c (no error)
  2. run cncli.ch sync (no error)
  3. Run cncli.sh leaderlog. (got error below.
    image

I run this after successfully upgrade to 1.34.1 version.
Please advise how to resolve it.

check if the cardano-node restarted while u checked the leaderlog

I got new error after restart cardano-node.

Type free -m

here free -m result:
image

My BP become Relay now

not enough RAM, increase the SWAP file to 6G


sudo swapoff /swapfile
sudo fallocate -l 6G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile

Wait for the node to start and try cncli again

RAM increased and node is starting
image

gLiveView
image

It’s not starting… the RAM on glive not increasing… try to

top
check the PID for cardano-node (the number from begin)

sudo systemctl stop cnode
kill -9 PID_number

start again the node
sudo systemctl start cnode

or reboot or server with sudo reboot

check glive… if RAM is increasing

Hi @Alexd1985 ,
It is working. After sometimes , gLiveaView back to normal and Leaderlog is working now.
Thanks so much. You are the champion!

1 Like

Thanks, anytime :beers:

2 Likes