[arch-dev-public] kernel 2.6.37 breaks NFSv4 id mapping
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdif... kernel 2.6.37 from testing breaks ID mapping for me on the client side (server is .32 LTS). Is our kernel properly configured? I'm getting the 4294967294:4294967294 ownership and the wiki trick from https://wiki.archlinux.org/index.php?title=NFS#Ownership_of_mounted_shares_i... doesn't work anymore. Downgrading to 2.6.36.3 from core brings it back. Any idea?
On Sun, Jan 9, 2011 at 7:58 PM, Andreas Radke <a.radke@arcor.de> wrote:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdif...
kernel 2.6.37 from testing breaks ID mapping for me on the client side (server is .32 LTS).
Is our kernel properly configured? I'm getting the 4294967294:4294967294 ownership and the wiki trick from https://wiki.archlinux.org/index.php?title=NFS#Ownership_of_mounted_shares_i... doesn't work anymore.
Downgrading to 2.6.36.3 from core brings it back.
Any idea?
Try installing keyutils from the AUR.
On Sun, Jan 9, 2011 at 8:40 PM, Jan Steffens <jan.steffens@gmail.com> wrote:
Try installing keyutils from the AUR.
PS: the package should install /sbin/request-key. The package on the AUR sets it to /usr/sbin however. This needs correction. If this works, we need to decide if we want to support the new ID mapper (and bring keyutils into [core]). If not, we'll deactivate it again in the kernel configuration.
On Sun, Jan 9, 2011 at 8:46 PM, Jan Steffens <jan.steffens@gmail.com> wrote:
PS: the package should install /sbin/request-key. The package on the AUR sets it to /usr/sbin however. This needs correction.
If this works, we need to decide if we want to support the new ID mapper (and bring keyutils into [core]). If not, we'll deactivate it again in the kernel configuration.
It seems this also requires /usr/sbin/nfs.upcall, which will be part of nfs-utils, but it's not released yet.
Am Sonntag 09 Januar 2011 schrieb Jan Steffens:
On Sun, Jan 9, 2011 at 8:46 PM, Jan Steffens <jan.steffens@gmail.com> wrote:
PS: the package should install /sbin/request-key. The package on the AUR sets it to /usr/sbin however. This needs correction.
If this works, we need to decide if we want to support the new ID mapper (and bring keyutils into [core]). If not, we'll deactivate it again in the kernel configuration.
It seems this also requires /usr/sbin/nfs.upcall, which will be part of nfs-utils, but it's not released yet. I'll look at it soon, the tools needs to be updated, nfs3 is not affected.
greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org
participants (3)
-
Andreas Radke
-
Jan Steffens
-
Tobias Powalowski