home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / sysadmin / 4889 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.3 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!haven.umd.edu!ni.umd.edu!sayshell.umd.edu!louie
  2. From: louie@sayshell.umd.edu (Louis A. Mamakos)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: How to add more pty entries for terminal
  5. Message-ID: <1992Aug27.040743.14840@ni.umd.edu>
  6. Date: 27 Aug 92 04:07:43 GMT
  7. References: <BtLtnL.L6x@news.cso.uiuc.edu>
  8. Sender: usenet@ni.umd.edu (USENET News System)
  9. Organization: University of Maryland College Park
  10. Lines: 17
  11. Nntp-Posting-Host: sayshell.umd.edu
  12.  
  13. In article <BtLtnL.L6x@news.cso.uiuc.edu> jeffo@ux1.cso.uiuc.edu (J.B. Nicholson-Owens) writes:
  14. >How do I add more pty/tty entries so that Terminal and Stuart (and any  
  15. >other terminal applications) can open more windows.  I've tried using the  
  16. >MAKEDEVS script to actually make the devices, but when I reboot the  
  17. >machine the terminal applications still stop making terminal windows after  
  18. >ttyqf.
  19.  
  20. You cannot.  The pty kernel device driver is configured for 32
  21. devices, and it does not dynamically allocate its data structures.  To
  22. see the gory details, look at the BSD pty driver, available on UUNET,
  23. etc.  The NeXT's pty driver seems to be essentially unchanged in
  24. architecture.
  25.  
  26. I would tell you that I think the number of ptys has been increased in
  27. 3.0, but that would probably violate some beta test agreement.
  28.  
  29. louie
  30.