Hi
we have fsck that runs on all our repos
all works fine until last week that suddenly we get strange error for example(on all our repo:
this is the repo_path--/git/abractool--
/ckp/xl/git/2.11.0/linux70x64/bin/git -C /git/abractool fsck --full
notice: HEAD points to an unborn branch (master)
error: unable to open ./objects/04: Permission denied
error: packfile ./objects/pack/pack-e4c47ae06301c3d271989f9083046378f2be5dc4.pack index not opened
fatal: failed to read object 0000000000000000000000000000000000000000: Permission denied
this is a success fsck output before this error :
this is the repo_path--/git/abractool--
/ckp/xl/git/2.11.0/linux70x64/bin/git -C /git/abractool fsck --full
dangling tag f058a414c58f58d531eecfb107f26f23477ef0eb
/git/abractool-Good-
we have not change anything in the repos
our Gerrit Server is version : 3.2.3
if we run the command with the repo owner (in our case is git) - it works fine
if we run the command with any other user which works fine before it gives those error :
% /ckp/xl/git/2.11.0/linux70x64/bin/git -C /git/abractool fsck --full
notice: HEAD points to an unborn branch (master)
error: unable to open ./objects/04: Permission denied
Checking object directories: 100% (256/256), done.
error: packfile ./objects/pack/pack-e4c47ae06301c3d271989f9083046378f2be5dc4.pack index not opened
Checking objects: 100% (15725/15725), done.
fatal: failed to read object 0000000000000000000000000000000000000000: Permission denied
6.901u 0.099s 0:07.02 99.5% 0+0k 7152+0io 2pf+0w
what can cause this issue suddenly to happened ?
wait for any Idea
thanks
Guy