Marco Lackovic wrote: > On Wed, Jun 23, 2010 at 2:12 PM, Martin Feller <[email protected]> wrote: >> You seem to run the GT server as another user than lackovic, e.g. as user >> globus. >> If so, and if the grid-mapfile is readable for the user globus but not to >> user lackovic, >> then you would run into this situation: >> The first check for a mapping is done by the user who runs the server >> (globus in this example). >> globus has read privs and things are ok, because lackovic is mapped the >> grid-mapfile >> >> Later, the job is submitted as user lackovic (sudo) though, and if lackovic >> does not >> have permissions to read the grid-mapfile, then we get this error. > > That was it! Really well thought! Excellent! Thank you very much. > > >> I guess all users must have read permissions on the grid-mapfile. > > I solved by adding the user to the globus group. > Shouldn't it be mentioned somewhere in the guide? >
Glad it's working! Yeah, it should be in the docs. I wonder why we never ran into this issue more often. Martin
