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

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