Skip Menu | Logged in as guest | Logout
 
Ticket metadata
Id: 2940
Status: resolved
Priority: 4/0
Queue: vdt-internal

Fixed in: (no value)
Fix scheduled: (no value)

Owner: Alain Roy
Requestors: Alain Roy
Cc:
AdminCc:

New reminder:

Created: Wed Aug 29 14:11:47 2007
Starts: Not set
Started: Fri Sep 07 13:23:34 2007
Last Contact: Not set
Due: Not set
Closed: Fri Sep 07 13:23:34 2007
Updated: Fri Sep 07 13:23:34 2007 by roy



History Brief headersFull headers
Subject: Fix edg-mkgridmap PRIMA check
Download (untitled) / with headers
text/plain 809b
From John Weigand:

Problem about gums-host-cron:

> On a 64-bit install, gums-host-cron doesn't properly detect that prima
> is being used and will overwrite any existing grid-mapfile. This breaks
> other applications that use the grid-mapfile, such as condor with
> x509-based authentication.
>
> The problem is line 347 in gums-host-cron:
>
> PRIMA_CALLOUT_STRING="libprima_authz_module_gcc32dbg"
>
> On 64-bit installs, this should be:
>
> PRIMA_CALLOUT_STRING="libprima_authz_module_gcc32dbg"
>
> --Mike

John Weigand pointed out that it exists in edg-mkgridmap too.

>Jay,
>I don't think we even need to be that accurate on it. The string...
> libprima_authz_module_gcc
>.,, should be sufficient for now.
>
>Alain,
>This also needs to be changed in the this script.
> edg/sbin/edg-mkgridmap