Thomas Bushnell BSG <[EMAIL PROTECTED]> writes:

> Package: openafs-client
> Version: 1.4.4.dfsg1-1
> Severity: grave
> Justification: renders package unusable

> When I run aklog, I get the following helpful error message:

> ~$ aklog -d
> Authenticating to cell becket.net (server aquinas.becket.net).
> We've deduced that we need to authenticate to realm BECKET.NET.
> Getting tickets: afs/[EMAIL PROTECTED]
> Principal not found, trying alternate service name: [EMAIL PROTECTED]
> Using Kerberos V5 ticket natively
> About to resolve name tb to id in cell becket.net.
> stackcheck = 66051: stack = 66051
> topstack = 0x3007b034: stackptr = 0x3004b008: stacksize = 0x30000
> Wed Apr 18 08:35:47 2007 LWP: stack overflow in process IO MANAGER!
> Aborted

Can you try applying the following patch to the source package and
rebuilding?  I don't have a Debian PPC system running AFS to easily test
with, but we think this may fix the problem.

--- src/config/param.ppc_linux26.h      (revision 2485)
+++ src/config/param.ppc_linux26.h      (local)
@@ -74,6 +74,11 @@
 #endif
 #endif /* KERNEL */
 
+#ifdef __GLIBC__
+#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3)
+#define USE_UCONTEXT
+#endif
+#endif
 #endif /* AFS_PARAM_H */
 
 #else /* !defined(UKERNEL) */

-- 
Russ Allbery ([EMAIL PROTECTED])               <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to