Hello Forum,
when i did installing my gsx on sles9 the installer told me to change to port 904 (i think he did this because 902 was in /etc/services). now delete this entry and want to change it back to 902. using vmware-config.pl looks good, but when i restart xinetd i get the message
Jun 7 21:32:48 srv-vmware1 xinetd\[15479]: Service vmware-authd expects port 904, not 902
in /var/log/messages.
xinetd-session looks good:
srv-vmware1:/var/lib # cat /etc/xinetd.d/vmware-authd
\# default: on
\# description: The VMware remote access authentification daemon
service vmware-authd
{
disable = no
port = 902
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/vmware-authd
}
thanks for your help in advance
Andreas