home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / 15626 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  2.0 KB

  1. Xref: sparky comp.windows.x:15626 comp.windows.open-look:3598
  2. Newsgroups: comp.windows.x,comp.windows.open-look
  3. Path: sparky!uunet!news.gtech.com!noc.near.net!gateway!miki!oj
  4. From: oj@miki.pictel.com (Oliver Jones)
  5. Subject: Re: "Insufficient resources for operation"  ??
  6. Message-ID: <1992Aug25.204747.2193@miki.pictel.com>
  7. Organization: PictureTel Corporation
  8. References: <1992Aug21.160245.12916@cs.tulane.edu>
  9. Date: Tue, 25 Aug 1992 20:47:47 GMT
  10. Lines: 34
  11.  
  12. In article <1992Aug21.160245.12916@cs.tulane.edu> kam@tulmath.math.tulane.edu (Katherine Hosch) writes:
  13. >Greetings.  I just installed X11R5 on a 4/380 and have been having
  14. >problems of various sorts ever since.  In running X on a sparc ELC,
  15. >and running some openlook applications, bad things occasionally
  16. >happen.  For instance, a click of the left mouse button in a window
  17. >has made the window disappear; or trying to respond to mail has caused
  18. >the mail tool to disappear.  
  19.  
  20. Try issuing the command
  21.     xset bc
  22. to turn on bug-compatibility in your R5 server.
  23.  
  24. >Today I was running a mail tool remotely...
  25.  
  26. Do you mean from a remote X terminal?  Or do you mean running the R5
  27. server on your ELC, but with mailtool running on another host?
  28.  
  29. >and finally got an error message:
  30. > X Error of failed request:  BadAlloc (insufficient resources
  31. >    for operation)
  32.  
  33. This tells you that your mail tool client resized a window and
  34. couldn't allocate (using malloc and sbrk) enough storage to let it
  35. work properly.   It's probable that mailtool's window has backing store
  36. turned on.
  37.  
  38. >I am guessing that this may mean that I need to reconfigure kernels 
  39. >that are running X so that there is a larger number of max_processes.  
  40.  
  41. This has nothing to do with max_processes.  If it's the server running
  42. on your ELC that failed, you're probably out of swap space on the ELC.
  43. Say "/etc/pstat -s" to the ELC and it will tell you how much swap
  44. space you have.  If it's less than about 5000K available when the mailtool
  45. and other applications are up and running, add some.  See swapon(8).
  46.