1752778 Members
5974 Online
108789 Solutions
New Discussion юеВ

Re: telnet device error

 
SOLVED
Go to solution
Murat SULUHAN
Honored Contributor

telnet device error

Hi all

When I want to connect HP-UX 11.0 server via telnet, I am getting "telnetd: /dev/pts/ta: No such file or directory" message,

How can I fix that error?

Regards
Murat
Murat Suluhan
3 REPLIES 3
Murat SULUHAN
Honored Contributor

Re: telnet device error

I am so sorry, I posted this message to incorrect forum.

You can abort it, but every helpful answer would be appreciated :)

Regards
Murat SULUHAN
Murat Suluhan
Robert Thorneycroft
Valued Contributor
Solution

Re: telnet device error

You are missing a device file that is required to create the telnet connection.

On the HP-UX box you could try running insf -e as root, this should recreate all of the Reinstall the special files for pseudo-drivers and existing devices.

If this does not work you could use mknod /dev/pts/ta c 140 0x000000, however this will only create the one special file you need in this case, there may be more ie tb, tc etc missing.

Kind regards,

Robert Thorneycroft
Murat SULUHAN
Honored Contributor

Re: telnet device error

Hi again

Some pathces installed but not configured (sam's problem). I used this command

swlist -l fileset -a state |grep install

and I used "swconfig \*" command to configure that unconfigured pathces.

Thanks for your response

Regards
Murat SULUHAN
Murat Suluhan