problem with telnet

I am trying to telnet into a QNX 4.23 machine.
I get the following:
Trying 192.168.0.10…
Connected to 192.168.9.10.
Escape character is ‘^]’.
telnetd: /bin/login: No such file or directory
.
Connection closed by foreign host.

On the target machine there is a ‘/bin/login’ with
permissions: -rwsrwxr-x root root

I can go to the target machine and login. I can run
/bin/login from the shell.

I can ftp to the machine successfully.

Any ideas on what I should be looking to fix?
Carlos

Check that Dev.pty is running and that there are free ptys.

Richard

Carlos Clarke wrote:

I am trying to telnet into a QNX 4.23 machine.
I get the following:
Trying 192.168.0.10…
Connected to 192.168.9.10.
Escape character is ‘^]’.
telnetd: /bin/login: No such file or directory
.
Connection closed by foreign host.

On the target machine there is a ‘/bin/login’ with
permissions: -rwsrwxr-x root root

I can go to the target machine and login. I can run
/bin/login from the shell.

I can ftp to the machine successfully.

Any ideas on what I should be looking to fix?
Carlos

On Tue, 02 Jul 2002 11:03:08 -0400, Richard Kramer
<rrkramer@kramer-smilko.com> wrote:

Check that Dev.pty is running and that there are free ptys.

Richard

It is running and no one is using any ptys.
I run the following in my sysinit:

Dev -n 100 &
… other stuff …
sleep 3
Dev.pty -n16 &

I checked with ps to make sure Dev.pty was running before
trying the telnet.

Any other ideas?

Carlos

Carlos Clarke wrote:

I am trying to telnet into a QNX 4.23 machine.
I get the following:
Trying 192.168.0.10…
Connected to 192.168.9.10.
Escape character is ‘^]’.
telnetd: /bin/login: No such file or directory
.
Connection closed by foreign host.

On the target machine there is a ‘/bin/login’ with
permissions: -rwsrwxr-x root root

I can go to the target machine and login. I can run
/bin/login from the shell.

I can ftp to the machine successfully.

Any ideas on what I should be looking to fix?
Carlos

Carlos Clarke wrote:

On Tue, 02 Jul 2002 11:03:08 -0400, Richard Kramer
rrkramer@kramer-smilko.com> > wrote:

Check that Dev.pty is running and that there are free ptys.

Richard


It is running and no one is using any ptys.
I run the following in my sysinit:

Dev -n 100 &
… other stuff …
sleep 3
Dev.pty -n16 &

I checked with ps to make sure Dev.pty was running before
trying the telnet.

Any other ideas?

Not a one.

Richard

Carlos

Carlos Clarke wrote:

I am trying to telnet into a QNX 4.23 machine.
I get the following:
Trying 192.168.0.10…
Connected to 192.168.9.10.
Escape character is ‘^]’.
telnetd: /bin/login: No such file or directory
.
Connection closed by foreign host.

On the target machine there is a ‘/bin/login’ with
permissions: -rwsrwxr-x root root

I can go to the target machine and login. I can run
/bin/login from the shell.

I can ftp to the machine successfully.

Any ideas on what I should be looking to fix?
Carlos

I’ve seen this with low memory. It’s a shot in the dark but I’ve seen it.

“Richard Kramer” <rrkramer@kramer-smilko.com> wrote in message
news:3D235C52.9D4777@kramer-smilko.com

Carlos Clarke wrote:

On Tue, 02 Jul 2002 11:03:08 -0400, Richard Kramer
rrkramer@kramer-smilko.com> > wrote:

Check that Dev.pty is running and that there are free ptys.

Richard


It is running and no one is using any ptys.
I run the following in my sysinit:

Dev -n 100 &
… other stuff …
sleep 3
Dev.pty -n16 &

I checked with ps to make sure Dev.pty was running before
trying the telnet.

Any other ideas?

Not a one.

Richard


Carlos

Carlos Clarke wrote:

I am trying to telnet into a QNX 4.23 machine.
I get the following:
Trying 192.168.0.10…
Connected to 192.168.9.10.
Escape character is ‘^]’.
telnetd: /bin/login: No such file or directory
.
Connection closed by foreign host.

On the target machine there is a ‘/bin/login’ with
permissions: -rwsrwxr-x root root

I can go to the target machine and login. I can run
/bin/login from the shell.

I can ftp to the machine successfully.

Any ideas on what I should be looking to fix?
Carlos

Is inetd running?

Is it configured to start telnet?

“Richard Kramer” <rrkramer@kramer-smilko.com> wrote in message
news:3D235C52.9D4777@kramer-smilko.com

Carlos Clarke wrote:

On Tue, 02 Jul 2002 11:03:08 -0400, Richard Kramer
rrkramer@kramer-smilko.com> > wrote:

Check that Dev.pty is running and that there are free ptys.

Richard


It is running and no one is using any ptys.
I run the following in my sysinit:

Dev -n 100 &
… other stuff …
sleep 3
Dev.pty -n16 &

I checked with ps to make sure Dev.pty was running before
trying the telnet.

Any other ideas?

Not a one.

Richard


Carlos

Carlos Clarke wrote:

I am trying to telnet into a QNX 4.23 machine.
I get the following:
Trying 192.168.0.10…
Connected to 192.168.9.10.
Escape character is ‘^]’.
telnetd: /bin/login: No such file or directory
.
Connection closed by foreign host.

On the target machine there is a ‘/bin/login’ with
permissions: -rwsrwxr-x root root

I can go to the target machine and login. I can run
/bin/login from the shell.

I can ftp to the machine successfully.

Any ideas on what I should be looking to fix?
Carlos