[OpenAFS] Re: 1.3.70 comments?

Tony D'Amato tdamato@odu.edu
Mon, 23 Aug 2004 11:50:20 -0400


>From: Derrick J Brashear <shadow@dementia.org>
>To: openafs-info@openafs.org
>Subject: Re: [OpenAFS] Re: 1.3.70 comments?
>
>On Sun, 22 Aug 2004, Derrick J Brashear wrote:
>
>> On Fri, 20 Aug 2004, Derrick J Brashear wrote:
>>
>>> Only idea I can come up with is that I somehow screwed up rx_Init;
>If so, 
>>> checking out the cvs head by date (2 weeks ago) should work. I
reproduced 
>>> the problem, but sadly my AIX machine is 20 miles away and didn't
bother to 
>>> come back up.
>>
>> Nope. Horst did testing and found it's this change:
>> diff -u -r1.8 -r1.10
>> --- rxkad.p.h   15 Jul 2003 23:16:42 -0000      1.8
>> +++ rxkad.p.h   3 Apr 2004 07:59:53 -0000       1.10
>> @@ -16,7 +16,7 @@
>>                /* no ticket good for longer than 30 days */
>> #define MAXKTCTICKETLIFETIME (30*24*3600)
>> #define MINKTCTICKETLEN              32
>> -#define        MAXKTCTICKETLEN       344
>> +#define        MAXKTCTICKETLEN       12000 /* was 344 */
>> #define        MAXKTCNAMELEN         64        /* name & inst should
be 256 
>> */
>> #define MAXKTCREALMLEN       64        /* should be 256 */
>> #define KTC_TIME_UNCERTAINTY (15*60)   /* max skew bet. machines'
clocks */
>>
>> i don't know what the problem is or how large we can go if that
problem can 
>> be addressed, but currently on aix we cannot go to 12000.
>
>and, that's the klog problem, i don't know if it's related to the tab 
>completion problem.
-- 
Tony.

He that would make his own liberty secure must guard even his enemy 
from oppression; for if he violates this duty he establishes a precedent
that will reach to himself. --Thomas Paine

Well guys, I went ahead and made this one change (switching
MAXKTCTICKETLEN from 12000 to 344), and I'm now able to access AFS space
from AIX 4.3.3. I'm a little concerned tho, about what this change may
affect elsewhere... this machine is our AFS backup box, and I'd like to
still do my backups *grin*...