Unexpected Reboots on ARM64
Summary
When running arm64 builds of DxEnterprise, unexpected reboots may occur when running commands such as dxcli activate-server
or dxcli get-node-detail
.
Information
This isn't an issue on Raspberry Pi hardware, but AWS Graviton hardware may try to read from /dev/mem which will cause an aborted connection.
Resolution
To work around this issue, run the following command:
sudo rm /dev/mem