The emcsvr (along with the rest of the package) has been written to run on a number of platforms - From an ix86 through to Alpha and probably Sun.
With a few pointers from the developers list, along with the debugging pointers here, I now have two linux boxes working together. Tomorrow, I start testing the MS interface ;-( The problem was eventually tracked down to just one config file entry on the client computer. None the less, the help received here has been invaluable in interpreting the error messages.
Regards, Paul.
On Tuesday 19 March 2002 23:35, xs@kittenz.org wrote:
If you run: telnet 192.168.0.2 5005; plat/nonrealtime/bin/emcsvr; telnet 192.168.0.2 5005 If both telnets succeed then something odd is going wrong with emcsrv at an above TCP/IP level, most likely. I noticed the mention of 'xdr' in some of the output. Is it using sunrpc? If so, it might be failing to connect to portmap. /etc/hosts.{allow,deny} can affect this. (The 111 in the connect error might mean port 111 (sunrpc) refuses the connection, but error 111 also happens to be connection refused.)