درود
قبلا که تور رو نصب میکردم، وقتی که لاگهای تور رو بررسی میکردم، تا ۱۰۰٪ میرفت و وصل میشد اما این دفعه باید خودم پل تنظیم میکردم؛ توی فایل torrc، پل ها رو به این صورت وارد کردم:
UseBridges 1
ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy
Bridge obfs4 IP:PORT HASH-OF-YOUR-OBFS4-BRIDGE
Bridge obfs4 IP:PORT HASH-OF-YOUR-OBFS4-BRIDGE
Bridge obfs4 IP:PORT HASH-OF-YOUR-OBFS4-BRIDGE
اما وقتی که دوباره دستور journalctl -exft Tor رو میزنم باز هم مثل قبل ۱۰۰٪ نمیشه:
mahdiar@mahdiar-PC:~$ journalctl -exft Tor
-- Journal begins at Thu 2021-07-15 14:36:11 +0430. --
جولای 24 10:52:43 mahdiar-PC Tor[5729]: We compiled with OpenSSL 1010109f: OpenSSL 1.1.1i 8 Dec 2020 and we are running with OpenSSL 101010af: 1.1.1j. These two versions should be binary compatible.
جولای 24 10:52:43 mahdiar-PC Tor[5729]: Tor 0.4.5.6 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1j, Zlib 1.2.11, Liblzma 5.2.5, Libzstd 1.4.8 and Glibc 2.33 as libc.
جولای 24 10:52:43 mahdiar-PC Tor[5729]: Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
جولای 24 10:52:43 mahdiar-PC Tor[5729]: Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
جولای 24 10:52:43 mahdiar-PC Tor[5729]: Read configuration file "/etc/tor/torrc".
جولای 24 10:52:43 mahdiar-PC Tor[5729]: Opening Socks listener on 127.0.0.1:9050
جولای 24 10:52:43 mahdiar-PC Tor[5729]: Opened Socks listener connection (ready) on 127.0.0.1:9050
جولای 24 10:52:43 mahdiar-PC Tor[5729]: Parsing GEOIP IPv4 file /usr/share/tor/geoip.
جولای 24 10:52:44 mahdiar-PC Tor[5729]: Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
جولای 24 10:52:44 mahdiar-PC Tor[5729]: Bootstrapped 0% (starting): Starting
جولای 24 10:52:44 mahdiar-PC Tor[5729]: Starting with guard context "default"
جولای 24 10:52:44 mahdiar-PC Tor[5729]: Signaled readiness to systemd
جولای 24 10:52:45 mahdiar-PC Tor[5729]: Opening Socks listener on /run/tor/socks
جولای 24 10:52:45 mahdiar-PC Tor[5729]: Opened Socks listener connection (ready) on /run/tor/socks
جولای 24 10:52:45 mahdiar-PC Tor[5729]: Opening Control listener on /run/tor/control
جولای 24 10:52:45 mahdiar-PC Tor[5729]: Opened Control listener connection (ready) on /run/tor/control
جولای 24 10:52:45 mahdiar-PC Tor[5729]: Bootstrapped 5% (conn): Connecting to a relay
جولای 24 10:52:45 mahdiar-PC Tor[5729]: Bootstrapped 10% (conn_done): Connected to a relay
جولای 24 11:01:10 mahdiar-PC Tor[5729]: Interrupt: exiting cleanly.
دستور sudo systemctl restart tor@default.service رو هم وقتی میزنم، خطا میده:
Job for tor@default.service failed because the control process exited with error code.
See "systemctl status tor@default.service" and "journalctl -xe" for details.
میتونید راهنمایی کنید؟