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

  1. In your message (Wed, 10 May 1995 02:08:08 -0700 (PDT)), you wrote:
  2. >In your letter, Carlo J. Calica wrote:
  3. >> 
  4. >> I'm having difficulty getting the Linux version of Executor to run
  5. >> any of the programs in the Demos directory.  It just core dumps all
  6. >> the time.  Anyone have any luck?  Thanks.
  7. >Apparently it is a permision bug. 1.99m will work if run as root.
  8. >My guess is that somewhere in the code, there's a
  9. >fopen that returned NULL, but is not checked for, so when that file 
  10. >pointer is used, *boom* seg fault. Haven't gotten around to figuring 
  11. >out which file it needs permisions. Prehaps it is one of those
  12. >in ExecutorVol. Anyone have any idea?
  13.  
  14. Running as root is not necessary.  Just give universal write 
  15. permission in your ExecutorVolume directory:
  16.  
  17. chmod -R a+w /usr/local/lib/executor/ExecutorVolume
  18.  
  19. This is far from ideal, but better than having to run the program as 
  20. root all the time.
  21.  
  22. Tim.
  23.  
  24.  
  25.