Changes between Initial Version and Version 1 of Ticket #2874


Ignore:
Timestamp:
2017-04-18T17:22:09Z (7 years ago)
Author:
dawuud
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2874 – Description

    initial v1  
    11
    2 Perhaps: we should replace the tahoe start command something very similar that tails the long 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.
     2Perhaps: 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.
    33
    44We 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.