summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_5_bccc53d2d6f659f21965042a057358f5._comment8
-rw-r--r--doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_6_ac8b3b042b882680f0eb0d53ade1ce15._comment14
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_5_bccc53d2d6f659f21965042a057358f5._comment b/doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_5_bccc53d2d6f659f21965042a057358f5._comment
new file mode 100644
index 000000000..cd662bc9e
--- /dev/null
+++ b/doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_5_bccc53d2d6f659f21965042a057358f5._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://nicolas-schodet.myopenid.com/"
+ ip="2a01:e35:1381:3350:1e4b:d6ff:fe78:1ddb"
+ subject="comment 5"
+ date="2013-12-20T20:19:05Z"
+ content="""
+Yes, right, but symbolic links are not supposed to have flags... so the chflags does nothing...
+"""]]
diff --git a/doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_6_ac8b3b042b882680f0eb0d53ade1ce15._comment b/doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_6_ac8b3b042b882680f0eb0d53ade1ce15._comment
new file mode 100644
index 000000000..6232a77f8
--- /dev/null
+++ b/doc/bugs/rename:_permission_denied__44___after_direct_mode_switch/comment_6_ac8b3b042b882680f0eb0d53ade1ce15._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="http://nicolas-schodet.myopenid.com/"
+ ip="2a01:e35:1381:3350:1e4b:d6ff:fe78:1ddb"
+ subject="comment 6"
+ date="2013-12-20T20:28:10Z"
+ content="""
+I finally managed to fix my repository by using this command:
+
+ SetFile -P -a l 2013-07-31_180411.jpg
+
+This removes the \"locked\" attribute. After this command, the uchg flag is no longer set and I manage to use the repository normally.
+
+Still no idea on why it was set and whether this need a git-annex fix or not.
+"""]]