I am not sure this is going to work.
The client has come up a mere 270 days begind, this is good news. There is only 1 peer which is odd but network traffic is ongoing.
But I am getting thousands of messages:
ERROR: CBlock::ReadFromDisk() : OpenBlockFile failed
in the log file, 10 or 20 a second, so I think that the client cannot read the block chain files.
This is running under ubuntu 14.04, a 32 bit virtual machine, and I seem to recall a possible difference in leveldb file formats.
(Wish I could find a version of the client that compiles or runs under ubuntu 18.04 64 bit but thats another issue.)
Oh, now something different
2020-04-20 10:42:37 socket error accept failed: 24
Ah, I know this one.
uname -n
gives 1024, this is the max files the system can open and its not enough.
uname -n 16000
uname -n
16000
Then run the client in the same window, maybe that will work...