Block Producer node stuck in activating after upgrade to version 1.25.1

sure, leave it on now, looking forward to hear back from you, Thanks

or let’s try

cd “$HOME/tmp”

curl -sS -o prereqs.sh https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/prereqs.sh

chmod 755 prereqs.sh

./prereqs.sh -f

. “${HOME}/.bashrc”

after that you should edit again topology file (copy from topology.json_bkpxxxx to topology.json)
and check env file if still has the configuration edited by you)

then stop your node and try to run as systemd

sudo systemctl enable cnode
sudo systemctl restart cnode

check the status
sudo systemctl status cnode
wait to sync if started with success (~8 minutes) and check gliveview

I am going to sleep, so perhaps we should do it tomorrow

Cheers

Done all the steps, but when running status, still showing as activating…

image

journalctl -e -f -u cnode.service

ok, try to download the cnode script from here: https://charity-pool.ro/cnode.txt

copied, restarted the cnode, but still the same issue activating…

it gets activated but then goes in activating mode

image

journalctl -e -f -u cnode.service

different this time:

Ok, go to files folder and show me outputs ls -l

image

Just ls -l

image

Now show me nano config.json

And if u try to start it manually?

ahhh, no good this time:

Go to files folder and

wget https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/mainnet-byron-genesis.json

Then mv mainnet-byron-genesis.json byron-genesis.json

done

i can now run the cnode automaticaaly, but gLiveview showing as starting… and showing as Relay not core, dose it will change to core when staring completed ? and is the issue is now fixed?
image