On 12/27/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:

For thread closure, this has been taken care of (thanks Craig).


Just in case someone else runs into something like this, here's the way I
worked around the issue without having to involve the infra folks.  The
basic issue was that the KEYS file  was owned by "apbackup" with 644
permissions, but the assigned group for the owning directory was "shale"
with group write permissions.  This let me:

   mv KEYS KEYS.bu
   cp KEYS.bu KEYS
   chmod g+w KEYS
   rm KEYS.bu

without having to involve the infra folks to reset the ownership.  Something
similar should work in any scenario where group write permission on the
owning directory is configured.

Craig


-Rahul

On 12/28/06, Rahul Akolkar <[EMAIL PROTECTED]> wrote:
> The permissions for the KEYS file [1] seem botched after being
> restored from backup. Guess we'll need to ping #asfinfra ? (I'm never
> on it though, anyone? TIA).
>
> -Rahul
>
> [1] http://www.apache.org/dist/shale/KEYS
>

Reply via email to