1753830 Members
8893 Online
108806 Solutions
New Discussion юеВ

ttys have disappeared

 
SOLVED
Go to solution
Joe Terry_1
New Member

ttys have disappeared

I am instlling HP-UX 11 and just complete installation of the ACE patches, the machine came back up, but I can not longer get a login prompt.

I get the following when trying to telnet to the machine:

# telnet bertha
Trying...
Connected to bertha.parkcity.com.
Escape character is '^]'.
telnetd: /dev/pts/ta: No such file or directory
.
Connection closed.

It would appear that the telnet daemon has got some bad initialization or device info. Does anyone have a cure?

Thanks for your help.

Joe Terry
3 REPLIES 3
Andreas Voss
Honored Contributor
Solution

Re: ttys have disappeared

Hi,

try to recreate the devies files:
insf -e -d pty

Regards

Andrew
CHRIS ANORUO
Honored Contributor

Re: ttys have disappeared

It seems you have to login from your console and run the insf command from /dev using the options as stated by Andreas
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
Alan Riggs
Honored Contributor

Re: ttys have disappeared

Don't forget to add the stream pty's too. For 100 connections do:

insf -e -s 100
insf -d pty -n 100

(both options default to 60 if no value is specified.)