NFSv4
|
Size: 1996
Comment:
|
← Revision 14 as of 2008-08-06 17:01:07 ⇥
Size: 2011
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 13: | Line 13: |
| {{{ | {{{ |
| Line 27: | Line 27: |
| packages if you add the following lines to your {{{sources.list}}} {{{deb http://ubuntu.uni-klu.ac.at/ubuntu.uniklu/ hoary uniklu-testing deb-src http://ubuntu.uni-klu.ac.at/ubuntu.uniklu/ hoary uniklu-testing }}} |
packages if you add the following lines to your sources.list: {{{ deb http://ubuntu.uni-klu.ac.at/ubuntu.uniklu/ hoary uniklu uniklu-testing deb-src http://ubuntu.uni-klu.ac.at/ubuntu.uniklu/ hoary uniklu uniklu-testing }}} |
| Line 34: | Line 35: |
| {{{$ wget http://ubuntu.uni-klu.ac.at/uniklu-debuild.pub | {{{ $ wget http://ubuntu.uni-klu.ac.at/uniklu-debuild.pub |
| Line 42: | Line 44: |
| You can find further instructions for setting up NFSv4 on Ubuntu in the NFSv4Howto. | You can find further instructions for setting up NFSv4 on Ubuntu in the [[NFSv4Howto]]. |
Status
Status |
Package |
Version (To be revised) |
Comments |
Done |
linux-image |
Current |
Some patches can be added, but not really necesary |
Done |
nfsidmap |
0.10-1 |
Updated to last version available |
Done |
nfs-utils |
1.0.7-1 |
Done |
Done |
libgssapi |
0.4 |
Done |
Done |
librpcsecgss |
0.6 |
Done |
Done |
util-linux |
2.12p |
Minimal funcionality working!! |
Done |
acl |
2.2.29 |
Some patches. Really easy |
Beta Packages
If you want to try beta packages, just add this line to your source repository.
deb ftp://ftp.upsa.es/Software/debian/ubuntu/nfsv4/ ./
Other Considerations
- Some kernel modules need to be loaded before nfs exports are available. Should we add these to /etc/modules or do it in another way?
To have kerberos security support, we need a kerberos working system. More info at UbuntuEnterprise
Hoary Packages
You can install backported linux-image (patched with the latest CITI diff) and nfsv4 packages if you add the following lines to your sources.list:
deb http://ubuntu.uni-klu.ac.at/ubuntu.uniklu/ hoary uniklu uniklu-testing deb-src http://ubuntu.uni-klu.ac.at/ubuntu.uniklu/ hoary uniklu uniklu-testing
Also add the offical Ubuntu backports:
deb http://archive.ubuntu.com/ubuntu/ hoary-backports main restricted universe multiverse
The uniklu archive signed - if you want get rid of apt-get warnings:
$ wget http://ubuntu.uni-klu.ac.at/uniklu-debuild.pub $ sudo apt-key add uniklu-debuild.pub
To install the backported and modified kernel enter:
# apt-get install linux-image-2.6.12-9-686
and check if its really downloaded from http://ubuntu.uni-klu.ac.at
You can find further instructions for setting up NFSv4 on Ubuntu in the NFSv4Howto.
NFSv4 (last edited 2008-08-06 17:01:07 by localhost)