chain-maind failing to start with error: chain-maind[1953]: panic: Value missing for hash 09b5abfdd53c9458c3bfa2c8d15be338ad011dedbea285ee3b82ff9a9e32ea62 corresponding to nodeKey 6e09b5abfdd53c9458c3bfa2c8d15be338ad011dedbea285ee3b82ff9a9e32ea62 #298
-
Good morning. My node fails to start. Due to some btrfs error that I was not able to debug so far, root filesystem went to read-only. After restarting the node and running the unjail transaction successfully, node won't start again. When restarting the service manually, I can see the error attached at the end of this description, main problem is attached to the issue description as well. Some information about my node: Node has 4 CPU, 100GB SSD, 32GB of RAM, ethernet gigabit and a fiber 1GB symmetric connection to the internet. Half of the space is free, and as said, it's running on a btrfs filesystem (Opensuse Leap 15.2). I did send an unjail transaction that was (apparently) successful.
Help will be much appreciated, I'm also available in the discord channel or gitter. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I managed to work around this by doing the following. Please take into account that this node had been running the previous testnet, thaler, so don't be surprised if you see old configurations or missing new configurations. I did apply some of the changes that I found in newer documentations.
I will leave the issue open just in case any developer want to look further into it, but otherwise feel free to close it. |
Beta Was this translation helpful? Give feedback.
I managed to work around this by doing the following. Please take into account that this node had been running the previous testnet, thaler, so don't be surprised if you see old configurations or missing new configurations. I did apply some of the changes that I found in newer documentations.
Make sure services are stopped. Stop them otherwise (please take into account that the service might have a different name for you):
sudo systemctl stop chain-listener.service
Apply some missing new configurations, I suppose the last one regarding "state-sync" is specially important, as it will allow to start the node quite faster than by downloading the whole chain again (sorry if the terms are …