Hi Wyatt,
We are seeing the same error the original poster of this thread is seeing.
<warning>: The sent data exceeds the maximum allowed data. Request has been rejected. (Data came from a computer at ::ffff:xxx.xxx.xxx.xx)
The port is 13, and no other service is running on that port. The machine is running Linux, and the following are all the ports that are “listening”. You can see port 13 is assigned to TFS.
sudo lsof -i -P -n | grep LISTEN
systemd-r 394 systemd-resolve 13u IPv4 20120 0t0 TCP 127.0.0.53:53 (LISTEN)
turbofloa 453 root 7u IPv6 23255 0t0 TCP *:13 (LISTEN)
sshd 637 root 3u IPv4 24006 0t0 TCP *:22 (LISTEN)
sshd 637 root 4u IPv6 24017 0t0 TCP *:22 (LISTEN)
So, sometimes our app can lease the license, and other times it returns this error. It's no immediately obvious to us why this is the case.
Is there a specification for the machine running TFS? How much RAM does it need? How about CPU?
Here's are the specs running the turbofloatserver software:
lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
Address sizes: 46 bits physical, 48 bits virtual
CPU(s): 1
On-line CPU(s) list: 0
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 63
Model name: Intel(R) Xeon(R) CPU E5-2676 v3 @ 2.40GHz
Stepping: 2
CPU MHz: 2400.059
BogoMIPS: 4800.01
Hypervisor vendor: Xen
Virtualization type: full
L1d cache: 32 KiB
L1i cache: 32 KiB
L2 cache: 256 KiB
L3 cache: 30 MiB
NUMA node0 CPU(s): 0
Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported
Vulnerability L1tf: Mitigation; PTE Inversion
Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Vulnerability Meltdown: Mitigation; PTI
Vulnerability Spec store bypass: Vulnerable
Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling
Vulnerability Srbds: Not affected
Vulnerability Tsx async abort: Not affected
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good nopl xtopology cpuid tsc_known_freq p
ni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm cpuid_fault invpcid_single pti fsgsbase bmi1 a
vx2 smep bmi2 erms invpcid xsaveopt
Since I cannot reproduce the error reliably, any pointers for troubleshooting are appreciated!
Thanks,
Arie