home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / bsd / 4319 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.3 KB

  1. Path: sparky!uunet!charon.amdahl.com!amdahl!JUTS!phoenix!gpw10
  2. From: gpw10@phoenixcd.amdahl.com (Gary Ward)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: Open xterm
  5. Message-ID: <672s02IJ1eYc01@JUTS.ccc.amdahl.com>
  6. Date: 18 Aug 92 04:46:24 GMT
  7. References: <IeX81Ee00WB8R3NEp6@andrew.cmu.edu>
  8. Sender: netnews@ccc.amdahl.com
  9. Organization: Amdahl Corporation, Sunnyvale CA
  10. Lines: 28
  11.  
  12. In article <IeX81Ee00WB8R3NEp6@andrew.cmu.edu>, tj2n+@andrew.cmu.edu
  13. (Tao Jiang) writes:
  14. > Hi, can somebody tell me how I can open more than two xterms?
  15. > I tried to open the third xterm today, but it complained as:
  16. > xterm: no available ptys
  17. > Thanx in advance!
  18.  
  19. This is a limit compiled into the distribution kernel.  In the
  20. GENERICISA file (/sys/i386/conf/GENERICISA, or whatever you call your
  21. configuration file) change the line:
  22.  
  23.     psuedo-device    pty    4
  24.  
  25. to
  26.  
  27.     psuedo-device    pty
  28.  
  29. and then rebuild the kernel.  I have had more than a dozen xterms up at
  30. once after this fix.
  31. -- 
  32. +------------------------+---------------------------+
  33. | Gary Ward              |  Amdahl Corporation       |
  34. | gpw10@cd.amdahl.com    |  1250 East Arques Avenue  |
  35. | Phone : (408)746-8865  |  P.O. Box 3470 M/S 142    |
  36. |                        |  Sunnyvale, CA 94088-3470 | 
  37. +------------------------+---------------------------+
  38.