Index | Thread | Search

From:
Jan Stary <hans@stare.cz>
Subject:
unresponsive rtorrent
To:
ports@openbsd.org
Date:
Mon, 15 Jul 2024 00:19:26 +0200

Download raw body.

Thread
This is current/amd64 on a PC, running rtorrent-0.9.6p8v0.
It seems completely unresponsive for long stretches of time.
There will be short windows when it reacts to the keys as expected,
letting me start and stop torrents, list files, etc,
and then it will do seemingly nothing for many minutes.

It _is_ doing something: see the ktrace below
for what it does inside; but it is not responding
to any key presses.

Looking at the kdump, it seems to be querrying DNS
at regular intervals, doing little else. The resolving
unbound on 192.168.11.1:53 (another obsd machine, home router)
is resolving just fine.

Is anyone seeing the same?

	Jan


 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0<> }
 61827 rtorrent RET   poll 0
 61827 rtorrent CALL  recvfrom(261,0x4cf74898000,0x1000,0,0,0)
 61827 rtorrent RET   recvfrom -1 errno 35 Resource temporarily unavailable
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4cf2cdd9a00,0x25,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 37 bytes
       "\M^F\M^M\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\0\
	\^A"
 61827 rtorrent RET   sendto 37/0x25
 61827 rtorrent CALL  poll(0x74407a6684e8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(261,0x4cf2cdf1000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 261 read 88 bytes
       "\M^F\M^M\M^A\M^C\0\^A\0\0\0\^A\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\
	\^A\0\^A\M-@\^W\0\^F\0\^A\0\0\^CK\0'\^Cuvt\M-@\^W
	hostmaster\M-@\^Wx\M^VdQ\0\0\^N\^P\0\0\a\b\0	:\M^@\0\0\^N\^P"
 61827 rtorrent RET   recvfrom 88/0x58
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  stat(0x4ceebb24309,0x74407a668b10)
 61827 rtorrent NAMI  "/etc/resolv.conf"
 61827 rtorrent STRU  struct stat { dev=1072, ino=25374, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102095, atime=1636905743<"Nov 14 17:02:23 2021">, mtime=1636905743<"Nov 14 17:02:23 2021">, ctime=1661688277<"Aug 28 14:04:37 2022">.904582348, size=57, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   stat 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 261/0x105
 61827 rtorrent CALL  fstat(261,0x74407a6670d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(261,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 261 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(261,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4cf2cdd9800,0x1c,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 28 bytes
       "\M-O\M^X\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a668be8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0<> }
 61827 rtorrent RET   poll 0
 61827 rtorrent CALL  recvfrom(261,0x4cf48beb000,0x1000,0,0,0)
 61827 rtorrent RET   recvfrom -1 errno 35 Resource temporarily unavailable
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4cf2cdd9800,0x1c,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 28 bytes
       "\M-O\M^X\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a668be8,1,10000)
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0<> }
 61827 rtorrent RET   poll 0
 61827 rtorrent CALL  recvfrom(261,0x4cf48beb000,0x1000,0,0,0)
 61827 rtorrent RET   recvfrom -1 errno 35 Resource temporarily unavailable
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4cf2cdd9800,0x1c,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 28 bytes
       "\M-O\M^X\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a668be8,1,20000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(261,0x4cf48beb000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 261 read 28 bytes
       "\M-O\M^X\M^A\M^B\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   recvfrom 28/0x1c
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4ce8e5ca800,0x25,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 37 bytes
       "<\M-8\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 37/0x25
 61827 rtorrent CALL  poll(0x74407a668be8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(261,0x4cf7487a000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 261 read 88 bytes
       "<\M-8\M^A\M^C\0\^A\0\0\0\^A\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\0\
	\^A\M-@\^W\0\^F\0\^A\0\0\^C<\0'\^Cuvt\M-@\^W
	hostmaster\M-@\^Wx\M^VdQ\0\0\^N\^P\0\0\a\b\0	:\M^@\0\0\^N\^P"
 61827 rtorrent RET   recvfrom 88/0x58
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  stat(0x4ceebb24309,0x74407a668410)
 61827 rtorrent NAMI  "/etc/resolv.conf"
 61827 rtorrent STRU  struct stat { dev=1072, ino=25374, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102095, atime=1636905743<"Nov 14 17:02:23 2021">, mtime=1636905743<"Nov 14 17:02:23 2021">, ctime=1661688277<"Aug 28 14:04:37 2022">.904582348, size=57, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   stat 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 261/0x105
 61827 rtorrent CALL  fstat(261,0x74407a6669d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(261,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 261 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(261,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4cf2cdd9600,0x1c,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 28 bytes
       "\M-n\M-}\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a6684e8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(261,0x4cf7488f000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 261 read 28 bytes
       "\M-n\M-}\M^A\M^B\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   recvfrom 28/0x1c
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4cf2cdd9a00,0x25,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 37 bytes
       "\^N\M-~\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\0\
	\^A"
 61827 rtorrent RET   sendto 37/0x25
 61827 rtorrent CALL  poll(0x74407a6684e8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(261,0x4cf2cdfc000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 261 read 88 bytes
       "\^N\M-~\M^A\M^C\0\^A\0\0\0\^A\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\
	\0\^A\M-@\^W\0\^F\0\^A\0\0\^C<\0'\^Cuvt\M-@\^W
	hostmaster\M-@\^Wx\M^VdQ\0\0\^N\^P\0\0\a\b\0	:\M^@\0\0\^N\^P"
 61827 rtorrent RET   recvfrom 88/0x58
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 261/0x105
 61827 rtorrent CALL  fstat(261,0x74407a6670d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(261,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 261 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(261,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4cf05926000,0x1c,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 28 bytes
       "(\M-^\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a668be8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(261,0x4cf2cde2000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 261 read 28 bytes
       "(\M-^\M^A\M^B\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   recvfrom 28/0x1c
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4ce9f004600,0x25,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 37 bytes
       "\M-J\M-s\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\0\
	\^A"
 61827 rtorrent RET   sendto 37/0x25
 61827 rtorrent CALL  poll(0x74407a668be8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(261,0x4ceb5656000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 261 read 88 bytes
       "\M-J\M-s\M^A\M^C\0\^A\0\0\0\^A\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\
	\^A\0\^A\M-@\^W\0\^F\0\^A\0\0\^C<\0'\^Cuvt\M-@\^W
	hostmaster\M-@\^Wx\M^VdQ\0\0\^N\^P\0\0\a\b\0	:\M^@\0\0\^N\^P"
 61827 rtorrent RET   recvfrom 88/0x58
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 261/0x105
 61827 rtorrent CALL  fstat(261,0x74407a6670d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(261,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 261 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(261,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4cf05926000,0x1c,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 28 bytes
       "\^B\M-)\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a668be8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(261,0x4cf74895000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 261 read 28 bytes
       "\^B\M-)\M^A\M^B\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   recvfrom 28/0x1c
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4ce8e5ca000,0x25,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 37 bytes
       "\M^@\M-\\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\0\
	\^A"
 61827 rtorrent RET   sendto 37/0x25
 61827 rtorrent CALL  poll(0x74407a668be8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(261,0x4cf285a7000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 261 read 88 bytes
       "\M^@\M-\\M^A\M^C\0\^A\0\0\0\^A\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\
	\^A\0\^A\M-@\^W\0\^F\0\^A\0\0\^C<\0'\^Cuvt\M-@\^W
	hostmaster\M-@\^Wx\M^VdQ\0\0\^N\^P\0\0\a\b\0	:\M^@\0\0\^N\^P"
 61827 rtorrent RET   recvfrom 88/0x58
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 261/0x105
 61827 rtorrent CALL  fstat(261,0x74407a6669d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(261,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 261 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(261,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4ce9f004600,0x1c,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 28 bytes
       "\M-6\M-y\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a6684e8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(261,0x4cf748a7000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 261 read 28 bytes
       "\M-6\M-y\M^A\M^B\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   recvfrom 28/0x1c
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4cf05926000,0x25,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 37 bytes
       "\M-R\M-m\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\0\
	\^A"
 61827 rtorrent RET   sendto 37/0x25
 61827 rtorrent CALL  poll(0x74407a6684e8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(261,0x4cf2cdfc000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 261 read 88 bytes
       "\M-R\M-m\M^A\M^C\0\^A\0\0\0\^A\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\
	\^A\0\^A\M-@\^W\0\^F\0\^A\0\0\^C<\0'\^Cuvt\M-@\^W
	hostmaster\M-@\^Wx\M^VdQ\0\0\^N\^P\0\0\a\b\0	:\M^@\0\0\^N\^P"
 61827 rtorrent RET   recvfrom 88/0x58
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 261/0x105
 61827 rtorrent CALL  fstat(261,0x74407a6670d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(261,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 261 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(261,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  connect(261,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(261,0x4ce9f004e00,0x29,0,0,0)
 61827 rtorrent GIO   fd 261 wrote 41 bytes
       "k\M-=\^A\0\0\^A\0\0\0\0\0\0\atracker\fcoppersurfer\^Btk\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 41/0x29
 61827 rtorrent CALL  poll(0x74407a668be8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=261, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(261,0x4cf74884000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 261 read 57 bytes
       "k\M-=\M^A\M^@\0\^A\0\^A\0\0\0\0\atracker\fcoppersurfer\^Btk\0\0\^A\0\
	\^A\M-@\f\0\^A\0\^A\0\0\^AH\0\^Dg\M-`\M-6\M-v"
 61827 rtorrent RET   recvfrom 57/0x39
 61827 rtorrent CALL  close(261)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x2<SOCK_DGRAM>,0)
 61827 rtorrent RET   socket 261/0x105
 61827 rtorrent CALL  fcntl(261,F_SETFL,0x4<O_NONBLOCK>)
 61827 rtorrent RET   fcntl 0
 61827 rtorrent CALL  bind(261,0x4ce9ed90fc0,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 0.0.0.0:0 }
 61827 rtorrent RET   bind 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 262/0x106
 61827 rtorrent CALL  fstat(262,0x74407a6670d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(262,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 262 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(262,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(262)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 262/0x106
 61827 rtorrent CALL  connect(262,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(262,0x4ce9f004e00,0x2c,0,0,0)
 61827 rtorrent GIO   fd 262 wrote 44 bytes
       "Z\M-:\^A\0\0\^A\0\0\0\0\0\0\atracker\^Nopenbittorrent\^Ccom\0\0\^A\0\
	\^A"
 61827 rtorrent RET   sendto 44/0x2c
 61827 rtorrent CALL  poll(0x74407a668be8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=262, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(262,0x4cf48bd4000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 262 read 60 bytes
       "Z\M-:\M^A\M^@\0\^A\0\^A\0\0\0\0\atracker\^Nopenbittorrent\^Ccom\0\0\^A\
	\0\^A\M-@\f\0\^A\0\^A\0\0\M-<\M-\\0\^D[\M-C\M-pu"
 61827 rtorrent RET   recvfrom 60/0x3c
 61827 rtorrent CALL  close(262)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x2<SOCK_DGRAM>,0)
 61827 rtorrent RET   socket 262/0x106
 61827 rtorrent CALL  fcntl(262,F_SETFL,0x4<O_NONBLOCK>)
 61827 rtorrent RET   fcntl 0
 61827 rtorrent CALL  bind(262,0x4ce9ed90fc0,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 0.0.0.0:0 }
 61827 rtorrent RET   bind 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 263/0x107
 61827 rtorrent CALL  fstat(263,0x74407a6670d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(263,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 263 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(263,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(263)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 263/0x107
 61827 rtorrent CALL  connect(263,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(263,0x4cf05926200,0x1c,0,0,0)
 61827 rtorrent GIO   fd 263 wrote 28 bytes
       "C\M^C\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a668be8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=263, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(263,0x4cf748a3000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 263 read 28 bytes
       "C\M^C\M^A\M^B\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   recvfrom 28/0x1c
 61827 rtorrent CALL  close(263)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 263/0x107
 61827 rtorrent CALL  connect(263,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(263,0x4cf05926000,0x25,0,0,0)
 61827 rtorrent GIO   fd 263 wrote 37 bytes
       "e\M-~\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 37/0x25
 61827 rtorrent CALL  poll(0x74407a668be8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=263, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(263,0x4cf2cddd000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 263 read 88 bytes
       "e\M-~\M^A\M^C\0\^A\0\0\0\^A\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\0\
	\^A\M-@\^W\0\^F\0\^A\0\0\^C<\0'\^Cuvt\M-@\^W
	hostmaster\M-@\^Wx\M^VdQ\0\0\^N\^P\0\0\a\b\0	:\M^@\0\0\^N\^P"
 61827 rtorrent RET   recvfrom 88/0x58
 61827 rtorrent CALL  close(263)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 263/0x107
 61827 rtorrent CALL  fstat(263,0x74407a6669d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(263,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 263 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(263,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(263)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 263/0x107
 61827 rtorrent CALL  connect(263,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(263,0x4ce9f004600,0x1c,0,0,0)
 61827 rtorrent GIO   fd 263 wrote 28 bytes
       "}\M-u\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bme\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a6684e8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=263, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(263,0x4cf7488c000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 263 read 44 bytes
       "}\M-u\M^A\M^@\0\^A\0\^A\0\0\0\0\^A9\^Erarbg\^Bme\0\0\^A\0\^A\M-@\f\0\
	\^A\0\^A\0\0\^Q+\0\^D\M-G;\M-s\M-b"
 61827 rtorrent RET   recvfrom 44/0x2c
 61827 rtorrent CALL  close(263)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x2<SOCK_DGRAM>,0)
 61827 rtorrent RET   socket 263/0x107
 61827 rtorrent CALL  fcntl(263,F_SETFL,0x4<O_NONBLOCK>)
 61827 rtorrent RET   fcntl 0
 61827 rtorrent CALL  bind(263,0x4ce9ed90fc0,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 0.0.0.0:0 }
 61827 rtorrent RET   bind 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 264/0x108
 61827 rtorrent CALL  fstat(264,0x74407a6669d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(264,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 264 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(264,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(264)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 264/0x108
 61827 rtorrent CALL  connect(264,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(264,0x4cf285d1200,0x1c,0,0,0)
 61827 rtorrent GIO   fd 264 wrote 28 bytes
       "\M-!\M^[\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a6684e8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=264, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(264,0x4cf7489e000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 264 read 28 bytes
       "\M-!\M^[\M^A\M^B\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   recvfrom 28/0x1c
 61827 rtorrent CALL  close(264)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 264/0x108
 61827 rtorrent CALL  connect(264,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(264,0x4cf6c32ca00,0x25,0,0,0)
 61827 rtorrent GIO   fd 264 wrote 37 bytes
       "J\M-e\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 37/0x25
 61827 rtorrent CALL  poll(0x74407a6684e8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=264, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(264,0x4cf74890000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 264 read 88 bytes
       "J\M-e\M^A\M^C\0\^A\0\0\0\^A\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\0\
	\^A\M-@\^W\0\^F\0\^A\0\0\^C<\0'\^Cuvt\M-@\^W
	hostmaster\M-@\^Wx\M^VdQ\0\0\^N\^P\0\0\a\b\0	:\M^@\0\0\^N\^P"
 61827 rtorrent RET   recvfrom 88/0x58
 61827 rtorrent CALL  close(264)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 264/0x108
 61827 rtorrent CALL  fstat(264,0x74407a6662d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(264,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 264 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(264,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(264)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 264/0x108
 61827 rtorrent CALL  connect(264,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(264,0x4cf6c32ca00,0x28,0,0,0)
 61827 rtorrent GIO   fd 264 wrote 40 bytes
       "\M-s\M^]\^A\0\0\^A\0\0\0\0\0\0\atracker
	opentrackr\^Corg\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 40/0x28
 61827 rtorrent CALL  poll(0x74407a667de8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=264, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(264,0x4cf7487f000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 264 read 56 bytes
       "\M-s\M^]\M^A\M^@\0\^A\0\^A\0\0\0\0\atracker
	opentrackr\^Corg\0\0\^A\0\^A\M-@\f\0\^A\0\^A\0\0\0<\0\^D]\M^^\M-U\\"
 61827 rtorrent RET   recvfrom 56/0x38
 61827 rtorrent CALL  close(264)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x2<SOCK_DGRAM>,0)
 61827 rtorrent RET   socket 264/0x108
 61827 rtorrent CALL  fcntl(264,F_SETFL,0x4<O_NONBLOCK>)
 61827 rtorrent RET   fcntl 0
 61827 rtorrent CALL  bind(264,0x4ce9ed90fc0,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 0.0.0.0:0 }
 61827 rtorrent RET   bind 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 266/0x10a
 61827 rtorrent CALL  fstat(266,0x74407a6662d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(266,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 266 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(266,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(266)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 266/0x10a
 61827 rtorrent CALL  connect(266,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(266,0x4cf748a3c00,0x28,0,0,0)
 61827 rtorrent GIO   fd 266 wrote 40 bytes
       "\M-*\M-B\^A\0\0\^A\0\0\0\0\0\0\atracker\atorrent\^Beu\^Corg\0\0\^A\0\
	\^A"
 61827 rtorrent RET   sendto 40/0x28
 61827 rtorrent CALL  poll(0x74407a667de8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=266, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(266,0x4cf2ce02000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 266 read 56 bytes
       "\M-*\M-B\M^A\M^@\0\^A\0\^A\0\0\0\0\atracker\atorrent\^Beu\^Corg\0\0\^A\
	\0\^A\M-@\f\0\^A\0\^A\0\0\0\M-4\0\^D[\M-Xn5"
 61827 rtorrent RET   recvfrom 56/0x38
 61827 rtorrent CALL  close(266)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x2<SOCK_DGRAM>,0)
 61827 rtorrent RET   socket 266/0x10a
 61827 rtorrent CALL  fcntl(266,F_SETFL,0x4<O_NONBLOCK>)
 61827 rtorrent RET   fcntl 0
 61827 rtorrent CALL  bind(266,0x4ce9ed90fc0,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 0.0.0.0:0 }
 61827 rtorrent RET   bind 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 268/0x10c
 61827 rtorrent CALL  fstat(268,0x74407a6662d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(268,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 268 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(268,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(268)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 268/0x10c
 61827 rtorrent CALL  connect(268,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(268,0x4cf6c32c000,0x26,0,0,0)
 61827 rtorrent GIO   fd 268 wrote 38 bytes
       "\M^Z\M^H\^A\0\0\^A\0\0\0\0\0\0\atracker\btiny-vps\^Ccom\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 38/0x26
 61827 rtorrent CALL  poll(0x74407a667de8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=268, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(268,0x4ceb5655000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 268 read 75 bytes
       "\M^Z\M^H\M^A\M^@\0\^A\0\^B\0\0\0\0\atracker\btiny-vps\^Ccom\0\0\^A\0\
	\^A\M-@\f\0\^E\0\^A\0\0\^Aw\0	\^Ftardis\M-@\^T\M-@2\0\^A\0\^A\0\0\^A\
	w\0\^DS\M^Rv\M-/"
 61827 rtorrent RET   recvfrom 75/0x4b
 61827 rtorrent CALL  close(268)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x2<SOCK_DGRAM>,0)
 61827 rtorrent RET   socket 268/0x10c
 61827 rtorrent CALL  fcntl(268,F_SETFL,0x4<O_NONBLOCK>)
 61827 rtorrent RET   fcntl 0
 61827 rtorrent CALL  bind(268,0x4ce9ed90fc0,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 0.0.0.0:0 }
 61827 rtorrent RET   bind 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 269/0x10d
 61827 rtorrent CALL  fstat(269,0x74407a6662d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(269,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 269 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(269,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(269)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 269/0x10d
 61827 rtorrent CALL  connect(269,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(269,0x4cf05926000,0x21,0,0,0)
 61827 rtorrent GIO   fd 269 wrote 33 bytes
       "A\M-\\^A\0\0\^A\0\0\0\0\0\0\^Dopen\astealth\^Bsi\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 33/0x21
 61827 rtorrent CALL  poll(0x74407a667de8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=269, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(269,0x4cf285ca000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 269 read 49 bytes
       "A\M-\\M^A\M^@\0\^A\0\^A\0\0\0\0\^Dopen\astealth\^Bsi\0\0\^A\0\^A\M-@\f\
	\0\^A\0\^A\0\0	\M-b\0\^D\M-9\M-s\M-Z\M-U"
 61827 rtorrent RET   recvfrom 49/0x31
 61827 rtorrent CALL  close(269)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x2<SOCK_DGRAM>,0)
 61827 rtorrent RET   socket 269/0x10d
 61827 rtorrent CALL  fcntl(269,F_SETFL,0x4<O_NONBLOCK>)
 61827 rtorrent RET   fcntl 0
 61827 rtorrent CALL  bind(269,0x4ce9ed90fc0,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 0.0.0.0:0 }
 61827 rtorrent RET   bind 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 270/0x10e
 61827 rtorrent CALL  fstat(270,0x74407a6670d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(270,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 270 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(270,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(270)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 270/0x10e
 61827 rtorrent CALL  connect(270,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(270,0x4cf6c32ca00,0x1c,0,0,0)
 61827 rtorrent GIO   fd 270 wrote 28 bytes
       "\M^T\M^V\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a668be8,1,5000)
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent STRU  struct pollfd { fd=270, events=0x1<POLLIN>, revents=0<> }
 61827 rtorrent RET   poll 0
 61827 rtorrent CALL  recvfrom(270,0x4cf2cde7000,0x1000,0,0,0)
 61827 rtorrent RET   recvfrom -1 errno 35 Resource temporarily unavailable
 61827 rtorrent CALL  close(270)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 270/0x10e
 61827 rtorrent CALL  connect(270,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(270,0x4cf6c32ca00,0x1c,0,0,0)
 61827 rtorrent GIO   fd 270 wrote 28 bytes
       "\M^T\M^V\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a668be8,1,10000)
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent STRU  struct pollfd { fd=270, events=0x1<POLLIN>, revents=0<> }
 61827 rtorrent RET   poll 0
 61827 rtorrent CALL  recvfrom(270,0x4cf2cde7000,0x1000,0,0,0)
 61827 rtorrent RET   recvfrom -1 errno 35 Resource temporarily unavailable
 61827 rtorrent CALL  close(270)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 270/0x10e
 61827 rtorrent CALL  connect(270,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(270,0x4cf6c32ca00,0x1c,0,0,0)
 61827 rtorrent GIO   fd 270 wrote 28 bytes
       "\M^T\M^V\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a668be8,1,20000)
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent STRU  struct pollfd { fd=270, events=0x1<POLLIN>, revents=0<> }
 61827 rtorrent RET   poll 0
 61827 rtorrent CALL  recvfrom(270,0x4cf2cde7000,0x1000,0,0,0)
 61827 rtorrent RET   recvfrom -1 errno 35 Resource temporarily unavailable
 61827 rtorrent CALL  close(270)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 270/0x10e
 61827 rtorrent CALL  connect(270,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(270,0x4cf6c32ca00,0x1c,0,0,0)
 61827 rtorrent GIO   fd 270 wrote 28 bytes
       "\M^T\M^V\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a668be8,1,40000)
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(13,0x4cf718df000,0,0x4ceea9e8000,512,0x4cf4071c910)
 61827 rtorrent STRU  struct timespec { 600.001000000 }
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent STRU  struct pollfd { fd=270, events=0x1<POLLIN>, revents=0<> }
 61827 rtorrent RET   poll 0
 61827 rtorrent CALL  recvfrom(270,0x4cf2cde7000,0x1000,0,0,0)
 61827 rtorrent RET   recvfrom -1 errno 35 Resource temporarily unavailable
 61827 rtorrent CALL  close(270)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 270/0x10e
 61827 rtorrent CALL  connect(270,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(270,0x4cf05926200,0x25,0,0,0)
 61827 rtorrent GIO   fd 270 wrote 37 bytes
       "\M-B\M-b\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\^A\0\
	\^A"
 61827 rtorrent RET   sendto 37/0x25
 61827 rtorrent CALL  poll(0x74407a668be8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=270, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(270,0x4ceb565e000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 270 read 88 bytes
       "\M-B\M-b\M^A\M^C\0\^A\0\0\0\^A\0\0\^A9\^Erarbg\^Bto\^Estare\^Bcz\0\0\
	\^A\0\^A\M-@\^W\0\^F\0\^A\0\0\^B\M-o\0'\^Cuvt\M-@\^W
	hostmaster\M-@\^Wx\M^VdQ\0\0\^N\^P\0\0\a\b\0	:\M^@\0\0\^N\^P"
 61827 rtorrent RET   recvfrom 88/0x58
 61827 rtorrent CALL  close(270)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  stat(0x4ceebb24309,0x74407a668410)
 61827 rtorrent NAMI  "/etc/resolv.conf"
 61827 rtorrent STRU  struct stat { dev=1072, ino=25374, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102095, atime=1636905743<"Nov 14 17:02:23 2021">, mtime=1636905743<"Nov 14 17:02:23 2021">, ctime=1661688277<"Aug 28 14:04:37 2022">.904582348, size=57, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   stat 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 270/0x10e
 61827 rtorrent CALL  fstat(270,0x74407a6669d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(270,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 270 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(270,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(270)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 270/0x10e
 61827 rtorrent CALL  connect(270,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(270,0x4ce8e5ca400,0x1c,0,0,0)
 61827 rtorrent GIO   fd 270 wrote 28 bytes
       "\M-\\M-4\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bme\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a6684e8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=270, events=0x1<POLLIN>, revents=0x1<POLLIN> }
 61827 rtorrent RET   poll 1
 61827 rtorrent CALL  recvfrom(270,0x4ceb564f000,0x1000,0,0,0)
 61827 rtorrent GIO   fd 270 read 44 bytes
       "\M-\\M-4\M^A\M^@\0\^A\0\^A\0\0\0\0\^A9\^Erarbg\^Bme\0\0\^A\0\^A\M-@\f\
	\0\^A\0\^A\0\0\^P\M-^\0\^D\M-G;\M-s\M-b"
 61827 rtorrent RET   recvfrom 44/0x2c
 61827 rtorrent CALL  close(270)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x2<SOCK_DGRAM>,0)
 61827 rtorrent RET   socket 270/0x10e
 61827 rtorrent CALL  fcntl(270,F_SETFL,0x4<O_NONBLOCK>)
 61827 rtorrent RET   fcntl 0
 61827 rtorrent CALL  bind(270,0x4ce9ed90fc0,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 0.0.0.0:0 }
 61827 rtorrent RET   bind 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  open(0x4ceebb26eca,0x10000<O_RDONLY|O_CLOEXEC>)
 61827 rtorrent NAMI  "/etc/hosts"
 61827 rtorrent RET   open 271/0x10f
 61827 rtorrent CALL  fstat(271,0x74407a6669d0)
 61827 rtorrent STRU  struct stat { dev=1072, ino=25172, mode=-rw-r--r-- , nlink=1, uid=0<"root">, gid=0<"wheel">, rdev=102110, atime=1656339756<"Jun 27 16:22:36 2022">.180308680, mtime=1655223001<"Jun 14 18:10:01 2022">.744104888, ctime=1655223001<"Jun 14 18:10:01 2022">.744104888, size=35, blocks=4, blksize=16384, flags=0x0, gen=0x0 }
 61827 rtorrent RET   fstat 0
 61827 rtorrent CALL  read(271,0x4cf5bea7000,0x4000)
 61827 rtorrent GIO   fd 271 read 35 bytes
       "127.0.0.1	localhost
	::1		localhost
       "
 61827 rtorrent RET   read 35/0x23
 61827 rtorrent CALL  read(271,0x4cf5bea7000,0x4000)
 61827 rtorrent RET   read 0
 61827 rtorrent CALL  close(271)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  getpid()
 61827 rtorrent RET   getpid 61827/0xf183
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 271/0x10f
 61827 rtorrent CALL  connect(271,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(271,0x4cf6c32ca00,0x1c,0,0,0)
 61827 rtorrent GIO   fd 271 wrote 28 bytes
       "x\M-V\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a6684e8,1,5000)
 61827 rtorrent STRU  struct pollfd { fd=271, events=0x1<POLLIN>, revents=0<> }
 61827 rtorrent RET   poll 0
 61827 rtorrent CALL  recvfrom(271,0x4cf748a7000,0x1000,0,0,0)
 61827 rtorrent RET   recvfrom -1 errno 35 Resource temporarily unavailable
 61827 rtorrent CALL  close(271)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 271/0x10f
 61827 rtorrent CALL  connect(271,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(271,0x4cf6c32ca00,0x1c,0,0,0)
 61827 rtorrent GIO   fd 271 wrote 28 bytes
       "x\M-V\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a6684e8,1,10000)
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }
 61827 rtorrent STRU  struct pollfd { fd=271, events=0x1<POLLIN>, revents=0<> }
 61827 rtorrent RET   poll 0
 61827 rtorrent CALL  recvfrom(271,0x4cf748a7000,0x1000,0,0,0)
 61827 rtorrent RET   recvfrom -1 errno 35 Resource temporarily unavailable
 61827 rtorrent CALL  close(271)
 61827 rtorrent RET   close 0
 61827 rtorrent CALL  socket(AF_INET,0x5002<SOCK_DGRAM|SOCK_NONBLOCK|SOCK_DNS>,0)
 61827 rtorrent RET   socket 271/0x10f
 61827 rtorrent CALL  connect(271,0x4cf09410950,16)
 61827 rtorrent STRU  struct sockaddr { AF_INET, 192.168.11.1:53 }
 61827 rtorrent RET   connect 0
 61827 rtorrent CALL  sendto(271,0x4cf6c32ca00,0x1c,0,0,0)
 61827 rtorrent GIO   fd 271 wrote 28 bytes
       "x\M-V\^A\0\0\^A\0\0\0\0\0\0\^A9\^Erarbg\^Bto\0\0\^A\0\^A"
 61827 rtorrent RET   sendto 28/0x1c
 61827 rtorrent CALL  poll(0x74407a6684e8,1,20000)
 61827 rtorrent RET   kevent 0
 61827 rtorrent CALL  kevent(10,0x4cf45a74000,0,0x4ce82926000,512,0x4ceb9bcbfe0)
 61827 rtorrent STRU  struct timespec { 10.001000000 }