You are not logged in.
Pages: 1
hello! i cant start tor, there is no exceptions or warnings, just freeze when i start it. (tor.servise is enabled)
output for sudo tor:
Aug 02 10:28:53.519 [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.40 as libc.
Aug 02 10:28:53.520 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Aug 02 10:28:53.520 [notice] Read configuration file "/etc/tor/torrc".
Aug 02 10:28:53.523 [notice] Opening Socks listener on 127.0.0.1:9050
Aug 02 10:28:53.523 [notice] Opened Socks listener connection (ready) on 127.0.0.1:9050
after it nothing happens.
output for sudo killall tor:
tor: no process found
output for journalctl -xeu tor.service:
Aug 02 10:42:47 archlinux Tor[2744]: Bootstrapped 14% (handshake): Handshaking with a relay
Aug 02 10:42:47 archlinux Tor[2744]: Bootstrapped 15% (handshake_done): Handshake with a rela>
Aug 02 10:42:47 archlinux Tor[2744]: Bootstrapped 75% (enough_dirinfo): Loaded enough directo>
Aug 02 10:42:47 archlinux Tor[2744]: Bootstrapped 90% (ap_handshake_done): Handshake finished>
Aug 02 10:42:47 archlinux Tor[2744]: Bootstrapped 95% (circuit_create): Establishing a Tor ci>
Aug 02 10:42:47 archlinux Tor[2744]: Bootstrapped 100% (done): Done
Aug 02 10:42:58 archlinux Tor[2744]: Catching signal TERM, exiting cleanly.
Aug 02 10:42:58 archlinux systemd[1]: tor.service: Deactivated successfully.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/l … temd-devel
░░
░░ The unit tor.service has successfully entered the 'dead' state.
Aug 02 10:42:58 archlinux systemd[1]: tor.service: Consumed 1.664s CPU time, 68.8M memory pea>
░░ Subject: Resources consumed by unit runtime
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/l … temd-devel
░░
░░ The unit tor.service completed and consumed the indicated resources.
output for systemctl status tor.service:
○ tor.service - Anonymizing overlay network for TCP
Loaded: loaded (/usr/lib/systemd/system/tor.service; enabled; preset: disabled)
Active: inactive (dead) since Fri 2024-08-02 10:45:50 MSK; 24s ago
Duration: 12.825s
Invocation: f2f14e7d7606426691fe60a13436bb50
Process: 2995 ExecStartPre=/usr/bin/tor -f /etc/tor/torrc --verify-config (code=exited, s>
Process: 2996 ExecStart=/usr/bin/tor -f /etc/tor/torrc (code=exited, status=0/SUCCESS)
Main PID: 2996 (code=exited, status=0/SUCCESS)
Mem peak: 37.7M
CPU: 1.502s
Aug 02 10:45:38 archlinux Tor[2996]: Bootstrapped 10% (conn_done): Connected to a relay
Aug 02 10:45:38 archlinux Tor[2996]: Bootstrapped 14% (handshake): Handshaking with a relay
Aug 02 10:45:38 archlinux Tor[2996]: Bootstrapped 15% (handshake_done): Handshake with a rela>
Aug 02 10:45:38 archlinux Tor[2996]: Bootstrapped 75% (enough_dirinfo): Loaded enough directo>
Aug 02 10:45:38 archlinux Tor[2996]: Bootstrapped 90% (ap_handshake_done): Handshake finished>
Aug 02 10:45:38 archlinux Tor[2996]: Bootstrapped 95% (circuit_create): Establishing a Tor ci>
Aug 02 10:45:38 archlinux Tor[2996]: Bootstrapped 100% (done): Done
Aug 02 10:45:49 archlinux Tor[2996]: Catching signal TERM, exiting cleanly.
Aug 02 10:45:50 archlinux systemd[1]: tor.service: Deactivated successfully.
Aug 02 10:45:50 archlinux systemd[1]: tor.service: Consumed 1.502s CPU time, 37.7M memory pea
Offline
As user try starting /usr/bin/torbrowser-launcher from a gui-terminal and post the output .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
=== AUTHENTICATING FOR org.freedesktop.systemd1.manage-units ====
Authentication is required to start 'usr-bin-torbrowser\x2dlauncher.mount'.
Authenticating as: user
Password:
==== AUTHENTICATION COMPLETE ====
Failed to start usr-bin-torbrowser\x2dlauncher.mount: Unit usr-bin-torbrowser\x2dlauncher.mount not found.
Last edited by tonkaxxx (2024-08-02 21:45:45)
Offline
Did you run the command /usr/bin/torbrowser-launcher or systemctl start usr-bin-torbrowsert?
If you did the former try running /usr/bin/torbrowser-launcher in your terminal just like it's type don't add systemctl start to the begining of the command, if it was the later try posting the contents of /usr/bin/torbrowser-launcher , mine looks like this (minus a long comment):
#!/usr/bin/python
import torbrowser_launcher
torbrowser_launcher.main()
Offline
/usr/bin/torbrowser-launcher
fish: Unknown command: /usr/bin/torbrowser-launcher
Offline
You must install the torbrowser-launcher package with pacman.
Offline
thank you
Offline
Pages: 1