Cześć,
Mam dziś problem z uruchomieniem Tor Browser. Przy uruchamianiu mam następujący komunikat:
~ tor
Jul 15 20:50:21.479 [notice] Tor 0.4.8.12 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.3.1, Zlib 1.3.1, Liblzma 5.6.2, Libzstd 1.5.6 and Glibc 2.39 as libc.
Jul 15 20:50:21.479 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jul 15 20:50:21.479 [notice] Read configuration file "/etc/tor/torrc".
Jul 15 20:50:21.480 [notice] Opening Socks listener on 127.0.0.1:9050
Jul 15 20:50:21.480 [notice] Opened Socks listener connection (ready) on 127.0.0.1:9050
Jul 15 20:50:21.481 [warn] Error setting groups to gid 43: "Operation not permitted".
Jul 15 20:50:21.481 [warn] If you set the "User" option, you must start Tor as root.
Jul 15 20:50:21.481 [notice] Closing partially-constructed Socks listener connection (ready) on 127.0.0.1:9050
Jul 15 20:50:21.481 [warn] Failed to parse/validate config: Problem with User value. See logs for details.
Jul 15 20:50:21.481 [err] Reading config failed--see warnings above.
A przy uruchamianiau torbrowser-launcher:
~ torbrowser-launcher
Tor Browser Launcher
By Micah Lee & Tor Project, licensed under MIT
version 0.3.7
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
Traceback (most recent call last):
File "/usr/bin/torbrowser-launcher", line 31, in <module>
torbrowser_launcher.main()
File "/usr/lib/python3.12/site-packages/torbrowser_launcher/__init__.py", line 81, in main
common = Common(tor_browser_launcher_version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/torbrowser_launcher/common.py", line 53, in __init__
self.torbrowser12_rename_old_tbb()
File "/usr/lib/python3.12/site-packages/torbrowser_launcher/common.py", line 176, in torbrowser12_rename_old_tbb
os.rename(abs_filename, self.paths["tbb"]["dir_tbb"])
OSError: [Errno 39] Directory not empty: '/home/przemek/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US' -> '/home/przemek/.local/share/torbrowser/tbb/x86_64/tor-browser'
Próbowałem kilku rozwiązań jednak nie działają:
sudo killall tor
sudo systemctl restart tor
Wersja z flatpaka działa.
Z góry dziękuję za pomoc
Teraz przy uruchamiania już nie wyświetlają się te dwie linijki dotyczące User
~ tor
Jul 16 17:58:56.646 [notice] Tor 0.4.8.12 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.3.1, Zlib 1.3.1, Liblzma 5.6.2, Libzstd 1.5.6 and Glibc 2.39 as libc.
Jul 16 17:58:56.646 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jul 16 17:58:56.646 [notice] Read configuration file "/etc/tor/torrc".
Jul 16 17:58:56.647 [notice] Opening Socks listener on 127.0.0.1:9050
Jul 16 17:58:56.647 [warn] Could not bind to 127.0.0.1:9050: Address already in use. Is Tor already running?
Jul 16 17:58:56.647 [warn] Failed to parse/validate config: Failed to bind one of the listener ports.
Jul 16 17:58:56.647 [err] Reading config failed--see warnings above.