]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
* README.Debian: Document that the client cache partition must be ext2
authorRuss Allbery <rra@debian.org>
Sat, 30 Apr 2005 18:23:49 +0000 (18:23 +0000)
committerRuss Allbery <rra@debian.org>
Sat, 30 Apr 2005 18:23:49 +0000 (18:23 +0000)
    or ext3 and that XFS and ReiserFS will not work.  upserver and
    upclient are now provided.  Provide some information about why
    kaserver is not provided.  (Closes: #249315)

Also clean up the formatting of README.Debian a little.

debian/README.Debian
debian/changelog

index 2a5f83c16db14a077b27842341ad013fb20d10b2..a07eb492f1e6fcfa1beeb0f6857368007975daf7 100644 (file)
@@ -1,29 +1,30 @@
-openafs for Debian
-----------------------
+OpenAFS for Debian
+------------------
+
+* AFS users may be confused by the directory layout.  The files that
+  normally go in /usr/vice/etc go in /etc/openafs.  The cache should be
+  mounted on /var/cache/openafs.
+
+* The AFS client cache must be on an ext2 or ext3 partition.  Other file
+  systems often do not support the semantics required by the AFS kernel
+  module and will cause kernel faults.  In particular, XFS and ReiserFS
+  will NOT work.
 
 * No manual pages are included.  I need to find out if versions exist
   that are OK for copyright reasons.
 
 * Documentation can be found at http://www.openafs.org.  If want to
-set up a new cell, read the docs there and then look at the example
-session in configuration-transcript.txt.gz in this directory.  You
-should also read README.servers.  The procedure outlined in these two
-files is much simpler and more secure than the one in the Openafs
-documentation, but the Openafs documentation provides useful
-background.
-
-*  AFS users may be confused by the directory layout.  The files that
-   normally go in /usr/vice/etc go in /etc/openafs.  The cache should
-   be mounted on /var/cache/openafs.
+  set up a new cell, read the docs there and then look at the example
+  session in configuration-transcript.txt.gz in this directory.  You
+  should also read README.servers.  The procedure outlined in these two
+  files is much simpler and more secure than the one in the Openafs
+  documentation, but the Openafs documentation provides useful background.
 
 * The libopenafs-dev package only includes static libraries because
-the shared libraries built by AFS are not compatible with Debian
-policy.  They include non-PIC code and do not have a stable ABI.
-
-* The upserver, upclient and kaserver are not included.
-
-
-
+  the shared libraries built by AFS are not compatible with Debian policy.
+  They include non-PIC code and do not have a stable ABI.
 
+* kaserver is not included.  New AFS cells should use Kerberos v5 rather
+  than the old K4-based kaserver KDC.
 
- -- Sam Hartman <hartmans@mit.edu>, Tue Aug  5 16:09:13 2003
+ -- Russ Allbery <rra@stanford.edu>, Sat Apr 30 11:15:25 2005
index ad26f5ec03558c4e49a655d6059ac92f892f24d9..a1c604d0c07e1aec413370844bc814fc14585d68 100644 (file)
@@ -1,3 +1,12 @@
+openafs (1.3.81-5) unstable; urgency=low
+
+  * README.Debian: Document that the client cache partition must be ext2
+    or ext3 and that XFS and ReiserFS will not work.  upserver and
+    upclient are now provided.  Provide some information about why
+    kaserver is not provided.  (Closes: #249315)
+
+ --
+
 openafs (1.3.81-4) unstable; urgency=low
 
   * make-kpkg doesn't run fakeroot for us but instead expects the module