home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / ingres / 1896 < prev    next >
Encoding:
Internet Message Format  |  1992-11-15  |  1.8 KB

  1. Path: sparky!uunet!ornl!rsg1.er.usgs.gov!darwin.sura.net!zaphod.mps.ohio-state.edu!rpi!batcomputer!munnari.oz.au!ariel.ucs.unimelb.EDU.AU!ariel.ucs.unimelb.EDU.AU!not-for-mail
  2. From: richard@ariel.ucs.unimelb.EDU.AU (Richard Begg)
  3. Newsgroups: comp.databases.ingres
  4. Subject: Re: Problem installing Ingres 6.4/02 under SunOS 4.1.3
  5. Date: 16 Nov 1992 11:02:14 +1100
  6. Organization: University of Melbourne
  7. Lines: 34
  8. Message-ID: <1e6oe6INNcrr@ariel.ucs.unimelb.EDU.AU>
  9. References: <jstewart.721685840@cunews>
  10. NNTP-Posting-Host: ariel.ucs.unimelb.edu.au
  11.  
  12. jstewart@alfred.carleton.ca (John Stewart) writes:
  13.  
  14. |I just installed Ingres 6.4/02 on a Sparcstation 10 running SunOS 4.1.3 but
  15. |when it tries to start up it fails with the following error
  16.  
  17. |---------------------- RESOURCE CHECKING COMPLETE -----------------------
  18.  
  19.  
  20. |Allocating 401408 bytes of shared memory...
  21.  
  22. |!shmat for id 201 at address F4000000 fails
  23. |!errno = 22
  24. |!Can't map locking segment into memory at address FFFFFFFF
  25. |!Check or adjust the value of II_LG_MAP_ADDR
  26. |Could not create the system segment, does your kernel have enough
  27. |shared memory or has this program already been run?
  28.  
  29. |-----------------------------------------------------------------------------
  30.  
  31. |Has anyone seen this problem before?  I'm not entirely surprised since
  32. |the release notes only guarantee that it works under 4.1.1 or 4.1.2.
  33.  
  34. This problem is due to a lack of shared memory configured in the Kernel
  35. rather than a OS version problem.  The fix is to add more shared memory
  36. with a line something like this in your kernel config file.  e.g.
  37.  
  38. options         SHMSIZE=2000    # allocate 2MB of shared memory
  39.  
  40. I trust you have all the sysV IPC stuff turned on as well (semaphores etc).
  41.  
  42. --
  43. -- 
  44. Richard Begg (richard@asis.unimelb.edu.au)
  45. Programmer ASIS/ITS - University of Melbourne
  46.