home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text1199.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  2.0 KB

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