home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text0764.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.6 KB  |  39 lines

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