Resolute Test 1 - first part
Service state in the default config looks good. stop/start works as expected. root@tor-r:~# systemctl status tor@default ● [email protected] - Anonymizing overlay network for TCP Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled-runtime; preset: enabled) Active: active (running) since Mon 2026-08-17 06:23:00 UTC; 28s ago Invocation: 8f4a32b6f13549b9a8fcdb7566a220cc Main PID: 1700 (tor) Tasks: 3 (limit: 574) Memory: 36.3M (peak: 36.6M) CPU: 221ms CGroup: /system.slice/system-tor.slice/[email protected] └─1700 /usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc -f /etc/tor/torrc --RunAsDaemon 0 Aug 17 06:23:00 tor-r Tor[1700]: Set list of supported TLS groups to: ?*X25519MLKEM768 / ?SecP256r1MLKEM768 / *P-256:?X25519:P-224 Aug 17 06:23:00 tor-r Tor[1700]: Bootstrapped 0% (starting): Starting Aug 17 06:23:00 tor-r Tor[1700]: Starting with guard context "default" Aug 17 06:23:00 tor-r Tor[1700]: Signaled readiness to systemd Aug 17 06:23:00 tor-r systemd[1]: Started [email protected] - Anonymizing overlay network for TCP. Aug 17 06:23:01 tor-r Tor[1700]: Opening Socks listener on /run/tor/socks Aug 17 06:23:01 tor-r Tor[1700]: Opened Socks listener connection (ready) on /run/tor/socks Aug 17 06:23:01 tor-r Tor[1700]: Opening Control listener on /run/tor/control Aug 17 06:23:01 tor-r Tor[1700]: Opened Control listener connection (ready) on /run/tor/control Aug 17 06:23:01 tor-r Tor[1700]: Bootstrapped 5% (conn): Connecting to a relay root@tor-r:~# systemctl stop tor@default root@tor-r:~# systemctl status tor@default ○ [email protected] - Anonymizing overlay network for TCP Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled-runtime; preset: enabled) Active: inactive (dead) since Mon 2026-08-17 06:23:32 UTC; 1s ago Duration: 32.161s Invocation: 8f4a32b6f13549b9a8fcdb7566a220cc Process: 1700 ExecStart=/usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc -f /etc/tor/torrc --RunAsDaemon 0 (code=exited, status=0/SUCCESS) Main PID: 1700 (code=exited, status=0/SUCCESS) Mem peak: 36.6M CPU: 232ms Aug 17 06:23:00 tor-r systemd[1]: Started [email protected] - Anonymizing overlay network for TCP. Aug 17 06:23:01 tor-r Tor[1700]: Opening Socks listener on /run/tor/socks Aug 17 06:23:01 tor-r Tor[1700]: Opened Socks listener connection (ready) on /run/tor/socks Aug 17 06:23:01 tor-r Tor[1700]: Opening Control listener on /run/tor/control Aug 17 06:23:01 tor-r Tor[1700]: Opened Control listener connection (ready) on /run/tor/control Aug 17 06:23:01 tor-r Tor[1700]: Bootstrapped 5% (conn): Connecting to a relay Aug 17 06:23:32 tor-r systemd[1]: Stopping [email protected] - Anonymizing overlay network for TCP... Aug 17 06:23:32 tor-r Tor[1700]: Interrupt: exiting cleanly. Aug 17 06:23:32 tor-r systemd[1]: [email protected]: Deactivated successfully. Aug 17 06:23:32 tor-r systemd[1]: Stopped [email protected] - Anonymizing overlay network for TCP. root@tor-r:~# systemctl start tor@default root@tor-r:~# systemctl status tor@default ● [email protected] - Anonymizing overlay network for TCP Loaded: loaded (/usr/lib/systemd/system/[email protected]; enabled-runtime; preset: enabled) Active: active (running) since Mon 2026-08-17 06:23:36 UTC; 2s ago Invocation: be8107ef578f492a95e466a27856ace5 Process: 1857 ExecStartPre=/usr/bin/install -Z -m 02755 -o debian-tor -g debian-tor -d /run/tor (code=exited, status=0/SUCCESS) Process: 1859 ExecStartPre=/usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc -f /etc/tor/torrc --RunAsDaemon 0 --verify-config (code=exited, status=0/SUCCESS) Main PID: 1861 (tor) Tasks: 3 (limit: 574) Memory: 36.5M (peak: 36.5M) CPU: 217ms CGroup: /system.slice/system-tor.slice/[email protected] └─1861 /usr/bin/tor --defaults-torrc /usr/share/tor/tor-service-defaults-torrc -f /etc/tor/torrc --RunAsDaemon 0 Aug 17 06:23:36 tor-r Tor[1861]: Set list of supported TLS groups to: ?*X25519MLKEM768 / ?SecP256r1MLKEM768 / *P-256:?X25519:P-224 Aug 17 06:23:36 tor-r Tor[1861]: Bootstrapped 0% (starting): Starting Aug 17 06:23:36 tor-r Tor[1861]: Starting with guard context "default" Aug 17 06:23:36 tor-r systemd[1]: Started [email protected] - Anonymizing overlay network for TCP. Aug 17 06:23:36 tor-r Tor[1861]: Signaled readiness to systemd Aug 17 06:23:37 tor-r Tor[1861]: Opening Socks listener on /run/tor/socks Aug 17 06:23:37 tor-r Tor[1861]: Opened Socks listener connection (ready) on /run/tor/socks Aug 17 06:23:37 tor-r Tor[1861]: Opening Control listener on /run/tor/control Aug 17 06:23:37 tor-r Tor[1861]: Opened Control listener connection (ready) on /run/tor/control Aug 17 06:23:37 tor-r Tor[1861]: Bootstrapped 5% (conn): Connecting to a relay Letting it time to fully build up a connection ... -- 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
