home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text1202.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  1.7 KB  |  42 lines

  1. Sender: owner-executor@nacm.com
  2. Precedence: bulk
  3.  
  4. On Tue, 9 May 1995, Carlo J. Calica wrote:
  5.  
  6. > I'm having difficulty getting the Linux version of Executor to run
  7. > any of the programs in the Demos directory.  It just core dumps all
  8. > the time.  Anyone have any luck?  Thanks.
  9. >  
  10. > -- 
  11. >  _____________________________________________________________________
  12. > / Carlo J. Calica,           Linux, the Choice of the GNU Generationi \
  13. > |      CAE Consultant        Debian, the distributed distribution      |
  14. > |calica@cae.wisc.edu (Work)  calica@buffett.engr.wisc.edu (Home)i      |
  15.  
  16. So far, a lot of people have posted this same question to the list.  
  17. What's happened is that the permissions are set to read-only on the 
  18. /usr/local/lib/executor directory, and instead of telling you that it's 
  19. not able to write to its configuration file, Executor coredumps instead
  20. (should be fixed by the next version...).  Anyway, all you have to do is 
  21. either recursively change the permissions on the /usr/local/lib/executor
  22. directory tree to world writable:
  23.  
  24. chmod -R og+w /usr/local/lib/executor
  25.  
  26. Or change the owner to the account you want to run Executor under (unless 
  27. you're running it as root in which case you shouldn't be having this 
  28. problem), for example:
  29.  
  30. chown -R jehamby.users /usr/local/lib/executor
  31.  
  32. Hope this solves everyone's problem that is having coredumps in E/Linux.  
  33. I know I was mystified myself when it first happened to me...
  34.  
  35. -------------------------------------------------------------------------
  36. |    Jake Hamby        |    jehamby@lightside.com        |
  37. |  Student, Cal Poly Pomona    |     System Administrator, JPL        |
  38. -------------------------------------------------------------------------
  39.  
  40.  
  41.