something is killing the process but I don’t know why
try to stop it
sudo systemctl stop cnode
sudo systemctl disable cnode
and go to scripts folder and start it manually ./cnode.sh
wait more minutes and show me the output
somethings wrong, I stoped and disbaled the cnode, and then manually ran ./cnode.sh
did wait for 15 mnts, the status cnode.service showing as failed
and gLiveview, still same issue
so, in 15 minutes no killing messages when u started as manually
try to run again ./deploy-as-systemd.sh
press N for topologyupdater
after
sudo systemctl enable cnode
sudo systemctl start cnode
wait more minutes and try
sudo systemctl status cnode
ok, wait more minutes and check fr the killing messages
but you are show me old logs… check for the last ones… now the time should be xx:06 minutes
and again
do we need to update any of the files/scripts ?
@Alexd1985 Please assist me
Hmm try to run the prerequisits again… with-f option to force a new download for files
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 this go and update again the topology file
copy from bkp file to the new file
Check also the env file
and restart the node
sudo systemctl restart cnode
sudo systemctl status cnode
getting below when run cd “HOME/temp”
But wait… I don’t see the killing message anymore
try sudo systemctl status cnode
what is the uptime?
Ok; run again the prereq… u have above the steps provided by me