Hi.
If I configure xinetd:
ubuntu@ubuntuserver:/etc/xinetd.d$ cat Habil_Servidor_
service Habil_Servidor_
{
port = 62802
disable = no
socket_type = stream
protocol = tcp
wait = no
user = ubuntu
server = /usr/bin/wine
server_args = "C:\Program Files (x86)\Koinonia Software\Habil Empresarial\Habil_Servidor_MSA.exe"
}
I have a read error at loading client (Windows).
If I stop xinetd and run the application:
ubuntu@ubuntuserver:~$ wine C:\\Program\ Files\ \(x86\)\\Koinonia\ Software\\Habil\ Empresarial\\Habil_Servidor_MSA.exe
the port 62802 don't opens, then the client reports socket error 10061 (connection refused), without firewall running on Linux.
How can I run the server listening the Windows clients on port 62802 by the Wine?
Follow the terminal output.
Thanks.
Wine + proprietary MDB Server
Re: Wine + proprietary MDB Server
Don't open more than one thread for the same problem. Locking this one.