From 6f23c98d0a0263ccf6fdc3e53f9efa0f199ca98f Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Mon, 12 Nov 2007 19:46:40 +0000 Subject: [PATCH] none --- AFSLore/HowToBuildOpenAFSFromSource.mdwn | 16 +++++++++------- AFSLore/ResourcesFAQ.mdwn | 8 +++++--- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/AFSLore/HowToBuildOpenAFSFromSource.mdwn b/AFSLore/HowToBuildOpenAFSFromSource.mdwn index d4a8ebf..db9c63d 100644 --- a/AFSLore/HowToBuildOpenAFSFromSource.mdwn +++ b/AFSLore/HowToBuildOpenAFSFromSource.mdwn @@ -35,23 +35,25 @@ First you need to run cvs login. This step is normally only done once. A ~/.cvsp cvs -d :pserver:anonymous@cvs.openafs.org:/cvs login password is anonymous -To check out the 1.4 branch: +Before doing a CVS check out, you'll need to decide which branch you want to check out. The trunk is for bleeding edge development and may not even build. The current stable series is openafs-stable-1\_4\_x and the current development work is going on the openafs-devel-1\_5\_x branch. - cvs -d :pserver:anonymous@cvs.openafs.org:/cvs co -r openafs-stable-1_4_x openafs +See the CVSWeb interface at for the full list of available branches and tags. -To check out the 1.5 development branch: +To check out the stable branch: - cvs -d :pserver:anonymous@cvs.openafs.org:/cvs co -r openafs-devel-1_5_x openafs + cvs -d :pserver:anonymous@cvs.openafs.org:/cvs checkout -r openafs-stable-1_4_x openafs -See the CVSWeb interface at to see a full list of available branches and tags +To check out the development branch: -CVS snapshots do not include files generated by autoconf; You can run regen.sh at the top level to create these files. You will need to have autoconf and automake installed on your system. + cvs -d :pserver:anonymous@cvs.openafs.org:/cvs checkout -r openafs-devel-1_5_x openafs + +This will create a source tree in a directory named openafs. ### Building the Binaries #### Transarc Paths -By convention, [[OpenAFS]] server binaries and related files are located in /usr/afs, and client binaries and related files are located in /usr/vice. These are known as Transarc paths, so called because that is is the convention used by Transarc, the company that first commercized AFS. +By convention, [[OpenAFS]] server binaries and related files are located in /usr/afs, and client binaries and related files are located in /usr/vice. These are known as Transarc paths, so called because that is is the convention used by Transarc, the company that first commercialized AFS. To build [[OpenAFS]] with Kerberos 5 support and the traditional, Transarc paths: diff --git a/AFSLore/ResourcesFAQ.mdwn b/AFSLore/ResourcesFAQ.mdwn index db8516a..40376ba 100644 --- a/AFSLore/ResourcesFAQ.mdwn +++ b/AFSLore/ResourcesFAQ.mdwn @@ -20,7 +20,7 @@ The Administration Section of the [[AFSFrequentlyAskedQuestions]].
  • 4.08 Where can I find AFS related GIFs?
  • 4.09 Gibt es eine deutsche AFS Benutzer Gruppe?
  • 4.10 Donde puedo encontrar informacion en Espanol sobre AFS?
  • -
  • 4.11 Is there a book on AFS ??
  • +
  • 4.11 Are there books on AFS?
  • 4.12 Where can I find tools to use with AFS?
  • 4.13 Where can I find stuff from the old transarc.com web site?
  • @@ -97,9 +97,11 @@ Ueber diese Adresse werden "subscribe" und "unsubscribe" Requests bearbeitet. Hay algunas notas en Espanol sobre AFS en: -### 4.11 Is there a book on AFS ?? +### 4.11 Are there books on AFS? -Yes, though now it is out of print. "Managing AFS: The Andrew File System" by Richard Campbell was published by Prentice Hall in February, 1998. You may be able to find copies at on-line stores such as Amazon, . +"Managing AFS: The Andrew File System" by Richard Campbell was published by Prentice-Hall in February, 1998. It is supposedly out of print, but somehow there is always a copy or two available from Amazon [here.](http://www.amazon.com/exec/obidos/ASIN/0138027293/qid%3D1023720253/ref%3Dsr%5F11%5F0%5F1/104-0953845-2989550.) + +Recently a new book has come out, "Distributed Services with [[OpenAFS]]: for Enterprise and Education" by Wolfgang A. Gehrke and Franco Milicchio. It's also available [through Amazon](http://www.amazon.com/Distributed-Services-OpenAFS-Enterprise-Education/dp/3540366334/ref=pd_sim_b) and probably through most other on-line and brick-and-mortar stores. I ([[SteveSimmons]]) checked with a co-worker who has read it. He describes it as good for people who've not seen AFS before and might be setting up from scratch. ### 4.12 Where can I find tools to use with AFS? -- 1.9.4