home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / sys5 / r4 / 1053 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.8 KB

  1. Xref: sparky comp.unix.sys5.r4:1053 comp.unix.sysv386:17641
  2. Newsgroups: comp.unix.sys5.r4,comp.unix.sysv386
  3. Path: sparky!uunet!polstra!jdp
  4. From: jdp@polstra.uucp (John Polstra)
  5. Subject: Re: /bin/mailx -- what's Error 11???
  6. Message-ID: <C01oq8.MLA@polstra.uucp>
  7. Summary: It's EAGAIN -- Reconfigure with larger MAXUP
  8. Organization: Polstra & Co., Inc., Seattle, WA
  9. References: <BzwEzA.AxD@shyguy.lonestar.org>
  10. Date: Tue, 29 Dec 1992 23:46:55 GMT
  11. Lines: 27
  12.  
  13. In article <BzwEzA.AxD@shyguy.lonestar.org> bmyers@shyguy.lonestar.org (bob myers) writes:
  14. > I'm running Consensys V4 (AT&T SVR4) on my DTK 80486-25 machine.  I've
  15. > been able to get Cnews (may'92) going a number of months back, along with
  16. > trn.  The problem seems to be that at different times I'll see a problem with
  17. > replying to postings via Rnmail.  I'll see output like:
  18. > (exiting cbreak mode)
  19. > mail:  error 11
  20.  
  21. Usually when Unix utilities output lame error messages such as this
  22. one, the number that they print is simply the value of errno after a
  23. failed system call.  (Never mind that perror() has been around for
  24. years and years.)  INTRO(2) shows that error number 11 (at least on
  25. Esix SVR4) is EAGAIN (No more processes).  That would fit with the fact
  26. that it doesn't fail every time.
  27.  
  28. Increase the kernel parameter MAXUP (maximum allowed number of user
  29. processes at any given time), and rebuild your kernel.  See manual
  30. sections IDTUNE(1M) and IDBUILD(1M) for information about how to do
  31. that.
  32.  
  33. For what it's worth, I use MAXUP=60 on my system.
  34. -- 
  35.    John Polstra                              polstra!jdp@uunet.uu.net
  36.    John D. Polstra & Co., Inc.                  ...!uunet!polstra!jdp
  37.    Seattle, Washington USA   Phone (206) 932-6482, FAX (206) 935-1262
  38.    "Self-knowledge is always bad news."                 -- John Barth
  39.