<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi everyone,<div>I am trying to get Erlang to talk to (solarises) zlogin. I figured, open_port would be the logical step to do that BUT it dies horribly the command I run is:</div><div><br></div><div>open_port({spawn, "/usr/sbin/zlogin -C 8e3b630b-d18a-4047-bad3-600b17d9ef46"}, [use_stdio]).</div><div><br></div><div>also experimented with other port options but they don't' really make a difference safe for nouse_stdio which replaces the Erlang console with the zlogin one (which doesn't help much ;)</div><div><br></div><div>the error I get from zlogin is:</div><div><br></div><div><div>(<a href="mailto:chunter@192.168.0.52">chunter@192.168.0.52</a>)8> open_port({spawn, "/usr/sbin/zlogin -C 8e3b630b-d18a-4047-bad3-600b17d9ef46"}, [use_stdio]).</div><div>zlogin: failed to get user terminal settings: Invalid argument</div><div>zlogin: failed to set stdin pty to raw mode: Invalid argument</div></div><div><br></div><div>I've tracked down that a bit further into the zlogin code and it seems to be related to a call to <span style="font-family: Menlo; font-size: 11px; ">tcgetattr(fd, &term) </span>in the code which fails with the open_socket created connection.</div><div><br></div><div>I'm a bit at a loss here what to do next sadly, any advice?</div><div><br></div><div>Regards,</div><div>Heinz</div></body></html>