Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Erich Steinböck
> > Not sure where 119.242.25.32 is coming from > $ rexx -e "say SockGetHostId(); ::requires 'rxsock' LIBRARY" > 119.242.25.32 > Probably from /etc/hosts .. check the gethostid() docs for your OS. You can rewrite the samples to use localhost 127.0.0.1 instead - this should always work

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Jason Martin
agrellum@openindiana:~$ rexx -e "say SockGetHostId(); ::requires 'rxsock' LIBRARY" 119.242.25.32 agrellum@openindiana:~$ On 11/06/18 07:06 PM, Jason Martin wrote: agrellum@openindiana:~/ZZ$ rexx sfserver.rex Server listening at 119.242.25.32:50010 SockBind failed: EADDRNOTAVAIL Press [Enter]

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Jason Martin
This is purely my fault. Pulled examples from checkout. On 11/06/18 07:20 PM, Jason Martin wrote: Could you check that this has picked up the correct location for your version? Will do tomorrow. ___ Oorexx-devel mailing list

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Jason Martin
Could you check that this has picked up the correct location for your version? Will do tomorrow. ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Jason Martin
agrellum@openindiana:~/ZZ$ rexx sfserver.rex Server listening at 119.242.25.32:50010 SockBind failed: EADDRNOTAVAIL Press [Enter] To Shutdown Not sure where 119.242.25.32 is coming from Test groups all passed ___ Oorexx-devel mailing list

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Erich Steinböck
> > SockBind failed: EADDRNOTAVAIL > Jason, can you move sfserver.rex line 106 'say "Sever listening ..' before the bind to line 92, so that we can see address and port? Do you see the same result when you start scserver.rex? Does the socketClass.testGroup run fine with your build?

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Rick McGuire
On Tue, Nov 6, 2018 at 3:09 PM Jason Martin wrote: > r11517 on OpenIndiana > > rexx sfserver.rex > > SockBind failed: EADDRNOTAVAIL > > Maybe? https://idea.popcount.org/2014-04-03-bind-before-connect/ > > Also? New to me. > > #!@OOREXX_SHEBANG_PROGRAM@ > This is something new in the build.

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Jason Martin
r11517 on OpenIndiana rexx sfserver.rex SockBind failed: EADDRNOTAVAIL Maybe? https://idea.popcount.org/2014-04-03-bind-before-connect/ Also? New to me. #!@OOREXX_SHEBANG_PROGRAM@ ___ Oorexx-devel mailing list

Re: [Oorexx-devel] Advice needed on scserver.rex and scclient.rex sample programs

2018-11-06 Thread Erich Steinböck
Commit [r11516] should fix the issues. can you advice how one can refer to two different terminal sessions in the > same program (with the intention to start the scserver in one ADDRESS > statement first and then the scclient in another ADDRESS