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

  1. Received: from relay2.UU.NET (relay2.UU.NET [192.48.96.7]) by nacm.com (8.6.10/8.6.9) with ESMTP id PAA05578 for <executor@nacm.com>; Fri, 14 Jul 1995 15:57:30 -0700
  2. Received: from sloth.swcp.com by relay2.UU.NET with SMTP 
  3.     id QQyykh04670; Fri, 14 Jul 1995 18:55:09 -0400
  4. Received: from iclone.UUCP (uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id QAA27930; Fri, 14 Jul 1995 16:52:13 -0600
  5. Received: from beaut.ardi.com by mailhost  with smtp
  6.     (nextstep Smail3.1.29.0 #11) id m0sWtYS-000YbCC; Fri, 14 Jul 95 16:49 MDT
  7. Received: by beaut.ardi.com (linux Smail3.1.28.1 #5)
  8.     id m0sWtYS-00005mC; Fri, 14 Jul 95 16:49 MDT
  9. Message-Id: <m0sWtYS-00005mC@beaut.ardi.com>
  10. Date: Fri, 14 Jul 95 16:49 MDT
  11. From: ctm@ardi.com (Clifford Thomas Matthews)
  12. To: ssmith@essun2.murdoch.edu.au (Stewart Smith)
  13. Cc: executor@nacm.com
  14. Subject: Setting up E/L for multiple users...
  15. In-Reply-To: <9507140116.AA14267@essun2.murdoch.edu.au>
  16. References: <9507140116.AA14267@essun2.murdoch.edu.au>
  17. Sender: owner-paper@nacm.com
  18. Precedence: bulk
  19.  
  20. >>>>> "Stewart" == Stewart Smith <ssmith@essun2.murdoch.edu.au> writes:
  21.  
  22.     Stewart> Hi Ardi, Some questions about executor/linux for you:
  23.  
  24.     Stewart> Is it possible to configure executor so that each user
  25.     Stewart> has their own browser state and preferences?
  26.  
  27. Thanks for the question.  I've just added this to the Executor FAQ.
  28.  
  29. Question 3.18.  How can Executor be configured for multiple users?
  30.  
  31. Executor has a variety of environment variables that can be altered to
  32. allow individual users to override the default locations Executor expects
  33. to find key files.  Here are the important environment variables and their
  34. default values:
  35.  
  36. * ConfigurationFolder "+/Configuration"
  37. * SystemFolder "+/ExecutorVolume/System Folder"
  38. * PublicDirectoryMap "+/DirectoryMap"
  39. * PrivateDirectoryMap "~/.Executor/DirectoryMap"
  40. * DefaultFolder "+/ExecutorVolume"
  41. * MacVolumes "+/exsystem.hfv;+"
  42. * PrintFolder "/tmp"
  43. * ScreenDumpFolder "/tmp"
  44.  
  45. The leading "+/" represents the directory "/usr/local/lib/executor".  So
  46. to allow multiple users to all have their own preferences, you can create
  47. an executor directory for each potential user like this:
  48.  
  49. ~/executor/
  50.     ~/executor/Configuration
  51.     ~/executor/SystemFolder
  52.     ~/executor/ScreenDumps
  53. Then reassign these environment variables:
  54.  
  55. * ConfigurationFolder "~/executor/Configuration"
  56. * SystemFolder "~/executor/SystemFolder"
  57. * PublicDirectoryMap "~/DirectoryMap"
  58. * DefaultFolder "~/executor"
  59. * ScreenDumpFolder "~/executor/ScreenDumps"
  60.  
  61. You'll then need to populate the System Folder either with copies of
  62. what's in "/usr/local/lib/executor/ExecutorVolume/System Folder", or with
  63. symbolic links to the actual files.  The Desktop Textures program actually
  64. modifies the System File, so if different users are going to want
  65. different desktops, or if you want to make sure there's no interference
  66. between users, then you should use copies rather than symbolic links.
  67.  
  68.     Stewart> Is there any way of having a user's home directory appear
  69.     Stewart> automatically as a volume on start-up? I remember seeing
  70.     Stewart> something about a "macvolumes" environment variable, but
  71.     Stewart> can't find anything in the FAQ about this.
  72.  
  73. Sadly there's no easy way to do this, although there's a hard way.
  74. What you need to do is adjust the godata.sav file to have the users
  75. directory open in the beggining, and maybe also have that home
  76. directory in the hotband.  What I suggest you do is do one by hand,
  77. then look at the godata.sav file and figure out how to munch it
  78. yourself.
  79.  
  80. After 2.0 ships, if see enough sales of E/L (and we think we will),
  81. we'll hire someone whose full-time job will be to come up with spiff
  82. tools to make E/L work nicely.
  83.  
  84.     Stewart> If these things can be done, executor would represent a
  85.     Stewart> major improvement over normal macs in a multi-user
  86.     Stewart> environment. Our department has a bunch of macs that are
  87.     Stewart> shared amongst many users, mostly students. People are
  88.     Stewart> continually changing settings, deleting programs,
  89.     Stewart> corrupting files. It requires quite an effort on the part
  90.     Stewart> of the maintainers to simply keep the things runing, let
  91.     Stewart> alone have a consistent environment that one can come
  92.     Stewart> back to later.
  93.  
  94. Well, try what I've suggested above, and get back to us.  We'll take
  95. seriously any suggestions you have, although we still are pretty short
  96. of time.
  97.  
  98. I've cc'd this to the Executor list because I think it's of interest
  99. to many of our E/L users.
  100.  
  101.     --Cliff
  102.     ctm@ardi.com
  103.  
  104.