I got an error when running cncli.sh leaderlog. here my steps:
- run prereqs.sh -c (no error)
- run cncli.ch sync (no error)
- Run cncli.sh leaderlog. (got error below.
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.
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

gLiveView

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