From bdbb78f4dc548bc7b8be43c1508527b0f18d00f0 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 23 May 2014 14:34:34 +0000 Subject: [PATCH] Added a comment --- ...ment_5_42ad8c7944c210ac1be812e463e03d7c._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_5_42ad8c7944c210ac1be812e463e03d7c._comment diff --git a/doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_5_42ad8c7944c210ac1be812e463e03d7c._comment b/doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_5_42ad8c7944c210ac1be812e463e03d7c._comment new file mode 100644 index 0000000000..6061f7d7be --- /dev/null +++ b/doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_5_42ad8c7944c210ac1be812e463e03d7c._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="24.159.78.125" + subject="comment 5" + date="2014-05-23T14:34:34Z" + content=""" +My point is that if the filesystem is rejecting all attempts to access it with \"permission denied\", it's hardly surprising that git-annex doesn't work, since nothing works. If running the assistant somehow causes the filesystem to get into this strange broken state, then you have a nice repoducible bug to report on the filesystem, I suppose. I don't see how it could be a bug in git-annex, since it is using only standard posix filesystem system calls, plus inotify. + +Based on this, samba/CIFS does not support inotify: +Thus, the assistant won't work on it. + +If I were you, I'd set up git-annex repositories on local filesystems, and let it take care of the syncronosation, rather than using a networked filesystem. +"""]]