1000+ queries per minute to log.tailscale.io

I’ve installed Tailscale on a Raspberry Pi Zero 2 W about a week ago and all was fine until all of a sudden today it started spamming 1000+ requests a minute to log.tailscale.io (discovered when I casually checked my primary pi.hole).

I’ve stopped tailscale for now on that device and all my other tailscale devices are running fine.

Any idea what’s causing this?

tailscale bugreport output here:

BUG-c972dce881092906387e42db00c4345cc27ff4174b8385984249f767e1cc90f6-20220216061120Z-e8927ab29ae14095

Tailscale 1.20.4 on Raspberry Pi OS 64bit Bullseye (latest stable).

Hello.

Can you send me back the output from these commands run as root (sudo -s) on your Pi Zero?

(list open files opened by tailscaled)
ls -l /proc/$(ps -C tailscaled -o pid=)/fd

(show limit of open files per process)
ulimit -n

(count number of open files from all processes)
lsof | wc -l

(list open sockets)
ss -tulw

you may need to apt install lsof not all distros come with it preinstalled.

Sent from Front

You can email that info to support@tailscale.com if you would prefer.