Ever since the fork, I have been unable to get monerod to work for more than a day, if that. I have reloaded the database several times, but they all crash the same way.
My latest effort got the following:
2017-09-20 21:27:53.077 7fe5aa00f780 INFO global src/daemon/main.cpp:279 Monero 'Helium Hydra' (v0.11.0.0-release)
2017-09-20 21:27:53.078 7fe5aa00f780 INFO global src/daemon/protocol.h:55 Initializing cryptonote protocol...
2017-09-20 21:27:53.078 7fe5aa00f780 INFO global src/daemon/protocol.h:60 Cryptonote protocol initialized OK
2017-09-20 21:27:53.078 7fe5aa00f780 INFO global src/daemon/p2p.h:63 Initializing p2p server...
[1505942873] libunbound[2658:0] info: warning: unsupported algorithm for trust anchor . DS IN
[1505942873] libunbound[2658:0] warning: trust anchor . has no supported algorithms, the anchor is ignored (check if you need to upgrade unbound and openssl)
sendto: Network is unreachable
2017-09-20 21:28:05.383 7fe5aa00f780 INFO global src/daemon/p2p.h:68 P2p server initialized OK
2017-09-20 21:28:05.383 7fe5aa00f780 INFO global src/daemon/rpc.h:58 Initializing core rpc server...
2017-09-20 21:28:05.383 7fe5aa00f780 INFO global contrib/epee/include/net/http_server_impl_base.h:70 Binding on 127.0.0.1:18081
2017-09-20 21:28:05.383 7fe5aa00f780 INFO global src/daemon/rpc.h:63 Core rpc server initialized OK on port: 18081
2017-09-20 21:28:05.383 7fe5aa00f780 INFO global src/daemon/core.h:73 Initializing core...
2017-09-20 21:28:05.384 7fe5aa00f780 INFO global src/cryptonote_core/cryptonote_core.cpp:323 Loading blockchain from folder /home/jacques/.bitmonero/lmdb ...
Bus error (core dumped)
I am running Ubuntu 14.04 on two different computers and downloaded monerod via the GUI wallet to each one, but, since I see the problem is the daemon, I am running it from the command line. The problem exists on both machines.
Please, any help you can offer will be appreciated.