[1616613392] libunbound[23599:0] error: nettle random(yarrow) cannot initialize, getentropy failed: Function not implemented
2021-03-24 19:16:32.590 W libunbound was not built with threads enabled - crashes may occur
2021-03-24 19:16:32.614 I Monero 'Oxygen Orion' (v0.17.1.9-unknown)
2021-03-24 19:16:32.615 I Initializing cryptonote protocol...
2021-03-24 19:16:32.617 I Cryptonote protocol initialized OK
2021-03-24 19:16:32.625 I Initializing core...
2021-03-24 19:16:32.630 I Loading blockchain from folder /home/root/.bitmonero/lmdb ...
2021-03-24 19:16:32.632 W The blockchain is on a rotating drive: this will be very slow, use an SSD if possible
2021-03-24 19:16:32.696 I Stopping cryptonote protocol...
2021-03-24 19:16:32.703 I Cryptonote protocol stopped successfully
2021-03-24 19:16:32.710 E Exception in main! boost::filesystem::unique_path: Function not implemented
I get this error by simply starting monerod installed from debian bullseye repositories. The machine has an armel architecture and is too underpowered to compile monerod by itself.
./monerod
[1616613392] libunbound[23599:0] error: nettle random(yarrow) cannot initialize, getentropy failed: Function not implemented 2021-03-24 19:16:32.590 W libunbound was not built with threads enabled - crashes may occur 2021-03-24 19:16:32.614 I Monero 'Oxygen Orion' (v0.17.1.9-unknown) 2021-03-24 19:16:32.615 I Initializing cryptonote protocol... 2021-03-24 19:16:32.617 I Cryptonote protocol initialized OK 2021-03-24 19:16:32.625 I Initializing core... 2021-03-24 19:16:32.630 I Loading blockchain from folder /home/root/.bitmonero/lmdb ... 2021-03-24 19:16:32.632 W The blockchain is on a rotating drive: this will be very slow, use an SSD if possible 2021-03-24 19:16:32.696 I Stopping cryptonote protocol... 2021-03-24 19:16:32.703 I Cryptonote protocol stopped successfully 2021-03-24 19:16:32.710 E Exception in main! boost::filesystem::unique_path: Function not implemented
I get this error by simply starting monerod installed from debian bullseye repositories. The machine has an armel architecture and is too underpowered to compile monerod by itself.