Operating System - HP-UX
1834800 Members
2872 Online
110070 Solutions
New Discussion

open_proc: resource temporarily unavailable

 
Enrico Venturi
Super Advisor

open_proc: resource temporarily unavailable

Hello colleagues,
sorry to bother you so much
Now I can use open_proc, I solved my suntax problems; but now it goes wrong because it tries to open a PTY temporarily unavailable ...
the error is:
could not open slave, /dev/pts/1, errno=Resource temporarily unavailable at

where was I wrong??

thanks
Enrico
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor

Re: open_proc: resource temporarily unavailable

That errno strongly indicates that no pts ports were currently available. Increase the kernel tunable NSTRPTY.
If it ain't broke, I can fix that.