[Bug]: /usr/local/bin/archipelago --version #74
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
/usr/local/bin/archipelago --version launches a new copy of archipelago
Steps to Reproduce
Run
/usr/local/bin/archipelago --version
Expected Behavior
version report
Actual Behavior
launches a new version of archipelago:
archipelago@archipelago:~$ /usr/local/bin/archipelago --version
2026-07-12T20:22:09.806457Z INFO archipelago: Starting Archipelago Bitcoin Node OS
2026-07-12T20:22:09.809844Z INFO archipelago: 📁 Data directory: /var/lib/archipelago
2026-07-12T20:22:09.810845Z WARN archipelago::crash_recovery: Crash detected: previous instance (PID 3640774) did not shut down cleanly
2026-07-12T20:22:09.811049Z WARN archipelago::crash_recovery: Previous process (PID 3640774) is still running — not a crash, skipping recovery
^C
Archipelago Version
1.7.99-alpha
Hardware
x86_64 (Intel/AMD)
Relevant Logs
No response
Screenshots
No response
Fixed in
9a7331ceon main.archipelago --version(and-V) now prints e.g.archipelago 1.7.104-alpha-devand exits immediately — no daemon boot, no crash-recovery side effects.--help/-hadded too, and unknown dashed options now error out instead of silently starting a second instance. Ships in the next OTA; leaving open until verified on a node running that build.