Resolute Test 2 Note: I increased debug output here a bit, more logs, verbose execution. That was because on this system the initial connection via the default service took quite long. But it worked out well - I only wanted to explain why the log here is a bit more verbose.
./download-release-file + '[' -n '' ']' ++ mktemp -d /tmp/tortest.XXXXXX + tmpdir=/tmp/tortest.rJwkXh + cd /tmp/tortest.rJwkXh + LOGFILE=log + torpid= + trap cleanup EXIT + cat ++ pwd ++ pwd + /usr/bin/tor -f torrc Aug 17 08:39:09.791 [notice] Tor 0.4.9.11 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.5.5, Zlib 1.3.1, Liblzma 5.8.3, Libzstd 1.5.7 and Glibc 2.43 as libc. Aug 17 08:39:09.791 [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 17 08:39:09.791 [notice] Read configuration file "/tmp/tortest.rJwkXh/torrc". Aug 17 08:39:09.793 [notice] Opening Socks listener on 127.0.0.1:0 Aug 17 08:39:09.793 [notice] Socks listener listening on port 44239. Aug 17 08:39:09.793 [notice] Opened Socks listener connection (ready) on 127.0.0.1:44239 Aug 17 08:39:09.793 [notice] Opening Control listener on /tmp/tortest.rJwkXh/ctl Aug 17 08:39:09.794 [notice] Opened Control listener connection (ready) on /tmp/tortest.rJwkXh/ctl + echo 'Tor started.' ... Getting file. + rm -f Release + torsocks -a 127.0.0.1 -P 44239 curl --retry 5 --max-time 300 --location -o Release --stderr - https://deb.debian.org/debian/dists/stable/Release % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 135.3k 100 135.3k 0 0 145.6k 0 0 + rc=0 + '[' 0 -eq 0 ']' + grep 'Origin:[[:space:]]*Debian' Release Origin: Debian + echo 'Successfully downloaded a Release file.' Successfully downloaded a Release file. Worked as well, resolute passed the functional test to transfer something through the TOR network as well. ** Tags removed: verification-needed-resolute ** Tags added: verification-done-resolute ** Tags removed: verification-needed-jammy ** Tags added: verification-done-jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2163259 Title: Tor sunsets <=4.8 - update to 4.9.11 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tor/+bug/2163259/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
