Search Issue Tracker
Fixed in 5.3.0
Votes
0
Found in
5.1.1f1
Issue ID
711044
Regression
No
[CacheServer] The server crashes on command 'nc -zv'
1)Open Unity and start Cache Server
2)Download Cache Server and open the file of it
3)Open terminal and use 'nc -zv'
4)Notice on the Cache Server terminal window(2nd step), that error, already written by the user, was thrown
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
glumoscow
Sep 28, 2015 10:26
Hello.
We are running unity cache server 5.2.1f1 on centOS6 with this parameters :
RunLinux.sh --path /var/cache1 --legacypath /var/cache2
After we added ports 8125 and 8126 to our monitoring system, we noticed that cache server started to fail with error:
Socket close
Bad Client protocol version
After digging it , we found that use perl function “connect” to check if port is open in our monitoring system
To easy reproduce this issue u can just run : nc -vz unity.server.host 8126
The version of cache server that use port 8125 looks good – only port 8126 is effected