1752790 Members
5979 Online
108789 Solutions
New Discussion юеВ

Re: Unable to get pty

 
SOLVED
Go to solution
Edward Alfert_2
Respected Contributor

Re: Unable to get pty

Yes, John brings up an important point...

just because you change the values in the kernel for the 3 type of ptys that doesn't create the dev files. You have to:

#insf -evd ptys -n (number in kernel)
#insf -evd ptym -n (number in kernel)
#insf -evd pts -n (number in kernel)

"Do what you love and you will never work a day in your life." - Confucius
Andre Ford
Advisor

Re: Unable to get pty

John/Edward,

I did the 'insf' command with the e,v,d and n options (with the values set in the kernel) and so far it looks like it's working fine. I was able to open more than five different windows (which I could not do before) without the error. I'll monitor this for a few days and post back to let you know the status. Thanks again for everything.

Andre
Andre Ford
Advisor

Re: Unable to get pty

Hi all...

It's been almost a week since I applied the solutions that were suggested and everything is working great. Thanks again for all of your help.

Andre