Troubleshooting
SGX not detected on supported hardware→
Ensure SGX is enabled in BIOS:
- Enter BIOS setup (usually DEL or F2 during boot)
- Navigate to Security or Advanced settings
- Enable “Intel SGX” or “Software Guard Extensions”
- Set SGX memory size (recommend 128MB minimum)
- Save and reboot
sudo sgx_enable --status
Connection refused on port 9001→
Check firewall and network settings:
- Verify port 9001 is open in firewall
- Check Docker network configuration
- Ensure no other service is using port 9001
- Verify bootstrap peers are accessible
sudo netstat -tlnp | grep 9001
Attestation verification failed→
Common attestation issues:
- AESM service not running
- Outdated SGX drivers
- Invalid platform certificates
- Network time synchronization issues
sudo systemctl status aesmd
$AIUS wallet not syncing→
Troubleshooting $AIUS wallet issues:
- Verify Arbius RPC endpoint is accessible
- Check agent has generated wallet address
- Ensure network configuration matches (mainnet/testnet)
- Verify initial $AIUS balance if expected
docker logs catgirl-agent | grep wallet
Need Help?
Check the GitHub issues or join our Telegram community for support.
