Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
torbrowser-launcher don't install stop in verify
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
otakugeek
n00b
n00b


Joined: 26 Jun 2014
Posts: 50

PostPosted: Wed Jun 28, 2017 5:49 am    Post subject: torbrowser-launcher don't install stop in verify Reply with quote

hi, I use Funtoo and and the torbrowser overlay, few months ago the launcher work, but stop start, I install the package version 2.8, when I start, download the bundle, but frozen in Verifying signature and don't intall.

I already change the python default synlink to 2.7 and nothing yet.

someone can help me.
Back to top
View user's profile Send private message
KingAnt
n00b
n00b


Joined: 23 Jan 2017
Posts: 10

PostPosted: Thu Jul 13, 2017 8:15 pm    Post subject: Reply with quote

why do you dont download from the torproject.org ?
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21558

PostPosted: Fri Jul 14, 2017 1:14 am    Post subject: Reply with quote

As best I can tell from the torproject.org site, there is no ebuild or equivalent to manage it. A direct download would be managed outside the central package manager. Many users try to categorically avoid this situation, since careless use of unmanaged installations system-wide can make the system quite difficult to maintain and update. Further, anyone who cares about this sort of thing will have all the areas writable by unprivileged users mounted noexec, which breaks the ability of users to run things not installed system-wide. This unfortunately includes things such as Tor Browser, necessitating that it be installed system-wide, which in turn strongly recommends managing it through an ebuild.
Back to top
View user's profile Send private message
mimosinnet
l33t
l33t


Joined: 10 Aug 2006
Posts: 713
Location: Barcelona, Spain

PostPosted: Sat Feb 17, 2018 9:18 am    Post subject: Re: torbrowser-launcher don't install stop in verify Reply with quote

otakugeek wrote:
hi, I use Funtoo and and the torbrowser overlay, few months ago the launcher work, but stop start, I install the package version 2.8, when I start, download the bundle, but frozen in Verifying signature and don't intall.


I am stuck on the same issue. I have found some posts stating that the issue can be solved by updating the signature, and I have found different posts in other webs dealing with this issue:


Have you been able to solve it?

Edit: This is the output when manually verifying the package:
Code:
gpg --verify tor-browser-linux64-7.5_en-US.tar.xz.asc
gpg: assuming signed data in 'tor-browser-linux64-7.5_en-US.tar.xz'
gpg: Signature made Tue Jan 23 01:50:13 2018 CET
gpg:                using RSA key D1483FA6C3C07136
gpg: requesting key D1483FA6C3C07136 from http server hkps.pool.sks-keyservers.net
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
gpg: Can't check signature: No public key


Cheers!
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved.
Take care of the community answering unanswered posts.


Last edited by mimosinnet on Sat Feb 17, 2018 9:34 am; edited 3 times in total
Back to top
View user's profile Send private message
mimosinnet
l33t
l33t


Joined: 10 Aug 2006
Posts: 713
Location: Barcelona, Spain

PostPosted: Sat Feb 17, 2018 9:20 am    Post subject: Reply with quote

Hu wrote:
As best I can tell from the torproject.org site, there is no ebuild or equivalent to manage it.


There is an overlay with an ebuild. I am using the torbrowser overlay.

Cheers!
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved.
Take care of the community answering unanswered posts.
Back to top
View user's profile Send private message
mimosinnet
l33t
l33t


Joined: 10 Aug 2006
Posts: 713
Location: Barcelona, Spain

PostPosted: Sat Feb 17, 2018 9:51 am    Post subject: Reply with quote

If the file /usr/lib64/python2.7/site-packages/torbrowser_launcher/launcher.py is modified, so the verification is not performed (I uncommented the 'verify' function),

Code:
            # download and install
            print(download_message)
            self.set_gui('task', download_message,
                         ['download_version_check',
                          'set_version',
                          'download_sig',
                          'download_tarball',
                          # 'verify',
                          'extract',
                          'run'])


Tor browser correctly starts and installs. It is an issue with the availability of the signature in the key-server.

Cheers!
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved.
Take care of the community answering unanswered posts.


Last edited by mimosinnet on Sun Feb 25, 2018 10:53 pm; edited 1 time in total
Back to top
View user's profile Send private message
gengreen
Apprentice
Apprentice


Joined: 23 Dec 2017
Posts: 150

PostPosted: Mon Feb 19, 2018 10:45 am    Post subject: Reply with quote

I confirm the overlay torbrowser work good on both of my Gentoo install (glibc and musl)

You should use this
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum