Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 05/02/2019, à 11:41

Kasskoul

(TOR) installation et decompression de tor-browser-linux64

Bonjour j'obtiens un message d'erreur de l'installation de tor-browser, car apparemment tor lui fonctionne !

$ tor
Feb 05 10:28:09.846 [notice] Tor 0.3.2.10 (git-0edaa32732ec8930) running on Linux with Libevent 2.1.8-stable, OpenSSL 1.1.0g, Zlib 1.2.11, Liblzma 5.2.2, and Libzstd 1.3.3.
Feb 05 10:28:09.846 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Feb 05 10:28:09.846 [notice] Read configuration file "/etc/tor/torrc".
Feb 05 10:28:09.858 [notice] Scheduler type KIST has been enabled.
Feb 05 10:28:09.858 [notice] Opening Socks listener on 127.0.0.1:9050
Feb 05 10:28:09.858 [warn] Could not bind to 127.0.0.1:9050: Address already in use. Is Tor already running?
Feb 05 10:28:09.859 [warn] Failed to parse/validate config: Failed to bind one of the listener ports.
Feb 05 10:28:09.859 [err] Reading config failed--see warnings above.
tom@tom-HP-Pavilion-g6-Notebook-PC:~$ htop
tom@tom-HP-Pavilion-g6-Notebook-PC:~$ sudo killall tor
tom@tom-HP-Pavilion-g6-Notebook-PC:~$ tor
Feb 05 10:30:52.608 [notice] Tor 0.3.2.10 (git-0edaa32732ec8930) running on Linux with Libevent 2.1.8-stable, OpenSSL 1.1.0g, Zlib 1.2.11, Liblzma 5.2.2, and Libzstd 1.3.3.
Feb 05 10:30:52.608 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Feb 05 10:30:52.608 [notice] Read configuration file "/etc/tor/torrc".
Feb 05 10:30:52.620 [notice] Scheduler type KIST has been enabled.
Feb 05 10:30:52.620 [notice] Opening Socks listener on 127.0.0.1:9050
Feb 05 10:30:52.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Feb 05 10:30:53.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Feb 05 10:30:53.000 [notice] Bootstrapped 0%: Starting
Feb 05 10:30:53.000 [notice] Starting with guard context "default"
Feb 05 10:30:54.000 [notice] Bootstrapped 5%: Connecting to directory server
Feb 05 10:30:54.000 [notice] Bootstrapped 10%: Finishing handshake with directory server
Feb 05 10:30:55.000 [notice] Bootstrapped 15%: Establishing an encrypted directory connection
Feb 05 10:30:55.000 [notice] Bootstrapped 20%: Asking for networkstatus consensus
Feb 05 10:30:55.000 [notice] Bootstrapped 25%: Loading networkstatus consensus
Feb 05 10:30:57.000 [notice] I learned some more directory information, but not enough to build a circuit: We have no usable consensus.
Feb 05 10:30:57.000 [notice] Bootstrapped 40%: Loading authority key certs
Feb 05 10:30:58.000 [notice] Bootstrapped 45%: Asking for relay descriptors
Feb 05 10:30:58.000 [notice] I learned some more directory information, but not enough to build a circuit: We need more microdescriptors: we have 0/6638, and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint bw, and 0% of exit bw = 0% of path bw.)
Feb 05 10:30:58.000 [notice] Bootstrapped 50%: Loading relay descriptors
Feb 05 10:31:00.000 [notice] Bootstrapped 56%: Loading relay descriptors
Feb 05 10:31:00.000 [notice] Bootstrapped 65%: Loading relay descriptors
Feb 05 10:31:00.000 [notice] Bootstrapped 71%: Loading relay descriptors
Feb 05 10:31:00.000 [notice] Bootstrapped 80%: Connecting to the Tor network
Feb 05 10:31:01.000 [notice] Bootstrapped 85%: Finishing handshake with first hop
Feb 05 10:31:01.000 [notice] Bootstrapped 90%: Establishing a Tor circuit
Feb 05 10:31:02.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
Feb 05 10:31:02.000 [notice] Bootstrapped 100%: Done
~$ sudo torbrowser-launcher 
[sudo] Mot de passe de tom : 
Tor Browser Launcher
By Micah Lee, licensed under MIT
version 0.2.9
https://github.com/micahflee/torbrowser-launcher
Refreshing local keyring...
Keyring refreshed successfully...
  No key updates for key: EF6E286DDA85EA2A4BA7DE684E2C6E8793298290
Downloading over Tor
Downloading and installing Tor Browser for the first time.
Téléchargement https://aus1.torproject.org/torbrowser/update_3/release/Linux_x86_64-gcc3/x/en-US
Latest version: 8.0.5
Téléchargement https://dist.torproject.org/torbrowser/8.0.5/tor-browser-linux64-8.0.5_en-US.tar.xz.asc
Téléchargement https://dist.torproject.org/torbrowser/8.0.5/tor-browser-linux64-8.0.5_en-US.tar.xz
Vérification de la signature
Décompression tor-browser-linux64-8.0.5_en-US.tar.xz
Exécution /home/tom/.local/share/torbrowser/tbb/x86_64/tor-browser_fr/start-tor-browser.desktop
Unhandled Error
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 964, in dispatcher
    return func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 1532, in _finishResponse_WAITING
    self._giveUp(Failure(reason))
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 1585, in _giveUp
    self._disconnectParser(reason)
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 1573, in _disconnectParser
    parser.connectionLost(reason)
--- <exception caught here> ---
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 560, in connectionLost
    self.response._bodyDataFinished()
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 964, in dispatcher
    return func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/twisted/web/_newclient.py", line 1220, in _bodyDataFinished_CONNECTED
    self._bodyProtocol.connectionLost(reason)
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 364, in connectionLost
    self.all_done(reason)
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 383, in response_finished
    self.run_task()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 305, in run_task
    self.verify()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 563, in verify
    self.run_task()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 309, in run_task
    self.extract()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 600, in extract
    self.run_task()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 313, in run_task
    self.run()
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 616, in run
    if not self.check_min_version():
  File "/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 604, in check_min_version
    for line in open(self.common.paths['tbb']['changelog']).readlines():
exceptions.IOError: [Errno 2] Aucun fichier ou dossier de ce type: '/home/tom/.local/share/torbrowser/tbb/x86_64/tor-browser_fr/Browser/TorBrowser/Docs/ChangeLog.txt'

j'ignore bien ce qui provoque cette erreur, pour une tel installation ! J'ai cru voir un semblant de même erreur sur le forum de fedora : https://forums.fedora-fr.org/viewtopic.php?id=67382

La personne aurait télécharger un paquet ailleurs, mais bon, aucune méthode m'indique clairement, car j'ai essayé le PPA sur la doc : https://doc.ubuntu-fr.org/tor#installer … or-browser , ainsi que snap install de la doc anglaise :  https://help.ubuntu.com/community/Tor rien n'y fait ...


voici la configuration de mon portable https://pastebin.com/iAEVUemz ◎[▪‿▪]◎

Hors ligne

#2 Le 05/02/2019, à 20:20

toitoinebzh

Re : (TOR) installation et decompression de tor-browser-linux64

bonjour,

pourquoi tu ne l'installe pas directement depuis la logithèque ?

Hors ligne

#3 Le 09/02/2019, à 01:58

Kasskoul

Re : (TOR) installation et decompression de tor-browser-linux64

de retour, ce que j'ai fait, j'ai installé icecat le navigateur avec le dépot sparkylinux pour trouver le .deb du tor browser, mais entre temps je ne sais comment s'est installé le : Tor Browser Button, fameux bouton qui se connecte et déconnecte via le browser ... Par contre il écoute un port en localhost...


voici la configuration de mon portable https://pastebin.com/iAEVUemz ◎[▪‿▪]◎

Hors ligne