I don't know if this is the right place to ask this but please help me I'm going nuts!
In USS (OS/390 2.9) I configured rlogin and it is working fine, but when I finished customizing telnet (the tiny thing that comes in the manuals about otelnetd) nothing works. After OMVS initialization I get these messages: $HASP373 BPXAS STARTED BPXF024I (OMVSKERN) Feb 15 16:10:47 inetd 6 : FOMN0026 otelnet/tcp: 39 unknown service BPXF024I (OMVSKERN) Feb 15 16:10:47 inetd 6 : FOMN0027 login/tcp: 394 socket: EDC5112I Resource temporarily unavailable., rsn=112B00B6 And I haven't been able to find messages FOMN0026 and FOMN0027 anywhere. Here's how the ports are defined, In OS/390 TCPIP.TCPPARMS(PROFILE): 23 TCP INTCLIEN ; Telnet Server 2023 TCP INTCLIEN ; TELNET SERVER ALSO SEE PORT 23 And in OMVS /etc/services: telnet 23/tcp login 513/tcp In the /etc/inetd.conf file: otelnet stream tcp nowait OMVSKERN /usr/sbin/otelnetd otelnetd -l -D all login stream tcp nowait OMVSKERN /usr/sbin/rlogind rlogind ?m When I do a telnet to the address of the OS/390 with port 2023 I get the message: Could not open a connection to? Any hints on this?
