Skip to content
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

this gave me an error on my machine. #308

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

virgil
Copy link
Contributor

@virgil virgil commented Oct 17, 2016

adding this line fixed the problem.

adding this line fixed the problem.
@NSkelsey
Copy link
Contributor

@evilaliv3 the TLS certificate on deb.globaleaks.org has expired.

@virgil I suspect that this will not get merged. Can you share the the log output of the install with/without the pip upgrade pip line)?

@virgil
Copy link
Contributor Author

virgil commented Oct 17, 2016

I already killed the machine and moved to Trusty after another error occurred with the python cryptography package.

It's fine if it doesn't get merged. But adding that line allowed me to progress one step further on the new Ubuntu 16.04 LTE .

@@ -86,7 +86,7 @@ fi

echo "Adding GlobaLeaks PGP key to trusted APT keys"
TMPFILE=/tmp/globaleaks_key.$RANDOM
DO "wget https://deb.globaleaks.org/globaleaks.asc -O $TMPFILE"
DO "wget --no-check-certificate https://deb.globaleaks.org/globaleaks.asc -O $TMPFILE"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the certificate just expired today and i've renewed it but we cannot remove the check of https :)

@@ -113,6 +113,9 @@ if [ ! -f /etc/apt/sources.list.d/globaleaks.list ]; then
echo "deb http://deb.globaleaks.org $DISTRO_CODENAME/" > /etc/apt/sources.list.d/globaleaks.list
fi

# adding this fixed a problem in my installation
DO "pip install --upgrade pip"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this is needed? what was the error?

@virgil
Copy link
Contributor Author

virgil commented Oct 18, 2016

The error was on Ubuntu 16.04

If dont want to add it that's cool. I simply saw it as no harm done and it
let the tor2web related Python packages download without hiccup.

On Tuesday, October 18, 2016, Giovanni Pellerano notifications@github.com
wrote:

@evilaliv3 commented on this pull request.

In scripts/install.sh
#308 (review)
:

@@ -113,6 +113,9 @@ if [ ! -f /etc/apt/sources.list.d/globaleaks.list ]; then
echo "deb http://deb.globaleaks.org $DISTRO_CODENAME/" > /etc/apt/sources.list.d/globaleaks.list
fi

+# adding this fixed a problem in my installation
+DO "pip install --upgrade pip"

why this is needed? what was the error?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#308 (review),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAE9qsV3PcOPgMiDDkrPVFVy49HY_f8wks5q1Eb-gaJpZM4KYXGe
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants