home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / ingres / 1916 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.7 KB  |  44 lines

  1. Newsgroups: comp.databases.ingres
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!spool.mu.edu!darwin.sura.net!uvaarpa!cv3.cv.nrao.edu!mail-to-news-gateway
  3. From: drcoles@somnet.sandia.gov (Dwight R Coles)
  4. Subject: Re: Problem installing Ingres 6.4/02 under SunOS 4.1.3 (fwd)
  5. Message-ID: <9211161918.AA24132@somnet.Sandia.GOV>
  6. Sender: daemon@nrao.edu
  7. Organization: National Radio Astronomy Observatory
  8. Date: Mon, 16 Nov 1992 19:18:23 GMT
  9. Lines: 33
  10.  
  11. >> jstewart@alfred.carleton.ca (John Stewart) writes:
  12. >> 
  13. >> |I just installed Ingres 6.4/02 on a Sparcstation 10 running SunOS 4.1.3 but
  14. >> |when it tries to start up it fails with the following error
  15. >> 
  16. >> |!shmat for id 201 at address F4000000 fails
  17. >> |!errno = 22
  18. >> |!Can't map locking segment into memory at address FFFFFFFF
  19. >> |!Check or adjust the value of II_LG_MAP_ADDR
  20. >> |Could not create the system segment, does your kernel have enough
  21. >> |shared memory or has this program already been run?
  22. >> 
  23. > Richard Berg replied:
  24. > This problem is due to a lack of shared memory configured in the Kernel
  25. > rather than a OS version problem.  The fix is to add more shared memory
  26. > with a line something like this in your kernel config file.  e.g.
  27. > options         SHMSIZE=2000    # allocate 2MB of shared memory
  28. > I trust you have all the sysV IPC stuff turned on as well (semaphores etc).
  29. I would add: make sure that you are not trying to run on the small kernel
  30. model of SUN OS.  Make your kernel the "generic" rather than "generic_small",
  31. and that will get you the Semaphores and Shared Memory hooks you need 
  32. (IPCMESSAGE, IPCSEMAPHOE, and IPCSHMEM).
  33.  
  34. Dwight Coles         drcoles@sandia.gov
  35. > --
  36. > -- 
  37. > Richard Begg (richard@asis.unimelb.edu.au)
  38. > Programmer ASIS/ITS - University of Melbourne
  39.  
  40.