tor binary and tor/ directory conflict in alpha realease #91

Closed
opened 2019-02-14 17:44:30 +00:00 by wmww · 4 comments

I downloaded the alpha release, unpacked it and cd'd into it. After handling #90, I got an error because Cwtch was trying to make a ./tor/ directory in the current directory, which failed because the ./tor binary was in the way. mv tor tor.backup fixed the issue.

I downloaded the alpha release, unpacked it and cd'd into it. After handling #90, I got an error because Cwtch was trying to make a `./tor/` directory in the current directory, which failed because the `./tor` binary was in the way. `mv tor tor.backup` fixed the issue.
Author

Proposed solution to both this and #90: Move the tor executable to a new ./bin directory, and add it to $PATH in ui.sh

Proposed solution to both this and #90: Move the tor executable to a new `./bin` directory, and add it to `$PATH` in ui.sh
Owner

figured it out, we moved the ACN code out of ui's loadCwtchData() but that is where CwtchDir is set, so ACN is trying to start tor using the current directory causing the collision

figured it out, we moved the ACN code out of ui's loadCwtchData() but that is where CwtchDir is set, so ACN is trying to start tor using the current directory causing the collision
Owner

#95 fixes

#95 fixes
Owner

will be out in a release shortly

will be out in a release shortly
dan closed this issue 2019-02-22 20:16:38 +00:00
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cwtch.im/ui#91
No description provided.