I am currently setting up my first relay and I have run into this issue. I am using this help guide. I have made it to the section titled “Configuring Env and Starting Node”. I am currently on the step ./deploy-as-system.sh, when I use the sudo systemctl status cnode.service, I get an error “Failed to Query protocol-parameters from node, not yet fully started” I also get “WARN”: a prior running cardano node was not cleanly shutdown, socket file still exists, cleaning up.
It’s perfect; it seems it’s normal for version 1.26.1
Wow! Thank you for the quick response and encouragement. It seems it is working actually.
Hello Alex:
I just installed a relay and I am getting Failed to query protocol-parameters from node, not yet fully started?
I used ./deploy-as-system.sh in version 1.26.2
any ideas.
Thanks
sudo systemctl status cnode
cardano@SN-relay:/opt/cardano/cnode/scripts$ systemctl status cnode
● cnode.service - Cardano Node
Loaded: loaded (/etc/systemd/system/cnode.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2021-05-08 23:17:25 +08; 7s ago
Main PID: 2564 (bash)
Tasks: 10 (limit: 9486)
Memory: 76.6M
CGroup: /system.slice/cnode.service
├─2564 bash /opt/cardano/cnode/scripts/cnode.sh
└─2648 cardano-node run --topology /opt/cardano/cnode/files/topology.json --config /opt/cardano/cnode/files/config.json --datab>
May 08 23:17:29 SN-relay cnode[2648]: Listening on http://127.0.0.1:12798
this is how I am installing:
Installing Prereqs:
mkdir “$HOME/tmp”
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”
Installing cardano-node and cardano-cli:
cd ~/git
cd cardano-node
git fetch --tags --all
git pull
git checkout $(curl -s https://api.github.com/repos/input-output-hk/cardano-node/releases/latest | jq -r .tag_name)
$CNODE_HOME/scripts/cabal-build-all.sh -o
cardano@SN-relay:/opt/cardano/cnode/scripts$ journalctl -e -f -u cnode.service
Hint: You are currently not seeing messages from other users and the system.
Users in groups ‘adm’, ‘systemd-journal’ can see all messages.
Pass -q to turn off this notice.
– Logs begin at Sat 2021-05-08 19:56:55 +08. –
May 08 21:29:40 SN-relay cnode[1725]: Listening on http://127.0.0.1:12798
May 08 21:35:09 SN-relay cnode[1725]: Shutting down…
– Reboot –
May 08 21:35:46 SN-relay cnode[693]: WARN: A prior running Cardano node was not cleanly shutdown, socket file still exists. Cleaning up.
May 08 21:35:49 SN-relay cnode[778]: Listening on http://127.0.0.1:12798
May 08 22:06:16 SN-relay cnode[778]: Shutting down…
– Reboot –
May 08 22:07:13 SN-relay cnode[670]: WARN: A prior running Cardano node was not cleanly shutdown, socket file still exists. Cleaning up.
May 08 22:07:19 SN-relay cnode[783]: Listening on http://127.0.0.1:12798
May 08 22:08:25 SN-relay cnode[783]: Shutting down…
May 08 22:12:49 SN-relay cnode[1517]: WARN: A prior running Cardano node was not cleanly shutdown, socket file still exists. Cleaning up.
May 08 22:12:52 SN-relay cnode[1601]: Listening on http://127.0.0.1:12798
May 08 23:16:32 SN-relay cnode[1601]: Shutting down…
May 08 23:17:29 SN-relay cnode[2648]: Listening on http://127.0.0.1:12798
Tell me the status of the node, is fine now?
Yes, but I think the developers are working on code, I had to set the UPDATE_CHECK=“N” in the env file and also the ./sLview is version 1.27.0, I will now compare the ./gLiveview.sh with an 1.26.2 version one to see if there are any differences my relay is at version 1.27.0, the one I installed yesterday, the one I installed today is at 1.26.2
The last official version released is 1.26.2
Yes, they are always working to improve the code
hello alex:
I am getting this error, any ideas.
Running leaderlogs for next epoch[265]
ERROR: failure in leaderlog while running:
/home/node/.cargo/bin/cncli leaderlog --db /opt/cardano/cnode/guild-db/cncli/cncli.db --byron-genesis /opt/cardano/cnode/files/byron-genesis.json --shelley-genesis /opt/cardano/cnode/files/genesis.json --ledger-set next --pool-id 5b6524492e17cf554c620fec9eda55278957bdf869da6da8525fc72e --pool-vrf-skey /opt/cardano/cnode/priv/pool/ADA_Pays_Stake_Pool/vrf.skey --tz UTC
Error message: EOF while parsing a value at line 1 column 0
node@ny-producer:/opt/cardano/cnode/scripts$ ./cncli.sh leaderlog
Thanks
To early, wait and try again later
hello Alex:"
I am 1d and 6 hours from next epoch, ran the leaderlog and got same error:
Running leaderlogs for next epoch[265]
ERROR: failure in leaderlog while running:
/home/node/.cargo/bin/cncli leaderlog --db /opt/cardano/cnode/guild-db/cncli/cncli.db --byron-genesis /opt/cardano/cnode/files/byron-genesis.json --shelley-genesis /opt/cardano/cnode/files/genesis.json --ledger-set next --pool-id 5b6524492e17cf554c620fec9eda55278957bdf869da6da8525fc72e --pool-vrf-skey /opt/cardano/cnode/priv/pool/ADA_Pays_Stake_Pool/vrf.skey --tz UTC
Error message: EOF while parsing a value at line 1 column 0
node@ny-producer:/opt/cardano/cnode/scripts$ ./cncli.sh leaderlog
I didn’t ran yet, wait more hours