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

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