home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / sysv386 / 17702 < prev    next >
Encoding:
Internet Message Format  |  1993-01-07  |  1.6 KB

  1. Xref: sparky comp.unix.sysv386:17702 comp.unix.sys5.r3:179
  2. Newsgroups: comp.unix.sysv386,comp.unix.sys5.r3,comp.unit.pc-clone.32bit
  3. Path: sparky!uunet!math.fu-berlin.de!mailgzrz.TU-Berlin.DE!fub!obh.in-berlin.de!aeon.in-berlin.de!thomas
  4. From: thomas@aeon.in-berlin.de (Thomas Wolfram)
  5. Subject: Re: Increasing ptys in ISC 3.0.1
  6. Message-ID: <C0IF84.C27@aeon.in-berlin.de>
  7. Organization: Cities in Dust
  8. References: <1993Jan6.224346.15730@rasc.com>
  9. Date: Fri, 8 Jan 1993 00:40:52 GMT
  10. Lines: 29
  11.  
  12. In <1993Jan6.224346.15730@rasc.com> jrohr@rasc.com (Jay J. Rohr) writes:
  13.  
  14. >How do you increase the number of ptys in ISC 3.0.1.. I have modified the node
  15. >space.c and sdevice files, but konfig complains that the number must be
  16. >between 1 and 16.  Where did I miss a parameter?
  17.  
  18. >Thanks
  19.  
  20. You don't must change space.c. Space.c is compiled with -DMERGE flag 
  21. (see /etc/conf/define.d/kernel) and hence NPTY is set to PTC_UNITS.
  22. PTC_UNITS is defined in /etc/conf/tmp/config.h, which is created
  23. during kconfig and uses the actual value.
  24. But you probably forgot to change the /etc/conf/cf.d/mdevice file,
  25. replace 16 with 32 in these lines:
  26.  
  27. ptx     ocrwi   icto            ptx     0       4       1       16      -1
  28. pty     ocrwi   ico             ptc     0       9       1       16      -1
  29.  
  30.  
  31. BTW, I wrote a simple shell script to accomplish this sometime ago.
  32. These script you can find on ftp.prz.tu-berlin.de, it is
  33. /pub/pc/isc/XFree86/make32ptys.Z
  34. (There is a binary XFree86 1.1 version for ISC 3.0 too.)
  35.  
  36. greetings,
  37. Thomas
  38. -- 
  39. Thomas Wolfram, thomas@aeon.in-berlin.de
  40. EANTC, TU Berlin, wolf@prz.tu-berlin.de, +49 030 31421294
  41.