4a0ea981a7631e2bfa76098bf9df367ecce82a41
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 4"""
4  date="2021-08-24T18:51:41Z"
5  content="""
6 Somehow the write bit is not being set. Since the umask is ok, the next
7 most likely thing seems to be NFS either not setting it, or temporarily
8 forgetting it's set, or the file somehow being created owned by a different
9 user.
10
11 Could run: `git-annex test --keep-failures` and then when it gets
12 to one of the "unable to modify foo" failures, it will print out the path
13 to the repository that it failed in, and you can "ls -l" the path,
14 which should include the "foo" file.
15 """]]