-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
securedrop-admin setup fails on Tails 4 #4751
Comments
@pradyunsg should we also file a bug against |
If someone is willing to post the options passed to pip and more complete output from pip (redacting any sensitive information appropriately), it'll be much easier for me to tell if it's a pip thing or a tor/tails thing or an invocation issue. The arguments/output would help me confirm that. I feel that this is more of a situation of needing to push pip's connections through Tor, when on Tails. A quick look at the corresponding code makes me think that the issue is either in pip, or Line 185 in 7a9750d
|
Tails 4.0 is scheduled to be released on October 22 (per https://tails.boum.org/contribute/calendar/) |
yep looks like the issue is |
Filed a bug against Tails instead of pip: https://redmine.tails.boum.org/code/issues/17074 Adding an unreliable check (is the system Debian? is the node name |
Description
We need to add a torify call to the
pip install
commands insecuredrop-admin setup
Steps to Reproduce
~/Persistent/securedrop
, run./securedrop-admin setup
Expected Behavior
apt and python dependencies are installed
Actual Behavior
apt dependencies are installed, but then:
Comments
Rerunning with
-v
indicates that the problem is a connection failure. Prefixing the./admin/.venv/bin/pip install -r admin/requirements.txt [...more options snipped....]
command withtorify
resolves.Related to #4669
The text was updated successfully, but these errors were encountered: