Socket goes missing

               total        used        free      shared  buff/cache   available
Mem:           7950        4619         119           0        3211        3081
Swap:             0           0           0

CPU utilization is near to 95-100

ok, try this

sudo fallocate -l 6G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile

then open the file

sudo nano /etc/fstab

and add this line at the end as new line

/swapfile swap swap defaults 0 0

save the file and check glive in few minutes

Okay now sync status sync is at : 95.8% and socket file is back in db folder. Thank you Alex.

1 Like

You are welcome, cheers :beers:

1 Like

This is my story :

  1. Restarting Ubuntu Server

  2. Execute cardano-node run \ --config $HOME/cardano/config/mainnet-config.json \ --database-path $HOME/cardano/db/ \ --socket-path $HOME/cardano/db/node.socket \ --host-addr 127.0.0.1 \ --port 1337 \ --topology $HOME/cardano/config/mainnet-topology.json

  3. Image freeze at this stage

  4. Execute command Top → Processor is on 100%

  5. In db/ folder socket still not exist
    image

  6. Execute function cardano-cli query tip --mainnet
    image

  7. Still waiting…

  8. After 15 min get some progress

  9. Patience is the key - :relieved:

  10. Node Socket Created :innocent: :grinning: :ok_hand: :sunglasses:
    image

Try with 0.0.0.0

1 Like

The post is updated.
Yoda to me : “Patience you must have. Worth it will be”
Thanks, @Alexd1985

1 Like

Wondering what’s the hardware spec. you are using?

6 vCPU Cores
16 GB RAM
400 GB SSD

1 Like

Alex, I have added swap few days ago but now again my producer is falling behind says syncing 97% in glive view and stuck at same number since 24 hours. I have updated latest node version yesterday.

can u share the glive output?

Screen Shot 2022-02-17 at 8.53.35 AM

hmm do you have free space left on HDD?

type journalctl -e -f -u cardano-node do u see any errors?

I can confirm that I have space around 450 GB free in instance and I can see errors like this
Feb 17 13:49:06 ip-xxx-xx-xx-xx cardano-node[1041]: [ip-172-3:cardano.node.Forge:Error:17993] [2022-02-17 13:49:06.00 UTC] fromList [("val",Object (fromList [("kind",String "TraceNoLedgerView"),("slot",Number 5.3539455e7)])),("credentials",String "Cardano")]

Hmm… can u add only the IOHK nodes inside the topology file and restart the node?

https://hydra.iohk.io/build/12179730/download/1/mainnet-topology.json

Do you mean remove my relay and add IOHK nodes?

Yes, this way u can test if it’s something with the relay

BTW… the relay is 100% synced?

Yes, Relay is 100% synced and doing good.

still on 97%
Screenshot 2022-02-17 at 9.45.28 PM

man, but I see it moved to epoch 318 :)) just wait