2011-03-17 01:28:05

by Kevin Coffman

[permalink] [raw]
Subject: libgssglue-0.2

A new version of library libgssglue is now available from:

http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-0.2.tar.gz

Changes since libgssglue-0.1:

* Modify the gss_acquire_cred() code to accept, and
properly handle, an input name of GSS_C_NO_NAME.
Other misc. changes to support this change.
* Remove some generated files from git. Change
autogen.sh to clean up files that might become
outdated and incompatible.


2011-03-23 18:04:32

by Tom Boven

[permalink] [raw]
Subject: Re: rpc.gssd: double free or corruption

Op 23-03-11 16:32, Kevin Coffman schreef:
> 2011/3/22 An?bal Monsalve Salazar<[email protected]>:
>
>> On Wed, Mar 16, 2011 at 09:28:04PM -0400, Kevin Coffman wrote:
>>
>>> A new version of library libgssglue is now available from:
>>>
>>> http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-0.2.tar.gz
>>>
>>> Changes since libgssglue-0.1:
>>>
>>> * Modify the gss_acquire_cred() code to accept, and
>>> properly handle, an input name of GSS_C_NO_NAME.
>>> Other misc. changes to support this change.
>>> * Remove some generated files from git. Change
>>> autogen.sh to clean up files that might become
>>> outdated and incompatible.
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
>>> the body of a message to [email protected]
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>
>> Hello Kevin,
>>
>> Please have a look at Debian bug#619052.
>>
>> http://bugs.debian.org/619052
>>
>> The attached file is the original bug report.
>>
>> Thank you,
>>
>> An?bal
>>
> Hi,
> So far, I'm stumped. I've been unable to reproduce this on my Fedora
> 13 machine. I have a slightly different version of libc, an earlier
> version of kerberos, and a later version of nfs-utils (the pnfs
> version). I went back to stock versions of everything and simply
> replaced libgssglue with the new version.
>
> glibc-2.12.2-1.x86_64
> krb5-libs-1.7.1-17.fc13.x86_64
> krb5-debuginfo-1.7.1-17.fc13.x86_64
> krb5-auth-dialog-0.15-1.fc13.x86_64
> krb5-workstation-1.7.1-17.fc13.x86_64
> pam_krb5-2.3.11-1.fc13.x86_64
> krb5-devel-1.7.1-17.fc13.x86_64
> nfs-utils-lib-devel-1.1.5-1.fc13.x86_64
> nfs-utils-1.2.3-2.pnfs.fc15.x86_64
> nfs-utils-lib-1.1.5-1.fc13.x86_64
> nfs-utils-lib-debuginfo-1.1.5-1.fc13.x86_64
>
> Are you using any special options to gssd?
>
> K.C.
>
>
I've just checked but no, I don't use any option at all to start rpc.gssd

Tom


2011-03-23 15:32:27

by Kevin Coffman

[permalink] [raw]
Subject: Re: rpc.gssd: double free or corruption (was: libgssglue-0.2)

2011/3/22 An?bal Monsalve Salazar <[email protected]>:
> On Wed, Mar 16, 2011 at 09:28:04PM -0400, Kevin Coffman wrote:
>>A new version of library libgssglue is now available from:
>>
>>http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-0.2.tar.gz
>>
>>Changes since libgssglue-0.1:
>>
>> ? ? ? * Modify the gss_acquire_cred() code to accept, and
>> ? ? ? ? properly handle, an input name of GSS_C_NO_NAME.
>> ? ? ? ? Other misc. changes to support this change.
>> ? ? ? * Remove some generated files from git. ?Change
>> ? ? ? ? autogen.sh to clean up files that might become
>> ? ? ? ? outdated and incompatible.
>>--
>>To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
>>the body of a message to [email protected]
>>More majordomo info at ?http://vger.kernel.org/majordomo-info.html
>
> Hello Kevin,
>
> Please have a look at Debian bug#619052.
>
> http://bugs.debian.org/619052
>
> The attached file is the original bug report.
>
> Thank you,
>
> An?bal

Hi,
So far, I'm stumped. I've been unable to reproduce this on my Fedora
13 machine. I have a slightly different version of libc, an earlier
version of kerberos, and a later version of nfs-utils (the pnfs
version). I went back to stock versions of everything and simply
replaced libgssglue with the new version.

glibc-2.12.2-1.x86_64
krb5-libs-1.7.1-17.fc13.x86_64
krb5-debuginfo-1.7.1-17.fc13.x86_64
krb5-auth-dialog-0.15-1.fc13.x86_64
krb5-workstation-1.7.1-17.fc13.x86_64
pam_krb5-2.3.11-1.fc13.x86_64
krb5-devel-1.7.1-17.fc13.x86_64
nfs-utils-lib-devel-1.1.5-1.fc13.x86_64
nfs-utils-1.2.3-2.pnfs.fc15.x86_64
nfs-utils-lib-1.1.5-1.fc13.x86_64
nfs-utils-lib-debuginfo-1.1.5-1.fc13.x86_64

Are you using any special options to gssd?

K.C.

2011-03-23 00:34:07

by Aníbal Monsalve Salazar

[permalink] [raw]
Subject: rpc.gssd: double free or corruption (was: libgssglue-0.2)

On Wed, Mar 16, 2011 at 09:28:04PM -0400, Kevin Coffman wrote:
>A new version of library libgssglue is now available from:
>
>http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-0.2.tar.gz
>
>Changes since libgssglue-0.1:
>
> * Modify the gss_acquire_cred() code to accept, and
> properly handle, an input name of GSS_C_NO_NAME.
> Other misc. changes to support this change.
> * Remove some generated files from git. Change
> autogen.sh to clean up files that might become
> outdated and incompatible.
>--
>To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
>the body of a message to [email protected]
>More majordomo info at http://vger.kernel.org/majordomo-info.html

Hello Kevin,

Please have a look at Debian bug#619052.

http://bugs.debian.org/619052

The attached file is the original bug report.

Thank you,

An?bal


Attachments:
(No filename) (879.00 B)
bug_619052_message_5.mbox.txt (9.48 kB)
Download all attachments

2011-03-23 03:57:06

by Kevin Coffman

[permalink] [raw]
Subject: Re: rpc.gssd: double free or corruption (was: libgssglue-0.2)

2011/3/22 An=EDbal Monsalve Salazar <[email protected]>:
> On Wed, Mar 16, 2011 at 09:28:04PM -0400, Kevin Coffman wrote:
>>A new version of library libgssglue is now available from:
>>
>>http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/libgssglue-=
0.2.tar.gz
>>
>>Changes since libgssglue-0.1:
>>
>> =A0 =A0 =A0 * Modify the gss_acquire_cred() code to accept, and
>> =A0 =A0 =A0 =A0 properly handle, an input name of GSS_C_NO_NAME.
>> =A0 =A0 =A0 =A0 Other misc. changes to support this change.
>> =A0 =A0 =A0 * Remove some generated files from git. =A0Change
>> =A0 =A0 =A0 =A0 autogen.sh to clean up files that might become
>> =A0 =A0 =A0 =A0 outdated and incompatible.
>>--
>>To unsubscribe from this list: send the line "unsubscribe linux-nfs" =
in
>>the body of a message to [email protected]
>>More majordomo info at =A0http://vger.kernel.org/majordomo-info.html
>
> Hello Kevin,
>
> Please have a look at Debian bug#619052.
>
> http://bugs.debian.org/619052
>
> The attached file is the original bug report.
>
> Thank you,
>
> An=EDbal
>

Thanks. I will try to figure this out tomorrow.