When installing eSight on Linux, the system reports that the XXX port reserved by the system is ported and cannot be installed.
Execute lsof –i: “XXX port” to query the process that occupies the port.
After confirming, you can kill the process by kill -9 and continue to install.