• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Error starting dashd: Error: Initialization sanity check failed.

Lebubar

Active member
I'm trying a new VPS for my next MN and got this error at starting dashd:

lebubar@MasterNodexx~$ ./dashd
Error: Initialization sanity check failed. Dash Core is shutting down.


Did someone have a clue? (lib missing or something?)
 
Also getting this error on Debian 6, 2.6.32 kernel (yes, I know it's old). Running on an OpenVZ VPS container. The code compiles but won't run. It must be something fairly low level, strace gives me:

mmap(NULL, 8392704, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f0698b21000
mprotect(0x7f0698b21000, 4096, PROT_NONE) = 0
clone(child_stack=0x7f0699320fd0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f06993219d0, tls=0x7f0699321700, child_tidptr=0x7f06993219d0) = 25555
umask(077) = 022
rt_sigaction(SIGTERM, {0x438f5d, [], SA_RESTORER, 0x7f0699aadff0}, NULL, 8) = 0
rt_sigaction(SIGINT, {0x438f5d, [], SA_RESTORER, 0x7f0699aadff0}, NULL, 8) = 0
rt_sigaction(SIGHUP, {0x438f94, [], SA_RESTORER, 0x7f0699aadff0}, NULL, 8) = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
open("/proc/stat", O_RDONLY|O_CLOEXEC) = 3
read(3, "cpu 228117 196315 19710 1126196"..., 8192) = 449
close(3) = 0
mlock(0x7fffc5220000, 4096) = 0
munlock(0x7fffc5220000, 4096) = 0
futex(0x7f0699ed0990, FUTEX_WAKE_PRIVATE, 2147483647) = 0
fstat(1, {st_mode=S_IFREG|0644, st_size=16980, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f069c0cd000
write(1, "Error: Initialization sanity che"..., 71Error: Initialization sanity check failed. Dash Core is shutting down.



Any thoughts?
 
i just tried on a computer with an updated OS and it seemed to work fine..;.then the computer power supply failed!!! Nothing to do with the app obviously...so my humble uneducated opinion is IT NEEDS TO RUN ON UPDATED OPERATING SYSTEMS.
 
Back
Top