]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - debian/README.Debian.nfsv4
Imported Debian patch 1.0.10-2
[nfs-utils.git] / debian / README.Debian.nfsv4
index 7e1aeafce4f1a6642360069cb2e8ad1439634d8c..25cb0e1dc6920933dd5059f0b9a19e0de1e5842f 100644 (file)
@@ -5,10 +5,18 @@ NFSv4 support in Debian is rather new, and not fully supported yet. If you want
 to experiment, make sure you have:
 
  - a recent 2.6 kernel on both client and server; newer is better. You might even
-   want to use CITI's patch set from http://www.citi.umich.edu/projects/nfsv4/linux/ .
+   want to use CITI's patch set from http://www.citi.umich.edu/projects/nfsv4/linux/ 
+   on the server, and/or Trond Myklebust's patch set from http://client.linux-nfs.org/ .
  - a recent enough version of nfs-utils on both client and server (you probably
    have on at least one of them, since you're reading this file!).
  - enabled idmapd on both sides (see /etc/default/nfs-common).
+ - The following lines in /etc/services on the client (if not, you will receive
+   the message "broken /etc/services" when starting rpc.gssd; this will usually
+   only happen if you upgrade netbase without letting it replace /etc/services
+   with the new version):
+
+   nfs         2049/tcp                        # Network File System
+   nfs         2049/udp                        # Network File System
 
 The export structure might be a bit confusing if you're already familiar with
 NFSv2 or NFSv3. The biggest difference is that you will need to export an explicit
@@ -48,7 +56,7 @@ manually in /etc/default/nfs-common and /etc/default/nfs-kernel-server if the
 autodetection fails).
 
 If you use "gss/krb5i", you will also get integrity (ie. authentication), and
-with "gss/krb5p", you'll also get privacy (ie.  encryption). Make sure your
+with "gss/krb5p", you'll also get privacy (ie. encryption). Make sure your
 kernel supports this; not all kernels do.
 
- -- Steinar H. Gunderson <sesse@debian.org>, Wed, 06 Sep 2006 00:32:38 +0200
+ -- Steinar H. Gunderson <sesse@debian.org>, Wed, 11 Oct 2006 15:18:03 +0200