Skip to content

Instantly share code, notes, and snippets.

@junaruga
Created October 17, 2023 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junaruga/b5ea688469c176a16789bb19597bc985 to your computer and use it in GitHub Desktop.
Save junaruga/b5ea688469c176a16789bb19597bc985 to your computer and use it in GitHub Desktop.
RubyCI Ubuntu jammy arm64
$ cat systemd-resoloved-debug.log
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 64, ifindex=0, ttl=64, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Got DNS stub UDP query packet for id 38089
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Looking up RR for rubyspecdoesntexist.fallingsnow.net IN A.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Cache miss for rubyspecdoesntexist.fallingsnow.net IN A
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Firing regular transaction 63253 for <rubyspecdoesntexist.fallingsnow.net IN A> scope dns on */* (validate=yes).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using feature level UDP+EDNS0 for transaction 63253.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using DNS server 147.75.207.207 for transaction 63253.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Announcing packet size 1472 in egress EDNS(0) packet.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Emitting UDP, link MTU is 1500, socket MTU is 1500, minimal MTU is 40
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending query packet with id 63253 of size 64.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing query...
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 64, ifindex=0, ttl=64, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Got DNS stub UDP query packet for id 34821
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Looking up RR for rubyspecdoesntexist.fallingsnow.net IN AAAA.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Cache miss for rubyspecdoesntexist.fallingsnow.net IN AAAA
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Firing regular transaction 1622 for <rubyspecdoesntexist.fallingsnow.net IN AAAA> scope dns on */* (validate=yes).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using feature level UDP+EDNS0 for transaction 1622.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using DNS server 147.75.207.207 for transaction 1622.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Announcing packet size 1472 in egress EDNS(0) packet.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Emitting UDP, link MTU is 1500, socket MTU is 1500, minimal MTU is 40
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending query packet with id 1622 of size 64.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing query...
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 122, ifindex=4, ttl=0, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing incoming packet of size 122 on transaction 1622 (rcode=NXDOMAIN).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Server returned error NXDOMAIN in EDNS0 mode, retrying transaction with reduced feature level UDP (DVE-2018-0001 mitigation)
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Retrying transaction 1622.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Cache miss for rubyspecdoesntexist.fallingsnow.net IN AAAA
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Firing regular transaction 1622 for <rubyspecdoesntexist.fallingsnow.net IN AAAA> scope dns on */* (validate=yes).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using feature level UDP for transaction 1622.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Emitting UDP, link MTU is 1500, socket MTU is 1500, minimal MTU is 40
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending query packet with id 1622 of size 53.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 111, ifindex=4, ttl=0, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing incoming packet of size 111 on transaction 1622 (rcode=NXDOMAIN).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Not caching negative entry for: rubyspecdoesntexist.fallingsnow.net IN AAAA, cache mode set to no-negative
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Regular transaction 1622 for <rubyspecdoesntexist.fallingsnow.net IN AAAA> on scope dns on */* now complete with <rcode-failure> from network (unsigned; non-confidential).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending response packet with id 34821 on interface 1/AF_INET of size 122.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Freeing transaction 1622.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 122, ifindex=4, ttl=0, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing incoming packet of size 122 on transaction 63253 (rcode=NXDOMAIN).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Server returned error NXDOMAIN in EDNS0 mode, retrying transaction with reduced feature level UDP (DVE-2018-0001 mitigation)
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Retrying transaction 63253.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Cache miss for rubyspecdoesntexist.fallingsnow.net IN A
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Firing regular transaction 63253 for <rubyspecdoesntexist.fallingsnow.net IN A> scope dns on */* (validate=yes).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using feature level UDP for transaction 63253.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Emitting UDP, link MTU is 1500, socket MTU is 1500, minimal MTU is 40
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending query packet with id 63253 of size 53.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 111, ifindex=4, ttl=0, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing incoming packet of size 111 on transaction 63253 (rcode=NXDOMAIN).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Not caching negative entry for: rubyspecdoesntexist.fallingsnow.net IN A, cache mode set to no-negative
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Regular transaction 63253 for <rubyspecdoesntexist.fallingsnow.net IN A> on scope dns on */* now complete with <rcode-failure> from network (unsigned; non-confidential).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending response packet with id 38089 on interface 1/AF_INET of size 122.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Freeing transaction 63253.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 72, ifindex=0, ttl=64, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Got DNS stub UDP query packet for id 56921
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Looking up RR for rubyspecdoesntexist.fallingsnow.net.DOMAINS IN A.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Positive cache hit for rubyspecdoesntexist.fallingsnow.net.DOMAINS IN A
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Regular transaction 23902 for <rubyspecdoesntexist.fallingsnow.net.DOMAINS IN A> on scope dns on */* now complete with <success> from cache (unsigned; non-confidential).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Freeing transaction 23902.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending response packet with id 56921 on interface 1/AF_INET of size 88.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing query...
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 72, ifindex=0, ttl=64, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Got DNS stub UDP query packet for id 53590
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Looking up RR for rubyspecdoesntexist.fallingsnow.net.DOMAINS IN AAAA.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Cache miss for rubyspecdoesntexist.fallingsnow.net.DOMAINS IN AAAA
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Firing regular transaction 9824 for <rubyspecdoesntexist.fallingsnow.net.DOMAINS IN AAAA> scope dns on */* (validate=yes).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using feature level UDP+EDNS0 for transaction 9824.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using DNS server 147.75.207.207 for transaction 9824.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Announcing packet size 1472 in egress EDNS(0) packet.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Emitting UDP, link MTU is 1500, socket MTU is 1500, minimal MTU is 40
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending query packet with id 9824 of size 72.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing query...
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 148, ifindex=4, ttl=0, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing incoming packet of size 148 on transaction 9824 (rcode=SUCCESS).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Not caching negative entry for: rubyspecdoesntexist.fallingsnow.net.DOMAINS IN AAAA, cache mode set to no-negative
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Regular transaction 9824 for <rubyspecdoesntexist.fallingsnow.net.DOMAINS IN AAAA> on scope dns on */* now complete with <success> from network (unsigned; non-confidential).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending response packet with id 53590 on interface 1/AF_INET of size 148.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Freeing transaction 9824.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 52, ifindex=0, ttl=64, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Got DNS stub UDP query packet for id 17592
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Looking up RR for 32.1.32.70.in-addr.arpa IN PTR.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Positive cache hit for 32.1.32.70.in-addr.arpa IN PTR
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Regular transaction 43225 for <32.1.32.70.in-addr.arpa IN PTR> on scope dns on */* now complete with <success> from cache (unsigned; non-confidential).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Freeing transaction 43225.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending response packet with id 17592 on interface 1/AF_INET of size 101.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing query...
$ cat systemd-resoloved-debug.log
$ cat systemd-resoloved-debug.log
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 64, ifindex=0, ttl=64, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Got DNS stub UDP query packet for id 38089
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Looking up RR for rubyspecdoesntexist.fallingsnow.net IN A.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Cache miss for rubyspecdoesntexist.fallingsnow.net IN A
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Firing regular transaction 63253 for <rubyspecdoesntexist.fallingsnow.net IN A> scope dns on */* (validate=yes).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using feature level UDP+EDNS0 for transaction 63253.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using DNS server 147.75.207.207 for transaction 63253.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Announcing packet size 1472 in egress EDNS(0) packet.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Emitting UDP, link MTU is 1500, socket MTU is 1500, minimal MTU is 40
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending query packet with id 63253 of size 64.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing query...
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 64, ifindex=0, ttl=64, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Got DNS stub UDP query packet for id 34821
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Looking up RR for rubyspecdoesntexist.fallingsnow.net IN AAAA.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Cache miss for rubyspecdoesntexist.fallingsnow.net IN AAAA
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Firing regular transaction 1622 for <rubyspecdoesntexist.fallingsnow.net IN AAAA> scope dns on */* (validate=yes).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using feature level UDP+EDNS0 for transaction 1622.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using DNS server 147.75.207.207 for transaction 1622.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Announcing packet size 1472 in egress EDNS(0) packet.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Emitting UDP, link MTU is 1500, socket MTU is 1500, minimal MTU is 40
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending query packet with id 1622 of size 64.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing query...
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 122, ifindex=4, ttl=0, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing incoming packet of size 122 on transaction 1622 (rcode=NXDOMAIN).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Server returned error NXDOMAIN in EDNS0 mode, retrying transaction with reduced feature level UDP (DVE-2018-0001 mitigation)
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Retrying transaction 1622.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Cache miss for rubyspecdoesntexist.fallingsnow.net IN AAAA
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Firing regular transaction 1622 for <rubyspecdoesntexist.fallingsnow.net IN AAAA> scope dns on */* (validate=yes).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using feature level UDP for transaction 1622.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Emitting UDP, link MTU is 1500, socket MTU is 1500, minimal MTU is 40
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending query packet with id 1622 of size 53.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 111, ifindex=4, ttl=0, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing incoming packet of size 111 on transaction 1622 (rcode=NXDOMAIN).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Not caching negative entry for: rubyspecdoesntexist.fallingsnow.net IN AAAA, cache mode set to no-negative
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Regular transaction 1622 for <rubyspecdoesntexist.fallingsnow.net IN AAAA> on scope dns on */* now complete with <rcode-failure> from network (unsigned; non-confidential).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending response packet with id 34821 on interface 1/AF_INET of size 122.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Freeing transaction 1622.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 122, ifindex=4, ttl=0, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing incoming packet of size 122 on transaction 63253 (rcode=NXDOMAIN).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Server returned error NXDOMAIN in EDNS0 mode, retrying transaction with reduced feature level UDP (DVE-2018-0001 mitigation)
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Retrying transaction 63253.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Cache miss for rubyspecdoesntexist.fallingsnow.net IN A
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Firing regular transaction 63253 for <rubyspecdoesntexist.fallingsnow.net IN A> scope dns on */* (validate=yes).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using feature level UDP for transaction 63253.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Emitting UDP, link MTU is 1500, socket MTU is 1500, minimal MTU is 40
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending query packet with id 63253 of size 53.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 111, ifindex=4, ttl=0, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing incoming packet of size 111 on transaction 63253 (rcode=NXDOMAIN).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Not caching negative entry for: rubyspecdoesntexist.fallingsnow.net IN A, cache mode set to no-negative
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Regular transaction 63253 for <rubyspecdoesntexist.fallingsnow.net IN A> on scope dns on */* now complete with <rcode-failure> from network (unsigned; non-confidential).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending response packet with id 38089 on interface 1/AF_INET of size 122.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Freeing transaction 63253.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 72, ifindex=0, ttl=64, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Got DNS stub UDP query packet for id 56921
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Looking up RR for rubyspecdoesntexist.fallingsnow.net.DOMAINS IN A.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Positive cache hit for rubyspecdoesntexist.fallingsnow.net.DOMAINS IN A
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Regular transaction 23902 for <rubyspecdoesntexist.fallingsnow.net.DOMAINS IN A> on scope dns on */* now complete with <success> from cache (unsigned; non-confidential).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Freeing transaction 23902.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending response packet with id 56921 on interface 1/AF_INET of size 88.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing query...
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 72, ifindex=0, ttl=64, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Got DNS stub UDP query packet for id 53590
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Looking up RR for rubyspecdoesntexist.fallingsnow.net.DOMAINS IN AAAA.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Cache miss for rubyspecdoesntexist.fallingsnow.net.DOMAINS IN AAAA
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Firing regular transaction 9824 for <rubyspecdoesntexist.fallingsnow.net.DOMAINS IN AAAA> scope dns on */* (validate=yes).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using feature level UDP+EDNS0 for transaction 9824.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Using DNS server 147.75.207.207 for transaction 9824.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Announcing packet size 1472 in egress EDNS(0) packet.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Emitting UDP, link MTU is 1500, socket MTU is 1500, minimal MTU is 40
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending query packet with id 9824 of size 72.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing query...
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 148, ifindex=4, ttl=0, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing incoming packet of size 148 on transaction 9824 (rcode=SUCCESS).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Not caching negative entry for: rubyspecdoesntexist.fallingsnow.net.DOMAINS IN AAAA, cache mode set to no-negative
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Regular transaction 9824 for <rubyspecdoesntexist.fallingsnow.net.DOMAINS IN AAAA> on scope dns on */* now complete with <success> from network (unsigned; non-confidential).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending response packet with id 53590 on interface 1/AF_INET of size 148.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Freeing transaction 9824.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Received dns UDP packet of size 52, ifindex=0, ttl=64, fragsize=0
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Got DNS stub UDP query packet for id 17592
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Looking up RR for 32.1.32.70.in-addr.arpa IN PTR.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Positive cache hit for 32.1.32.70.in-addr.arpa IN PTR
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Regular transaction 43225 for <32.1.32.70.in-addr.arpa IN PTR> on scope dns on */* now complete with <success> from cache (unsigned; non-confidential).
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Freeing transaction 43225.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Sending response packet with id 17592 on interface 1/AF_INET of size 101.
Oct 17 15:28:58 ruby1 systemd-resolved[3712]: Processing query...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment