From 8122195ac895daba33fe02f19fbc31ac31851751 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 20 Aug 2025 14:58:44 -0400 Subject: [PATCH] bug --- doc/bugs/tahoe_special_remote_needs_updating.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/bugs/tahoe_special_remote_needs_updating.mdwn diff --git a/doc/bugs/tahoe_special_remote_needs_updating.mdwn b/doc/bugs/tahoe_special_remote_needs_updating.mdwn new file mode 100644 index 0000000000..e7b1aaf831 --- /dev/null +++ b/doc/bugs/tahoe_special_remote_needs_updating.mdwn @@ -0,0 +1,15 @@ +After `apt-get install tahoe-lafs` installed version 1.20.0-6, this fails + + TAHOE_FURL=foo git-annex initremote t type=tahoe embedcreds=yes + + /usr/bin/tahoe: Unknown command: start + +The tahoe man page says: + + CONTROLLING NODES + In the past, the 'tahoe' command offered service watching (with start, restart, stop commands), but this was not very portable + and has been deprecated. + + COMMANDS + run Run a node without daemonizing. This is the only command for running nodes. + -- 2.30.2