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

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