Opened at 2009-12-12T16:09:44Z
Last modified at 2013-05-27T17:36:05Z
#854 closed defect
what to do when you can't find any IP address for yourself — at Initial Version
Reported by: | zooko | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | code-network | Version: | 1.5.0 |
Keywords: | usability iputil transparency | Cc: | |
Launchpad Bug: |
Description
In #853 a user on Windows had changed their PATH so that there was no route.exe. This causes Tahoe-LAFS 1.5.0-r1408 to emit an unhelpful error message and call os.abort(). I've written a unit test to simulate this condition, but now I'm not sure what Tahoe-LAFS ought to do in this case:
- Emit a help error message like "Hey you have no IP address" and then os.abort()
- Go ahead and start up. You don't necessarily need an IP address to operate as a Tahoe-LAFS client or server!
Note: See
TracTickets for help on using
tickets.