From: Joey Hess Date: Wed, 20 Aug 2025 18:58:44 +0000 (-0400) Subject: bug X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~200 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8122195ac895daba33fe02f19fbc31ac31851751;p=git-annex.git bug --- 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. +