rustdesk-server
rustdesk-server copied to clipboard
hbbs Hangs at Keypair Generation on Android ARMv7l
Describe the bug The hbbs server process hangs indefinitely at the "Generated new keypair for id" step when running on an Android ARMv7l device
Environment:
Device: Android ARMv7l (rooted)
RustDesk Server Version: 1.1.14
[2025-04-15 07:05:29.121497 +00:00] INFO [src/common.rs:121] Private key comes from id_ed25519
[2025-04-15 07:05:29.145399 +00:00] INFO [libs/hbb_common/src/config.rs:902] Generated new keypair for id:
# ... (process hangs here)
How to Reproduce the bug
Run hbbs on Android ARMv7l:
RUST_LOG=trace ./hbbs
Expected behavior
hbbs generates keys and starts the server.
Pre-existing keys (if provided) are used instead of regeneration.