[OpenAFS] openafs in solaris10 containers

2006-12-03 Thread Matthew Cocker
Anyone running afs client in a solaris 10 container environment? I have seen some references that you can not run afs in the "child containers" but you have to run it from the "main container" (I may have the solaris terms mixed). Is this correct? Cheers Matt

Re: [OpenAFS] rxkad error=19270410 on AIX 5.3, openafs 1.4.2

2006-12-03 Thread Steve Roseman
Marcus Watts wrote: I've built a cache manager with WORDS_BIGENDIAN defined. Works fine. There's some really screwey logic in src/config/afsconfig.h that is supposed to set WORDS_BIGENDIAN . For aix 4.3, this starts simply enough: #define AUTOCONF_FOUND_BIGENDIAN 1 #define ENDI

Re: [OpenAFS] rxkad error=19270410 on AIX 5.3, openafs 1.4.2

2006-12-03 Thread Marcus Watts
I've built a cache manager with WORDS_BIGENDIAN defined. Works fine. There's some really screwey logic in src/config/afsconfig.h that is supposed to set WORDS_BIGENDIAN . For aix 4.3, this starts simply enough: #define AUTOCONF_FOUND_BIGENDIAN 1 #define ENDIANESS_IN_SYS_PARAM_H 1

Re: [OpenAFS] rxkad error=19270410 on AIX 5.3, openafs 1.4.2

2006-12-03 Thread Marcus Watts
I'm pretty sure the cache manager for current builds of openafs for an AIX kernel extension are not getting -DWORDS_BIGENDIAN (or #define WORDS_BIGENDIAN) This results in an fcrypt.o that doesn't encrypt data the same. I haven't yet built a cache manager that has this defined, but I've been able t