home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.92 / text0100.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  2.4 KB  |  60 lines

  1. Dear Folks,
  2.  
  3.     Apparently when Executor 1.2 was released, it broke "Finale".   
  4. We do not as yet own a copy of Finale, so even though it was reported  
  5. by one of our beta testers, we managed to overlook this problem.   
  6. Here's a summary of the situation, you can write to me for more  
  7. information if you need it:
  8.  
  9.     Apparently when Finale starts up, it looks at all the volumes  
  10. that are accessible and chooses to write temp files on the one that  
  11. has the most amount of free space left.  Currently, although Executor  
  12. allows you to use your UNIX filesystem, it cheats in one key respect:  
  13. it says that all UNIX filesystems have 10Mb of disk space left on  
  14. them, so Finale chooses to write on the first volume it sees, which  
  15. is "/".  The Finale code doesn't check to see whether permissions  
  16. will prevent it from doing this, in fact, on a Mac, if you have a  
  17. read-only Appleshare volume, you'll get the same thing you get under  
  18. Executor, a "mystery hang."
  19.  
  20.     Two possible workarounds are:
  21.  
  22.     1) Run Executor as root when you are going to run Finale.
  23.        As root, you'll be able to write in "/".  A few temp files
  24.        will be created, but they'll be deleted when you're done.
  25.  
  26.        The major disadvantage here is the same as you get
  27.        whenever you do things as root; you could inadvertantly
  28.        stomp something that you shouldn't.
  29.  
  30.     2) Change the permissions of "/" to allow writing.  If you do
  31.        this, I suggest you also turn on the "sticky" bit as well.
  32.        (Normally if you have write access to a directory, you can
  33.        delete any file in the directory, whether you own the file
  34.        or not.  When the sticky bit is set, only the owner of a
  35.        file can delete the file).  To do this you need to do
  36.        something similar to:
  37.  
  38.         iclone% su
  39.         Password:
  40.         iclone# chmod a+w,+t /
  41.         iclone# ls -ld /
  42.         drwxrwxrwt 24 root        1024 Jul 22 15:59 /
  43.  
  44.        The drawback here is that other users of your system can
  45.        leave junk in "/", which ties up disk space and can be
  46.        an eyesore when you're doing lists.  In general, this
  47.        solution is preferable to #1 above.
  48.  
  49.     I believe that on a Mac, you can hold down the option and  
  50. clover key at the same time when Finale is launching and it won't  
  51. have this nasty behaviour.  Apparently this doesn't work under  
  52. Executor, although as of yet, I don't know why.
  53.  
  54.     One final note, Executor still does not support access to the  
  55. serial ports, so you can only use Finale for notation, not music  
  56. playing or synthesis.
  57.  
  58.     --Cliff
  59.  
  60.