[Kernel-packages] [Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-09-29 Thread Carl Hetherington
I have poked at this a bit. On my system, running this: #!/bin/bash while [ 1 ]; do touch foo test=`ls -lh foo | grep -v c.hetherington` if [ $test == ]; then echo OOPS echo $test fi sleep 1s rm foo done prints OOPS exactly 10 minutes after the first resolution of my

[Kernel-packages] [Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-09-29 Thread Carl Hetherington
The attached patch is a hack (to Ubuntu's 3.13.0 as shipped with 14.04) which seems to help here. I am no kernel developer, but maybe it will help to describe the problem and suggest a proper solution. ** Patch added: 0001-Invalidate-expired-keys-when-they-are-requested-in-o.patch

[Kernel-packages] [Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-09-30 Thread Carl Hetherington
Actually, I think this patch is a bit less invasive. I'll submit to the mainline kernel list and pick up my fire extinguisher ;) ** Patch added: nfs_patch2.patch https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1124250/+attachment/4220337/+files/nfs_patch2.patch -- You received

[Kernel-packages] [Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-10-02 Thread Carl Hetherington
Hi Bryan, I'm glad it's working, thanks for the report. No response on LKML yet; here's the message: https://lkml.org/lkml/2014/9/30/435 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-10-16 Thread Carl Hetherington
Hi Michael, Thanks... installing keyutils seems to work for me too (without the kernel patch). I haven't investigated too closely, but it looks like the two fixes are sort-of equivalent. The userspace fix is far more appealing, though! -- You received this bug notification because you are a

[Kernel-packages] [Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-10-22 Thread Carl Hetherington
Bryan: AFAICS the thing is that keyutils changes things so that the id_resolv uid:user@fqdn keys never expire. Without it, they expire after 10 minutes, and that triggers the bug which my kernel patch fixes. -- You received this bug notification because you are a member of Kernel Packages,

[Kernel-packages] [Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-10-30 Thread Carl Hetherington
I think this patch: http://article.gmane.org/gmane.linux.nfs/67156 is another fix for this bug. I'm sure it is more elegant than mine. @Bryan: perhaps you could test it? -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1124250] Re: Partially incorrect uid mapping with nfs4/idmapd/ldap-auth

2014-12-09 Thread Carl Hetherington
The fixes for the problem I was seeing related to this bug are in Linux 3.18: https://lkml.org/lkml/2014/12/7/202 (by David Howells). -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Kernel-packages] [Bug 1457852] Re: Optiplex 9020 reboots rather than shutting down if USB3 enabled

2015-05-26 Thread Carl Hetherington
I see the same thing with Optiplex 9020 and BIOS A10. For reference, git commit 01414f897d20874f6f5d7ef2f756f5bf2df526fc introduced the problem. commit 01414f897d20874f6f5d7ef2f756f5bf2df526fc Author: Denis Turischev denis.turisc...@compulab.co.il Date: Tue May 20 14:00:42 2014 +0300