Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The idea is to download, edit a couple of files, then reboot. You'll have to type 'klog' and supply a password if you want full access or to write anything, but basically you'll just 'cd /afs/slac.stanford.edu/g/lcls/...'
1. Go to http://dl.openafs.org/dl/openafs/candidate/1.4.1-rc1/macos-10.4/ and download the disk image (.dmg) file. Install the software, check the readme.
2. Open a terminal and edit /var/db/openafs/etc/ThisSite ThisCell and have it contain a single line: slac.stanford.edu
3. You'll find the SLAC directories under /afs/slac.stanford.edu/... but there are (unfortunately) references to a link by the name of /afs/slac/... That is, some folks make use of an alias from /afs/slac to /afs/slac.stanford.edu which isn't visible by default. sigh. To fix that,
4. Edit /var/db/openafs/etc/CellServDB, and search for the entry with slac.stanford.edu. It looks like:
>slac.stanford.edu #Stanford Linear Accelerator Center
134.79.18.25 #afsdb1.slac.stanford.edu
134.79.18.26 #afsdb2.slac.stanford.edu
134.79.18.27 #afsdb3.slac.stanford.edu 5. Duplicate these lines, and change the '>slac.stanford.edu' to '>slac'. You should be ready to go. You'll probably have to rebootReboot.

Editors/IDEs

Xcode - http://developer.apple.com
SubEthaEdit - http://www.codingmonkeys.de/subethaedit/

...