-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
tor2web installation struggles on bionic #356
Comments
Nothing you do wrong. just package doesn't exsit
…On Tue, Jun 25, 2019 at 12:33 AM S Aruna ***@***.***> wrote:
$ wget https://deb.globaleaks.org/install-tor2web.sh
$ chmod +x install-tor2web.sh
$ ./install-tor2web.sh
Checking preliminary Tor2web requirements
+ apt-key requirement meet
+ apt-get requirement meet
Detected OS: Ubuntu - bionic
grep: Unmatched ( or \(
Adding GlobaLeaks PGP key to trusted APT keys
Running: "apt-key add /globaleaks_key"... SUCCESS
Running: "rm -f /globaleaks_key"... SUCCESS
Running: "apt-get update -y"... SUCCESS
Installing software-properties-common
Running: "apt-get install software-properties-common -y"... SUCCESS
Running: "apt-get update -y"... SUCCESS
Running: "apt-get install tor2web -y"... FAIL
Ouch! The installation failed.
COMBINED STDOUT/STDERR OUTPUT OF FAILED COMMAND:
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package tor2web
Contents of /etc/apt/sources.list:
deb http://deb.torproject.org/torproject.org bionic main
deb-src http://deb.torproject.org/torproject.org bionic main
What am I doing wrong?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#356>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIFGDRPJ3EBJVIXWRJCUZZLP4FDTRANCNFSM4H3C3GEQ>
.
|
So, how do I install |
wait till they fix the repository problem. that happened before and they
fixed it.
…On Tue, Jun 25, 2019 at 12:36 AM S Aruna ***@***.***> wrote:
So, how do I install tor2web?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#356>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIFGDROZECJDWJO3ZWFAOXTP4FD7LANCNFSM4H3C3GEQ>
.
|
👍 oh ok! Is it available on another ubuntu distribution? Like |
No, just wait for fix. you can also build .deb from source
…On Tue, Jun 25, 2019 at 12:39 AM S Aruna ***@***.***> wrote:
👍 oh ok! Is it available on another ubuntu distribution? Like xenial -
do you know?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#356>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIFGDRNGJXG6PWINR5ATZL3P4FEJ3ANCNFSM4H3C3GEQ>
.
|
Okay, I struggled through this installation on bionic, but the packages are severely broken. I have a broken version of tor2web installed from source using https://github.com/globaleaks/Tor2web/blob/master/scripts/build.sh, which does not contain the The broken version of
I have tried installing on https://github.com/globaleaks/Tor2web/wiki/Installation-Guide#install-and-configure-tor2web seems to be quite outdated. I want to help fix these issues, but I don't know how. Is there an Ubuntu version for which https://github.com/globaleaks/Tor2web/wiki/Installation-Guide#install-and-configure-tor2web just works out of the box? I would love to help clean up the wiki, and get this to a state where the resource on this repository are reliable. Please help me out here! |
@arunasank: thank you for notifying this. The repository is currently under maintainance, and the package will be re-released soon. I'm currently away but will be back later. If you can in the meantime could you make a summary of ally your findings? |
@arunasank: would you please retry the install on ubuntu Bionic? I just packaged it, it should work except for Apparmor that probably would need minor fixes. If you could try:
thank you! |
Thank you so much @evilaliv3 |
@evilaliv3 Question - what issue does your package fix? When I try to install tor2web using the
|
Are you able to help on IRC? I am on the #tor2web channel on OFTC. |
@evilaliv3 yep I re-ran the instructions from scratch on a machine reset to |
@arunasank: Currently i've limited time i'm so sorry @arunasank; I will let you know as soon that i can. I will immediately issue a package where to use python3-twisted instead of python3-twisted-code that do not exists. will write here as soon that it is available. |
also, FYI, the line https://github.com/globaleaks/Tor2web/blob/master/scripts/install.sh#L150 fails it you test with:
and the following grep also triggers an error (from the install script):
|
Update: I managed to set it up on a xenial machine. 🎉 💃 I will write up the instructions for the same, since I had to do a great deal of gymnastics to install some python dependencies of the project. It still fails on bionic though. Thanks for everyone that replied here - even just an offer of help can make a difference to the motivations of a struggling dev. 😅 @evilaliv3 let's do bionic install fixes whenever you manage to find the time - would love to improve the resources here. |
@arunasank: with @vecna we should have now solved the package install with bionic. You find out a package version 3.1.74! |
I can test this some time today and report back on whether it really works. Thanks good folks! |
Works on Good progress on
About the wiki - okay to move it into a folder containing markdown files within the repo? |
@arunasank As for the current bionic package if you disable appartmor it will work like a charm. As for the wiki it is perfect to move it inside git; eventually we can think even to make it on docs.tor2web.org using readthedocs if you want to manage this change but this is probably a big one and we can just start of muving it to the repo and improve it by pull requests. what do you think? |
@evilaliv3 The error pasted above is after disabling APPARMOR actually.
Sounds good! : ) I can help fix this. I want more people to use the project! |
Was the xenial package changed or updated recently? Because tor2web is broken on xenial again. 🙈 |
@arunasank: do you have any progress? do you have any patch to share in relation to make it work on ubuntu bionic? with @jbash we are considering as well to bump Tor2web to use Onion Services V3 (#353); have you considered them in your work? Do you have by the chance already a patch for this that you would like to share? |
This should be solved @arunasank! p.s.: check https://twitter.com/evilaliv3z/status/1179030986702643205 ! |
Contents of
/etc/apt/sources.list
:What am I doing wrong?
The text was updated successfully, but these errors were encountered: