On Fri, Aug 08, 2008 at 09:06:46PM -0400, Chuck Lever wrote:
>Confirmed.  The kernel's mountd client doesn't even bother to
>unmarshal the auth flavor list in the server's reply.
>
>I'll work on a fix.

Chuck Lever was able to confirm this bug.

On Thu, Oct 02, 2008 at 01:30:54PM +0200, Rasmus Bøg Hansen wrote:
>Hi Steve and Aníbal
>
>Steve Dickson <[EMAIL PROTECTED]> writes:
>>Rasmus Bøg Hansen wrote:
>>>Steve Dickson <[EMAIL PROTECTED]> writes:
>>>
>>>>Hey...
>>>>
>>>>In the following problem:
>>>>    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492970
>>>>
>>>>What were the kernel versions on both the client and server?
>>>>I would like to knock this out before cutting another release of 
>>>>nfs-utils...
>>>
>>>Phew, package manager logs fortunately tell me 'cause I didn't
>>>remember.
>>>
>>>Client: 2.6.26.3
>>>Server: 2.6.26
>>>
>>>Those were both home-compiled, non-patched kernels from kernel.org,
>>>not Debian kernels.
>>>
>>>Hope this helps - I will gladly send you more information if you might
>>>need anything.
>>Ok... I am not able to reproduce this problem with the following setup:
>>
>>both server and client: 2.6.25-1.fc9.x86_64 and nfs-utils-1.1.3-5.fc10.x86_64
>>
>>mount server:/home /mnt/home
>>(as steved) cd /mnt/home/steved && touch foo
>>
>>with no problem... what am I doing differently that you guys?
>
>In my case I run Debian stable (nfs-utils 1.0.10) on the server and
>Debian unstable (1.1.3) on the client.
>
>I have not tried upgrading the server (which is probably not an option
>until Debian Lenny is released), but running the client with sec=sys
>solves the problem for me like here:
>
>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492970#40
>
>There is talk about a debian specific patch that might be the culprit
>here:
>
>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492970#90

When I read that message, I tried without that patch and had the same
problem. I even tried without all debian patches and the bug was there.

I just tried again with the same result.

>The mentioned patch:
>
>Index: nfs-utils-1.1.2/utils/mount/mount.c
>===================================================================
>--- nfs-utils-1.1.2.orig/utils/mount/mount.c    2008-07-11
>18:56:00.000000000 +0200
>+++ nfs-utils-1.1.2/utils/mount/mount.c 2008-07-11 18:56:06.000000000
>+0200
>@@ -189,9 +189,6 @@
>        }
>        if (nfs_mount_data_version > NFS_MOUNT_VERSION)
>                nfs_mount_data_version = NFS_MOUNT_VERSION;
>-       else
>-               if (kernel_version > MAKE_VERSION(2, 6, 22))
>-                       string++;
> }
> 
> static void print_one(char *spec, char *node, char *type, char *opts)
>
>Regards
>/Rasmus
>
>-- 
>Rasmus Bøg Hansen
>MSC Aps
>Bøgesvinget 8
>2740 Skovlunde
>44 53 93 66
>

Attachment: signature.asc
Description: Digital signature

Reply via email to