FS#41654 - [nfs-utils] segfault in rpc.gssd/libgssapi_krb5.so when mounting kerberized NFS4 share

Attached to Project: Arch Linux
Opened by Jed Liu (jed) - Friday, 22 August 2014, 07:23 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 22 August 2014, 15:53 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

nfs-utils should be built without --with-gssglue to fix bug #39217.

Additional info:
* nfs-utils 1.3.0-3
This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 22 August 2014, 15:53 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#39217 
Comment by Jed Liu (jed) - Friday, 22 August 2014, 07:26 GMT
Apologies for submitting what is essentially a duplicate, but bug #39217 doesn't seem to be getting any attention from its assigned maintainer, and there appears to be a solution that involves modifying a different package with a different maintainer.

Here is the patch from #39217 that Daniel Albers came up with:

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16 +16 @@ backup=(etc/{exports,idmapd.conf,nfsmount.conf} etc/conf.d/{nfs-common.conf,nfs-
-depends=('glibc' 'e2fsprogs' 'rpcbind' 'libtirpc>=0.2.1' 'librpcsecgss>=0.19-2' 'nfsidmap' 'libevent>=2.0.10' 'libgssglue' 'device-mapper')
+depends=('glibc' 'e2fsprogs' 'rpcbind' 'libtirpc>=0.2.1' 'librpcsecgss>=0.19-2' 'nfsidmap' 'libevent>=2.0.10' 'device-mapper')
@@ -54 +53,0 @@ build() {
- --with-gssglue \

Loading...