Closed PanderMusubi closed 5 years ago
What are your machine specs more specifically? How many RAM and also, do you have swap enabled? Is there enough space on HDD?
Debian 6 GB RAM and 14 GB swap with 70 GB free HD
Ubuntu 2 GB RAM and 2 GB swap with 10 GB free HD
Neither runs out of memory, both have been running Dash masternodes for different versions of Dash for a while, so they are up to the task. What debug logging should I run in order to determine cause of crash?
Hmmm... Not sure why it crashed but it looks like it didn't even complete the initial sync and in fact it was not really doing anything. Check connections in getinfo
and getpeerinfo
rpcs. Try adding some nodes from https://www.dashninja.pl/masternodes.html via addnode IPhere add
(to add some fresh nodes) and removing netfulfilled.dat
(to allow syncing from recent nodes again).
Also, try running it with debug=1
in dash.conf
. This should spam a lot in debug.log
but might give some insights about the crash.
Thanks. I have started both again from only config + wallet + bootstrap and they work now. Think you are right, that the bootstrap didn't complete and that it never could recover from that.
Remarkable that it happened on both independent machines and that they both resulted in an unstable situation that kept on crashing. Not sure how that state could be detected or handling of it improved.
Other minor this is the message
Not capable masternode: Invalid protocol version
that also gets reported by sentinel. All it takes then is start the master node from Qt client, but the message is a bit confusing at first.
If you think no further action is needed, you can close this issues as solved.
Glad you solved it! It's indeed very interesting that you were able to reproduce it, probably smth we should keep in mind (and maybe we should fix this in develop
@codablock).
Anyway, thanks for reporting back! 👍 Closing.
No problem. I think it happened by restarting dashd mid bootstrap.
Describe the issue
0.13.1.0 dashd crashes masternodes every 16-23 minutes on Debian and 12-18 minutes on Ubuntu.
Can you reliably reproduce the issue?
Yes
If so, please list the steps to reproduce below:
Expected behaviour
dashd should not stop that quickly
Actual behaviour
dashd stops regularly
What version of Dash Core are you using?
0.13.1.0
Machine specs:
Any extra information that might be useful in the debugging process.
The output of
tail -f debug.log
This is output of
tail -f sentinel-cron.log
misc more details
Questions