Re: [OpenAFS] renaming principals

2007-04-30 Thread Jeffrey Altman
Christopher D. Clausen wrote: Oh, I understand. But being forced to go to a specific location on campus during specific times (which just happen to be the exact same hours that I am busy) for a password reset is REALLY annoying. Even if it only happens once in many years. And its

[OpenAFS] OpenAFS Auditing

2007-04-30 Thread Robert Banz
Hey all, Does anyone have a good how-to for setting up and using BSM auditing on OpenAFS under Solaris? Would also like to know if there are any performance-related gotchas? -rob ___ OpenAFS-info mailing list OpenAFS-info@openafs.org

RE: [OpenAFS] Is it in the cache?

2007-04-30 Thread Tim Theisen
Thanks for the tip. This will probably suffice. ...Tim -- Tim Theisen Lead Research Software Engineer Phone: +1 608 824 2848 TomoTherapy Incorporated Fax: +1 608 824 2996 1240 Deming Way Web: http://www.tomotherapy.com Madison,

Re: [OpenAFS] Is it in the cache?

2007-04-30 Thread Jeffrey Altman
All that tells you is whether or not a stat cache entry exists for the file. The process of evaluating $FILENAME will create a stat cache entry. The only way this would fail is when $FILENAME doesn't exist. Jeffrey Altman Tim Theisen wrote: Thanks for the tip. This will probably suffice.

RE: [OpenAFS] Is it in the cache?

2007-04-30 Thread Tim Theisen
Jeffrey, Thanks for the clarification. It appears that there is no way to tell what chunks are in the cache. So, I would guess that a reasonable plan B would be to keep track of the last time a file was read be each node, and assume that if you were the last node to read a file, that it would

Re: [OpenAFS] 1.5.19 build fails on SunOS 5.11 snv62 SPARC

2007-04-30 Thread Derrick J Brashear
On Wed, 25 Apr 2007, Derrick J Brashear wrote: 1252 is: for (ill = ILL_START_WALK_ALL(ctx) ; ill ; ill = ill_next(ctx, ill)) { This isn't our macro, so I gotta assume it changed. Perhaps this is also Jeff Blaine's problem. It's the compile environment rather than the compiler. Try this

Re: [OpenAFS] 1.5.19 build fails on SunOS 5.11 snv62 SPARC

2007-04-30 Thread Chaskiel M Grundman
--On Monday, April 30, 2007 12:57:38 PM -0400 Derrick J Brashear [EMAIL PROTECTED] wrote: Try this --- src/afs/afs_server.c10 Nov 2006 00:16:29 - +++ src/afs/afs_server.c30 Apr 2007 16:56:55 - @@ -1244,12 +1244,13 @@ #endif ill_t *ill; ipif_t *ipif; +

Re: [OpenAFS] 1.5.19 build fails on SunOS 5.11 snv62 SPARC

2007-04-30 Thread Chaskiel M Grundman
1252 is: for (ill = ILL_START_WALK_ALL(ctx) ; ill ; ill = ill_next(ctx, ill)) { This isn't our macro, so I gotta assume it changed. Here's my untested suggestion (still lacks autoconf glue, may require an #include sys/netstack.h): Index: src/afs/afs_server.c

Re: [OpenAFS] 1.5.19 build fails on SunOS 5.11 snv62 SPARC

2007-04-30 Thread Derrick J Brashear
On Mon, 30 Apr 2007, Chaskiel M Grundman wrote: 1252 is: for (ill = ILL_START_WALK_ALL(ctx) ; ill ; ill = ill_next(ctx, ill)) { This isn't our macro, so I gotta assume it changed. Here's my untested suggestion (still lacks autoconf glue, may require an #include sys/netstack.h): if