Relay Search indicates that the relay has uptime of over 10 hours and but the tor logs are stuck at Jan 15 03:50:22.000
. Am I supposed to do something to see the latest logs like how in Fedora, you have to press “down” or “PgDn?” Entering systemctl enable tor.service
or systemctl start tor.service
does not change the log output times. I previously had a relay running on the same IP address, different distro and then wiped the machine and followed the relay guide for Debian (but didn’t import the identity files); could this have any impact on my log results not updating? My torrc file has the following changes:
SOCKSPort 0
Log notice file /var/log/tor/notices.log
ORPort 433
Nickname FreedomSpreader444
ContactInfo lovespreader444 AT protonmail dot com
ExitRelay 0
Below is the complete log:
root@debian-12:~# systemctl restart tor@default
root@debian-12:~# cat /var/log/tor/notices.log
Jan 15 02:54:46.000 [notice] Tor 0.4.8.13 opening new log file.
Jan 15 02:54:46.942 [notice] We compiled with OpenSSL 300000e0: OpenSSL 3.0.14 4 Jun 2024 and we are running with OpenSSL 300000f0: 3.0.15. These two versions should be binary compatible.
Jan 15 02:54:46.949 [notice] Tor 0.4.8.13 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.15, Zlib 1.2.13, Liblzma 5.4.1, Libzstd 1.5.4 and Glibc 2.36 as libc.
Jan 15 02:54:46.949 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jan 15 02:54:46.949 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
Jan 15 02:54:46.949 [notice] Read configuration file "/etc/tor/torrc".
Jan 15 02:54:46.953 [notice] Based on detected system memory, MaxMemInQueues is set to 720 MB. You can override this by setting MaxMemInQueues by hand.
Jan 15 02:54:46.956 [notice] Opening OR listener on 0.0.0.0:443
Jan 15 02:54:46.956 [notice] Opened OR listener connection (ready) on 0.0.0.0:443
Jan 15 02:54:46.956 [notice] Opening OR listener on [::]:443
Jan 15 02:54:46.956 [notice] Opened OR listener connection (ready) on [::]:443
Jan 15 02:54:46.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 15 02:54:47.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 15 02:54:47.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
Jan 15 02:54:47.000 [notice] You are running a new relay. Thanks for helping the Tor network! If you wish to know what will happen in the upcoming weeks regarding its usage, have a look at https://blog.torproject.org/lifecycle-of-a-new-relay
Jan 15 02:54:47.000 [notice] It looks like I need to generate and sign a new medium-term signing key, because I don't have one. To do that, I need to load (or create) the permanent master identity key. If the master identity key was not moved or encrypted with a passphrase, this will be done automatically and no further action is required. Otherwise, provide the necessary data using 'tor --keygen' to do it manually.
Jan 15 02:54:48.000 [notice] Your Tor server's identity key fingerprint is '<fingerprint>'
Jan 15 02:54:48.000 [notice] Your Tor server's identity key ed25519 fingerprint is '<fingerprint>'
Jan 15 02:54:48.000 [notice] Bootstrapped 0% (starting): Starting
Jan 15 02:54:49.000 [notice] Starting with guard context "default"
Jan 15 02:54:50.000 [notice] Signaled readiness to systemd
Jan 15 02:54:51.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Jan 15 02:54:51.000 [notice] Opening Control listener on /run/tor/control
Jan 15 02:54:51.000 [notice] Opened Control listener connection (ready) on /run/tor/control
Jan 15 02:54:51.000 [notice] Unable to find IPv6 address for ORPort 443. You might want to specify IPv4Only to it or set an explicit address or set Address.
Jan 15 02:54:51.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Jan 15 02:54:51.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Jan 15 02:54:51.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Jan 15 02:54:51.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Jan 15 02:54:51.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Jan 15 02:54:51.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Jan 15 02:54:52.000 [notice] Bootstrapped 100% (done): Done
Jan 15 02:54:52.000 [notice] Now checking whether IPv4 ORPort <IP address>:443 is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
Jan 15 02:54:53.000 [notice] Self-testing indicates your ORPort <IP address>:443 is reachable from the outside. Excellent. Publishing server descriptor.
Jan 15 02:54:58.000 [notice] Performing bandwidth self-test...done.
Jan 15 02:55:07.000 [notice] Interrupt: we have stopped accepting new connections, and will shut down in 30 seconds. Interrupt again to exit now.
Jan 15 02:55:08.000 [notice] Delaying directory fetches: We are hibernating or shutting down.
Jan 15 02:55:37.000 [notice] Clean shutdown finished. Exiting.
Jan 15 02:55:37.000 [notice] Tor 0.4.8.13 opening log file.
Jan 15 02:55:37.963 [notice] We compiled with OpenSSL 300000e0: OpenSSL 3.0.14 4 Jun 2024 and we are running with OpenSSL 300000f0: 3.0.15. These two versions should be binary compatible.
Jan 15 02:55:37.969 [notice] Tor 0.4.8.13 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.15, Zlib 1.2.13, Liblzma 5.4.1, Libzstd 1.5.4 and Glibc 2.36 as libc.
Jan 15 02:55:37.969 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jan 15 02:55:37.969 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
Jan 15 02:55:37.969 [notice] Read configuration file "/etc/tor/torrc".
Jan 15 02:55:37.970 [notice] Based on detected system memory, MaxMemInQueues is set to 720 MB. You can override this by setting MaxMemInQueues by hand.
Jan 15 02:55:37.972 [notice] Opening OR listener on 0.0.0.0:443
Jan 15 02:55:37.972 [notice] Opened OR listener connection (ready) on 0.0.0.0:443
Jan 15 02:55:37.972 [notice] Opening OR listener on [::]:443
Jan 15 02:55:37.972 [notice] Opened OR listener connection (ready) on [::]:443
Jan 15 02:55:38.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 15 02:55:38.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 15 02:55:38.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
Jan 15 02:55:39.000 [notice] Your Tor server's identity key fingerprint is '<fingerprint>'
Jan 15 02:55:39.000 [notice] Your Tor server's identity key ed25519 fingerprint is '<fingerprint>'
Jan 15 02:55:39.000 [notice] Bootstrapped 0% (starting): Starting
Jan 15 02:55:40.000 [notice] Starting with guard context "default"
Jan 15 02:55:40.000 [notice] Signaled readiness to systemd
Jan 15 02:55:41.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Jan 15 02:55:41.000 [notice] Opening Control listener on /run/tor/control
Jan 15 02:55:41.000 [notice] Opened Control listener connection (ready) on /run/tor/control
Jan 15 02:55:42.000 [notice] Unable to find IPv6 address for ORPort 443. You might want to specify IPv4Only to it or set an explicit address or set Address.
Jan 15 02:55:42.000 [notice] We'd like to launch a circuit to handle a connection, but we already have 32 general-purpose client circuits pending. Waiting until some finish.
Jan 15 02:55:42.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Jan 15 02:55:42.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Jan 15 02:55:42.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Jan 15 02:55:42.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Jan 15 02:55:42.000 [notice] Bootstrapped 89% (ap_handshake): Finishing handshake with a relay to build circuits
Jan 15 02:55:42.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Jan 15 02:55:42.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Jan 15 02:55:43.000 [notice] Bootstrapped 100% (done): Done
Jan 15 02:55:43.000 [notice] Now checking whether IPv4 ORPort <IP address>:443 is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
Jan 15 02:55:47.000 [notice] Self-testing indicates your ORPort <IP address>:443 is reachable from the outside. Excellent. Publishing server descriptor.
Jan 15 02:55:49.000 [notice] Performing bandwidth self-test...done.
Jan 15 02:55:52.000 [notice] Your network connection speed appears to have changed. Resetting timeout to 60000ms after 18 timeouts and 101 buildtimes.
Jan 15 03:14:07.000 [notice] Interrupt: we have stopped accepting new connections, and will shut down in 30 seconds. Interrupt again to exit now.
Jan 15 03:14:07.000 [notice] Delaying directory fetches: We are hibernating or shutting down.
Jan 15 03:14:37.000 [notice] Clean shutdown finished. Exiting.
Jan 15 03:14:37.000 [notice] Tor 0.4.8.13 opening log file.
Jan 15 03:14:37.585 [notice] We compiled with OpenSSL 300000e0: OpenSSL 3.0.14 4 Jun 2024 and we are running with OpenSSL 300000f0: 3.0.15. These two versions should be binary compatible.
Jan 15 03:14:37.593 [notice] Tor 0.4.8.13 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.15, Zlib 1.2.13, Liblzma 5.4.1, Libzstd 1.5.4 and Glibc 2.36 as libc.
Jan 15 03:14:37.594 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jan 15 03:14:37.595 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
Jan 15 03:14:37.595 [notice] Read configuration file "/etc/tor/torrc".
Jan 15 03:14:37.598 [notice] Based on detected system memory, MaxMemInQueues is set to 720 MB. You can override this by setting MaxMemInQueues by hand.
Jan 15 03:14:37.600 [notice] Opening OR listener on 0.0.0.0:443
Jan 15 03:14:37.600 [notice] Opened OR listener connection (ready) on 0.0.0.0:443
Jan 15 03:14:37.600 [notice] Opening OR listener on [::]:443
Jan 15 03:14:37.600 [notice] Opened OR listener connection (ready) on [::]:443
Jan 15 03:14:37.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 15 03:14:38.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 15 03:14:38.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
Jan 15 03:14:38.000 [notice] Your Tor server's identity key fingerprint is '<fingerprint>'
Jan 15 03:14:38.000 [notice] Your Tor server's identity key ed25519 fingerprint is '<fingerprint>'
Jan 15 03:14:38.000 [notice] Bootstrapped 0% (starting): Starting
Jan 15 03:14:39.000 [notice] Starting with guard context "default"
Jan 15 03:14:45.000 [notice] Signaled readiness to systemd
Jan 15 03:14:46.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Jan 15 03:14:46.000 [notice] Opening Control listener on /run/tor/control
Jan 15 03:14:46.000 [notice] Opened Control listener connection (ready) on /run/tor/control
Jan 15 03:14:46.000 [notice] Unable to find IPv6 address for ORPort 443. You might want to specify IPv4Only to it or set an explicit address or set Address.
Jan 15 03:14:46.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Jan 15 03:14:46.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Jan 15 03:14:46.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Jan 15 03:14:46.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Jan 15 03:14:46.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Jan 15 03:14:46.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Jan 15 03:14:47.000 [notice] Bootstrapped 100% (done): Done
Jan 15 03:14:47.000 [notice] Now checking whether IPv4 ORPort <IP address>:443 is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
Jan 15 03:14:48.000 [notice] Self-testing indicates your ORPort <IP address>:443 is reachable from the outside. Excellent. Publishing server descriptor.
Jan 15 03:15:38.000 [notice] Interrupt: we have stopped accepting new connections, and will shut down in 30 seconds. Interrupt again to exit now.
Jan 15 03:15:38.000 [notice] Delaying directory fetches: We are hibernating or shutting down.
Jan 15 03:16:08.000 [notice] Clean shutdown finished. Exiting.
Jan 15 03:16:08.000 [notice] Tor 0.4.8.13 opening log file.
Jan 15 03:16:08.414 [notice] We compiled with OpenSSL 300000e0: OpenSSL 3.0.14 4 Jun 2024 and we are running with OpenSSL 300000f0: 3.0.15. These two versions should be binary compatible.
Jan 15 03:16:08.420 [notice] Tor 0.4.8.13 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.15, Zlib 1.2.13, Liblzma 5.4.1, Libzstd 1.5.4 and Glibc 2.36 as libc.
Jan 15 03:16:08.420 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jan 15 03:16:08.420 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
Jan 15 03:16:08.421 [notice] Read configuration file "/etc/tor/torrc".
Jan 15 03:16:08.423 [notice] Based on detected system memory, MaxMemInQueues is set to 720 MB. You can override this by setting MaxMemInQueues by hand.
Jan 15 03:16:08.425 [notice] Opening OR listener on 0.0.0.0:443
Jan 15 03:16:08.425 [notice] Opened OR listener connection (ready) on 0.0.0.0:443
Jan 15 03:16:08.425 [notice] Opening OR listener on [::]:443
Jan 15 03:16:08.425 [notice] Opened OR listener connection (ready) on [::]:443
Jan 15 03:16:08.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 15 03:16:08.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 15 03:16:09.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
Jan 15 03:16:09.000 [notice] Your Tor server's identity key fingerprint is '<fingerprint>'
Jan 15 03:16:09.000 [notice] Your Tor server's identity key ed25519 fingerprint is '<fingerprint>'
Jan 15 03:16:09.000 [notice] Bootstrapped 0% (starting): Starting
Jan 15 03:16:10.000 [notice] Starting with guard context "default"
Jan 15 03:16:15.000 [notice] Signaled readiness to systemd
Jan 15 03:16:15.000 [notice] Interrupt: we have stopped accepting new connections, and will shut down in 30 seconds. Interrupt again to exit now.
Jan 15 03:16:16.000 [notice] Delaying directory fetches: We are hibernating or shutting down.
Jan 15 03:16:45.000 [notice] Clean shutdown finished. Exiting.
Jan 15 03:16:45.000 [notice] Tor 0.4.8.13 opening log file.
Jan 15 03:16:45.871 [notice] We compiled with OpenSSL 300000e0: OpenSSL 3.0.14 4 Jun 2024 and we are running with OpenSSL 300000f0: 3.0.15. These two versions should be binary compatible.
Jan 15 03:16:45.879 [notice] Tor 0.4.8.13 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.15, Zlib 1.2.13, Liblzma 5.4.1, Libzstd 1.5.4 and Glibc 2.36 as libc.
Jan 15 03:16:45.879 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jan 15 03:16:45.879 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
Jan 15 03:16:45.879 [notice] Read configuration file "/etc/tor/torrc".
Jan 15 03:16:45.881 [notice] Based on detected system memory, MaxMemInQueues is set to 720 MB. You can override this by setting MaxMemInQueues by hand.
Jan 15 03:16:45.884 [notice] Opening OR listener on 0.0.0.0:443
Jan 15 03:16:45.884 [notice] Opened OR listener connection (ready) on 0.0.0.0:443
Jan 15 03:16:45.884 [notice] Opening OR listener on [::]:443
Jan 15 03:16:45.884 [notice] Opened OR listener connection (ready) on [::]:443
Jan 15 03:16:45.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 15 03:16:46.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 15 03:16:46.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
Jan 15 03:16:47.000 [notice] Your Tor server's identity key fingerprint is '<fingerprint>'
Jan 15 03:16:47.000 [notice] Your Tor server's identity key ed25519 fingerprint is '<fingerprint>'
Jan 15 03:16:47.000 [notice] Bootstrapped 0% (starting): Starting
Jan 15 03:16:48.000 [notice] Starting with guard context "default"
Jan 15 03:16:52.000 [notice] Signaled readiness to systemd
Jan 15 03:16:52.000 [notice] External address seen and suggested by a directory authority: <IP address>.26
Jan 15 03:16:53.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Jan 15 03:16:53.000 [notice] Opening Control listener on /run/tor/control
Jan 15 03:16:53.000 [notice] Opened Control listener connection (ready) on /run/tor/control
Jan 15 03:16:53.000 [notice] Unable to find IPv6 address for ORPort 443. You might want to specify IPv4Only to it or set an explicit address or set Address.
Jan 15 03:16:53.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Jan 15 03:16:53.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Jan 15 03:16:54.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Jan 15 03:16:54.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Jan 15 03:16:54.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Jan 15 03:16:54.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Jan 15 03:16:54.000 [notice] Bootstrapped 100% (done): Done
Jan 15 03:16:54.000 [notice] Now checking whether IPv4 ORPort <IP address>:443 is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
Jan 15 03:16:56.000 [notice] Self-testing indicates your ORPort <IP address>:443 is reachable from the outside. Excellent. Publishing server descriptor.
Jan 15 03:23:56.000 [notice] Performing bandwidth self-test...done.
Jan 15 03:27:48.000 [notice] Interrupt: we have stopped accepting new connections, and will shut down in 30 seconds. Interrupt again to exit now.
Jan 15 03:27:48.000 [notice] Delaying directory fetches: We are hibernating or shutting down.
Jan 15 03:28:18.000 [notice] Clean shutdown finished. Exiting.
Jan 15 03:30:13.000 [notice] Tor 0.4.8.13 opening log file.
Jan 15 03:30:13.244 [notice] We compiled with OpenSSL 300000e0: OpenSSL 3.0.14 4 Jun 2024 and we are running with OpenSSL 300000f0: 3.0.15. These two versions should be binary compatible.
Jan 15 03:30:13.250 [notice] Tor 0.4.8.13 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.15, Zlib 1.2.13, Liblzma 5.4.1, Libzstd 1.5.4 and Glibc 2.36 as libc.
Jan 15 03:30:13.250 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jan 15 03:30:13.251 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
Jan 15 03:30:13.251 [notice] Read configuration file "/etc/tor/torrc".
Jan 15 03:30:13.253 [notice] Based on detected system memory, MaxMemInQueues is set to 720 MB. You can override this by setting MaxMemInQueues by hand.
Jan 15 03:30:13.255 [notice] Opening OR listener on 0.0.0.0:443
Jan 15 03:30:13.255 [notice] Opened OR listener connection (ready) on 0.0.0.0:443
Jan 15 03:30:13.255 [notice] Opening OR listener on [::]:443
Jan 15 03:30:13.255 [notice] Opened OR listener connection (ready) on [::]:443
Jan 15 03:30:13.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 15 03:30:13.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 15 03:30:14.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
Jan 15 03:30:14.000 [notice] Your Tor server's identity key fingerprint is '<fingerprint>'
Jan 15 03:30:14.000 [notice] Your Tor server's identity key ed25519 fingerprint is '<fingerprint>'
Jan 15 03:30:14.000 [notice] Bootstrapped 0% (starting): Starting
Jan 15 03:30:15.000 [notice] Starting with guard context "default"
Jan 15 03:30:20.000 [notice] Signaled readiness to systemd
Jan 15 03:30:20.000 [notice] External address seen and suggested by a directory authority: <IP address>
Jan 15 03:30:21.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Jan 15 03:30:21.000 [notice] Opening Control listener on /run/tor/control
Jan 15 03:30:21.000 [notice] Opened Control listener connection (ready) on /run/tor/control
Jan 15 03:30:21.000 [notice] Unable to find IPv6 address for ORPort 443. You might want to specify IPv4Only to it or set an explicit address or set Address.
Jan 15 03:30:21.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Jan 15 03:30:21.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Jan 15 03:30:21.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Jan 15 03:30:21.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Jan 15 03:30:21.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Jan 15 03:30:21.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Jan 15 03:30:22.000 [notice] Bootstrapped 100% (done): Done
Jan 15 03:30:22.000 [notice] Now checking whether IPv4 ORPort <IP address>:443 is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
Jan 15 03:30:23.000 [notice] Self-testing indicates your ORPort <IP address>:443 is reachable from the outside. Excellent. Publishing server descriptor.
Jan 15 03:31:19.000 [notice] Interrupt: we have stopped accepting new connections, and will shut down in 30 seconds. Interrupt again to exit now.
Jan 15 03:31:20.000 [notice] Delaying directory fetches: We are hibernating or shutting down.
Jan 15 03:31:49.000 [notice] Clean shutdown finished. Exiting.
Jan 15 03:32:09.000 [notice] Tor 0.4.8.13 opening log file.
Jan 15 03:32:09.966 [notice] We compiled with OpenSSL 300000e0: OpenSSL 3.0.14 4 Jun 2024 and we are running with OpenSSL 300000f0: 3.0.15. These two versions should be binary compatible.
Jan 15 03:32:09.971 [notice] Tor 0.4.8.13 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.15, Zlib 1.2.13, Liblzma 5.4.1, Libzstd 1.5.4 and Glibc 2.36 as libc.
Jan 15 03:32:09.972 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jan 15 03:32:09.972 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
Jan 15 03:32:09.973 [notice] Read configuration file "/etc/tor/torrc".
Jan 15 03:32:09.974 [notice] Based on detected system memory, MaxMemInQueues is set to 720 MB. You can override this by setting MaxMemInQueues by hand.
Jan 15 03:32:09.976 [notice] Opening OR listener on 0.0.0.0:443
Jan 15 03:32:09.977 [notice] Opened OR listener connection (ready) on 0.0.0.0:443
Jan 15 03:32:09.977 [notice] Opening OR listener on [::]:443
Jan 15 03:32:09.977 [notice] Opened OR listener connection (ready) on [::]:443
Jan 15 03:32:10.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 15 03:32:10.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 15 03:32:10.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
Jan 15 03:32:11.000 [notice] Your Tor server's identity key fingerprint is '<fingerprint>'
Jan 15 03:32:11.000 [notice] Your Tor server's identity key ed25519 fingerprint is '<fingerprint>'
Jan 15 03:32:11.000 [notice] Bootstrapped 0% (starting): Starting
Jan 15 03:32:12.000 [notice] Starting with guard context "default"
Jan 15 03:32:17.000 [notice] Signaled readiness to systemd
Jan 15 03:32:18.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Jan 15 03:32:18.000 [notice] Opening Control listener on /run/tor/control
Jan 15 03:32:18.000 [notice] Opened Control listener connection (ready) on /run/tor/control
Jan 15 03:32:18.000 [notice] Unable to find IPv6 address for ORPort 443. You might want to specify IPv4Only to it or set an explicit address or set Address.
Jan 15 03:32:18.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Jan 15 03:32:18.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Jan 15 03:32:18.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Jan 15 03:32:18.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Jan 15 03:32:18.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Jan 15 03:32:18.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Jan 15 03:32:19.000 [notice] Bootstrapped 100% (done): Done
Jan 15 03:32:19.000 [notice] Now checking whether IPv4 ORPort <IP address>:443 is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
Jan 15 03:32:20.000 [notice] Self-testing indicates your ORPort <IP address>:443 is reachable from the outside. Excellent. Publishing server descriptor.
Jan 15 03:33:20.000 [notice] Performing bandwidth self-test...done.
Jan 15 03:41:26.000 [notice] Interrupt: we have stopped accepting new connections, and will shut down in 30 seconds. Interrupt again to exit now.
Jan 15 03:41:26.000 [notice] Delaying directory fetches: We are hibernating or shutting down.
Jan 15 03:41:56.000 [notice] Clean shutdown finished. Exiting.
Jan 15 03:41:56.000 [notice] Tor 0.4.8.13 opening log file.
Jan 15 03:41:56.377 [notice] We compiled with OpenSSL 300000e0: OpenSSL 3.0.14 4 Jun 2024 and we are running with OpenSSL 300000f0: 3.0.15. These two versions should be binary compatible.
Jan 15 03:41:56.381 [notice] Tor 0.4.8.13 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.15, Zlib 1.2.13, Liblzma 5.4.1, Libzstd 1.5.4 and Glibc 2.36 as libc.
Jan 15 03:41:56.382 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jan 15 03:41:56.382 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
Jan 15 03:41:56.382 [notice] Read configuration file "/etc/tor/torrc".
Jan 15 03:41:56.383 [notice] Based on detected system memory, MaxMemInQueues is set to 720 MB. You can override this by setting MaxMemInQueues by hand.
Jan 15 03:41:56.385 [notice] Opening OR listener on 0.0.0.0:0
Jan 15 03:41:56.385 [notice] OR listener listening on port 42605.
Jan 15 03:41:56.385 [notice] Opened OR listener connection (ready) on 0.0.0.0:42605
Jan 15 03:41:56.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 15 03:41:56.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 15 03:41:57.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
Jan 15 03:41:58.000 [notice] Your Tor server's identity key fingerprint is '<fingerprint>'
Jan 15 03:41:58.000 [notice] Your Tor server's identity key ed25519 fingerprint is '<fingerprint>'
Jan 15 03:41:58.000 [notice] Bootstrapped 0% (starting): Starting
Jan 15 03:41:59.000 [notice] Starting with guard context "default"
Jan 15 03:42:04.000 [notice] Signaled readiness to systemd
Jan 15 03:42:05.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Jan 15 03:42:05.000 [notice] Opening Control listener on /run/tor/control
Jan 15 03:42:05.000 [notice] Opened Control listener connection (ready) on /run/tor/control
Jan 15 03:42:05.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Jan 15 03:42:05.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Jan 15 03:42:05.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Jan 15 03:42:05.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Jan 15 03:42:05.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Jan 15 03:42:05.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Jan 15 03:42:06.000 [notice] Bootstrapped 100% (done): Done
Jan 15 03:42:06.000 [notice] Now checking whether IPv4 ORPort <IP address>:42605 is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
Jan 15 03:42:07.000 [notice] Self-testing indicates your ORPort <IP address>:42605 is reachable from the outside. Excellent. Publishing server descriptor.
Jan 15 03:42:35.000 [notice] Interrupt: we have stopped accepting new connections, and will shut down in 30 seconds. Interrupt again to exit now.
Jan 15 03:42:36.000 [notice] Delaying directory fetches: We are hibernating or shutting down.
Jan 15 03:43:05.000 [notice] Clean shutdown finished. Exiting.
Jan 15 03:43:05.000 [notice] Tor 0.4.8.13 opening log file.
Jan 15 03:43:05.927 [notice] We compiled with OpenSSL 300000e0: OpenSSL 3.0.14 4 Jun 2024 and we are running with OpenSSL 300000f0: 3.0.15. These two versions should be binary compatible.
Jan 15 03:43:05.935 [notice] Tor 0.4.8.13 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.15, Zlib 1.2.13, Liblzma 5.4.1, Libzstd 1.5.4 and Glibc 2.36 as libc.
Jan 15 03:43:05.936 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jan 15 03:43:05.936 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
Jan 15 03:43:05.936 [notice] Read configuration file "/etc/tor/torrc".
Jan 15 03:43:05.938 [notice] Based on detected system memory, MaxMemInQueues is set to 720 MB. You can override this by setting MaxMemInQueues by hand.
Jan 15 03:43:05.941 [notice] Opening OR listener on 0.0.0.0:0
Jan 15 03:43:05.941 [notice] OR listener listening on port 43419.
Jan 15 03:43:05.941 [notice] Opened OR listener connection (ready) on 0.0.0.0:43419
Jan 15 03:43:06.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 15 03:43:06.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 15 03:43:06.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
Jan 15 03:43:07.000 [notice] Your Tor server's identity key fingerprint is '<fingerprint>'
Jan 15 03:43:07.000 [notice] Your Tor server's identity key ed25519 fingerprint is '<fingerprint>'
Jan 15 03:43:07.000 [notice] Bootstrapped 0% (starting): Starting
Jan 15 03:43:08.000 [notice] Starting with guard context "default"
Jan 15 03:43:12.000 [notice] Signaled readiness to systemd
Jan 15 03:43:13.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Jan 15 03:43:13.000 [notice] Opening Control listener on /run/tor/control
Jan 15 03:43:13.000 [notice] Opened Control listener connection (ready) on /run/tor/control
Jan 15 03:43:14.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Jan 15 03:43:14.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Jan 15 03:43:14.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Jan 15 03:43:14.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Jan 15 03:43:14.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Jan 15 03:43:14.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Jan 15 03:43:14.000 [notice] Bootstrapped 100% (done): Done
Jan 15 03:43:14.000 [notice] Now checking whether IPv4 ORPort <IP address>:43419 is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
Jan 15 03:43:15.000 [notice] Self-testing indicates your ORPort <IP address>:43419 is reachable from the outside. Excellent. Publishing server descriptor.
Jan 15 03:43:20.000 [notice] Performing bandwidth self-test...done.
Jan 15 03:44:00.000 [notice] Interrupt: we have stopped accepting new connections, and will shut down in 30 seconds. Interrupt again to exit now.
Jan 15 03:44:00.000 [notice] Delaying directory fetches: We are hibernating or shutting down.
Jan 15 03:44:30.000 [notice] Clean shutdown finished. Exiting.
Jan 15 03:44:30.000 [notice] Tor 0.4.8.13 opening log file.
Jan 15 03:44:30.656 [notice] We compiled with OpenSSL 300000e0: OpenSSL 3.0.14 4 Jun 2024 and we are running with OpenSSL 300000f0: 3.0.15. These two versions should be binary compatible.
Jan 15 03:44:30.662 [notice] Tor 0.4.8.13 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.15, Zlib 1.2.13, Liblzma 5.4.1, Libzstd 1.5.4 and Glibc 2.36 as libc.
Jan 15 03:44:30.662 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jan 15 03:44:30.662 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
Jan 15 03:44:30.663 [notice] Read configuration file "/etc/tor/torrc".
Jan 15 03:44:30.665 [notice] Based on detected system memory, MaxMemInQueues is set to 720 MB. You can override this by setting MaxMemInQueues by hand.
Jan 15 03:44:30.667 [notice] Opening OR listener on 0.0.0.0:443
Jan 15 03:44:30.667 [notice] Opened OR listener connection (ready) on 0.0.0.0:443
Jan 15 03:44:30.667 [notice] Opening OR listener on [::]:443
Jan 15 03:44:30.667 [notice] Opened OR listener connection (ready) on [::]:443
Jan 15 03:44:30.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 15 03:44:31.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 15 03:44:31.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
Jan 15 03:44:32.000 [notice] Your Tor server's identity key fingerprint is '<fingerprint>'
Jan 15 03:44:32.000 [notice] Your Tor server's identity key ed25519 fingerprint is '<fingerprint>'
Jan 15 03:44:32.000 [notice] Bootstrapped 0% (starting): Starting
Jan 15 03:44:33.000 [notice] Starting with guard context "default"
Jan 15 03:44:37.000 [notice] Signaled readiness to systemd
Jan 15 03:44:38.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Jan 15 03:44:38.000 [notice] Opening Control listener on /run/tor/control
Jan 15 03:44:38.000 [notice] Opened Control listener connection (ready) on /run/tor/control
Jan 15 03:44:38.000 [notice] Unable to find IPv6 address for ORPort 443. You might want to specify IPv4Only to it or set an explicit address or set Address.
Jan 15 03:44:39.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Jan 15 03:44:39.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Jan 15 03:44:39.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Jan 15 03:44:39.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Jan 15 03:44:39.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Jan 15 03:44:39.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Jan 15 03:44:39.000 [notice] Bootstrapped 100% (done): Done
Jan 15 03:44:39.000 [notice] Now checking whether IPv4 ORPort <IP address>:443 is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
Jan 15 03:44:43.000 [notice] Self-testing indicates your ORPort <IP address>:443 is reachable from the outside. Excellent. Publishing server descriptor.
Jan 15 03:45:00.000 [notice] Interrupt: we have stopped accepting new connections, and will shut down in 30 seconds. Interrupt again to exit now.
Jan 15 03:45:00.000 [notice] Delaying directory fetches: We are hibernating or shutting down.
Jan 15 03:45:30.000 [notice] Clean shutdown finished. Exiting.
Jan 15 03:45:30.000 [notice] Tor 0.4.8.13 opening log file.
Jan 15 03:45:30.950 [notice] We compiled with OpenSSL 300000e0: OpenSSL 3.0.14 4 Jun 2024 and we are running with OpenSSL 300000f0: 3.0.15. These two versions should be binary compatible.
Jan 15 03:45:30.954 [notice] Tor 0.4.8.13 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.15, Zlib 1.2.13, Liblzma 5.4.1, Libzstd 1.5.4 and Glibc 2.36 as libc.
Jan 15 03:45:30.954 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
Jan 15 03:45:30.955 [notice] Read configuration file "/usr/share/tor/tor-service-defaults-torrc".
Jan 15 03:45:30.955 [notice] Read configuration file "/etc/tor/torrc".
Jan 15 03:45:30.956 [notice] Based on detected system memory, MaxMemInQueues is set to 720 MB. You can override this by setting MaxMemInQueues by hand.
Jan 15 03:45:30.956 [notice] By default, Tor does not run as an exit relay. If you want to be an exit relay, set ExitRelay to 1. To suppress this message in the future, set ExitRelay to 0.
Jan 15 03:45:30.958 [notice] Opening OR listener on 0.0.0.0:443
Jan 15 03:45:30.958 [notice] Opened OR listener connection (ready) on 0.0.0.0:443
Jan 15 03:45:30.958 [notice] Opening OR listener on [::]:443
Jan 15 03:45:30.958 [notice] Opened OR listener connection (ready) on [::]:443
Jan 15 03:45:30.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Jan 15 03:45:31.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Jan 15 03:45:31.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
Jan 15 03:45:32.000 [notice] Your Tor server's identity key fingerprint is '<fingerprint>'
Jan 15 03:45:32.000 [notice] Your Tor server's identity key ed25519 fingerprint is '<fingerprint>'
Jan 15 03:45:32.000 [notice] Bootstrapped 0% (starting): Starting
Jan 15 03:45:33.000 [notice] Starting with guard context "default"
Jan 15 03:45:37.000 [notice] Signaled readiness to systemd
Jan 15 03:45:38.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
Jan 15 03:45:39.000 [notice] Opening Control listener on /run/tor/control
Jan 15 03:45:39.000 [notice] Opened Control listener connection (ready) on /run/tor/control
Jan 15 03:45:39.000 [notice] Unable to find IPv6 address for ORPort 443. You might want to specify IPv4Only to it or set an explicit address or set Address.
Jan 15 03:45:39.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
Jan 15 03:45:39.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
Jan 15 03:45:39.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
Jan 15 03:45:39.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
Jan 15 03:45:39.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
Jan 15 03:45:39.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
Jan 15 03:45:39.000 [notice] Bootstrapped 100% (done): Done
Jan 15 03:45:39.000 [notice] Now checking whether IPv4 ORPort <IP address>:443 is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
Jan 15 03:45:41.000 [notice] Self-testing indicates your ORPort <IP address>:443 is reachable from the outside. Excellent. Publishing server descriptor.
Jan 15 03:49:41.000 [notice] Performing bandwidth self-test...done.
Jan 15 03:49:52.000 [notice] Interrupt: we have stopped accepting new connections, and will shut down in 30 seconds. Interrupt again to exit now.
Jan 15 03:49:53.000 [notice] Delaying directory fetches: We are hibernating or shutting down.
Jan 15 03:50:22.000 [notice] Clean shutdown finished. Exiting.