(no commit message)
[devwiki.git] / testing / nfsv4.mdwn
1 # Using NFSv4 with Moonshot
2
3 The steps below have been tested on Debian Squeeze using MIT 1.10 (from testing), as described in the [[Debian guide|configuringdebian]].
4
5 ## Remove the dependency on libgssglue
6     $ apt-get source librpcsecgss
7     $ cd librpcsecgss-0.19
8     $ patch -p0 < librpcsecgss.patch
9     $ debuild -us -uc
10     # dpkg -i ../librpcsecgss*deb
11
12 ## Install kernel that supports strong encryption (i.e. >= 2.6.35)
13     # apt-get install -t testing linux-image-amd64
14
15