Opened at 2017-04-13T20:13:04Z
Last modified at 2017-04-18T17:55:25Z
#2874 new defect
early reporting of errors to users on the CLI — at Version 1
Reported by: | dawuud | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | 1.12.1 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by dawuud)
Perhaps: we should replace the tahoe start command something very similar that tails the log looking for a magic string and then exits. If magic completion string is not found then report an error to the user telling them to look at the log file for more info.
We would like to systematically iterate towards an asynchronous startup for tahoe... because we've got an accounting database that needs async startup... and the accounting db is needed for everything else. There are many failure paths that can occur on startup and we'd like to catch all of them as soon as possible and report them to the user instead of what tahoe start does: background the daemon and report nothing to the CLI. Silently fail.