Problem:
Running acuserve and attempt to kill with
acuserve -kill -nf (port number)
The following message appears:
Socket error: 10102
Resolution:
There is typically an issue with the host name on the server. Open the host file in etc directory ie more /etc/hosts and verify that the information is correct.
Alternatively specify which hostname/IP Address that the acurcl daemon should listen on by setting the AcuConnect configuration variables SERVER_IP and/or SERVER_NAME.
For further information about them see the AcuConnect documentation.
It is also possible to specify which hostname the -info or -kill command should be sent to by specifying the hostname on the command line. For example:
acurcl -info {servername}
acurcl -kill {servername}




