Hey Guys, i’m currently running into this issue ! I’m trying to rotate my kes Keys but i get this error " cardano-cli: Network.Socket.connect: <socket: 11>: does not exist (No such file or directory) "
can someone help me please !
Hey Guys, i’m currently running into this issue ! I’m trying to rotate my kes Keys but i get this error " cardano-cli: Network.Socket.connect: <socket: 11>: does not exist (No such file or directory) "
can someone help me please !
coincashew or cntools guide?
Everything was working just fine last time but i don’t know why i get this error !
I’m using coincashew
The node is up and running?
Try this
echo export CARDANO_NODE_SOCKET_PATH="$NODE_HOME/db/socket" >> $HOME/.bashrc
source $HOME/.bashrc
Yes The Node is running !
Damn i’m getting the same error again
Hmm, the node crashing
sudo systemctl status cardano-node
free -m and show me the output
free -m and share the output
Not ok, increase the swap file to 6G
Do you know How can i do that please ?
try ```
sudo swapoff -a
free -m
Btw i just checked in the db folder and there is no file or folder named “Socket”
sudo fallocate -l 6G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
free -m
To make this change permanent type
sudo nano /etc/fstab
and add this line to the end (new line)
/swapfile swap swap defaults 0 0
save the file, now the node should work fine
Thanks for your help but i’m still having the same issue with the socket path.
of course, does the node started in glive?