aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawmaB2n9HFclAvyMyDzvTPaifh5OrlF51Co <VS7@web>2014-05-22 07:23:23 +0000
committerGravatar admin <admin@branchable.com>2014-05-22 07:23:23 +0000
commitfd50a4f59314ddd048731bac034476cf4e895757 (patch)
tree15c794ae4422716d574d9f6fcb4e0a440fa81773
parent56a752a34b4b4c1c420caf878ddbc24e4774b1d0 (diff)
Added a comment
-rw-r--r--doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_3_e134ba74ec996a419d6f9903871b9b03._comment47
1 files changed, 47 insertions, 0 deletions
diff --git a/doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_3_e134ba74ec996a419d6f9903871b9b03._comment b/doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_3_e134ba74ec996a419d6f9903871b9b03._comment
new file mode 100644
index 000000000..a4b6d8740
--- /dev/null
+++ b/doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_3_e134ba74ec996a419d6f9903871b9b03._comment
@@ -0,0 +1,47 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmaB2n9HFclAvyMyDzvTPaifh5OrlF51Co"
+ nickname="VS7"
+ subject="comment 3"
+ date="2014-05-22T07:23:23Z"
+ content="""
+*1. Windows Server 2012, deduplication is on.*
+[[!format sh \"\"\"
+[filesync@ServiceVM00001 manuals]$ ps aux | grep assist
+filesync 1222 0.0 0.0 103244 860 pts/0 S+ 11:20 0:00 grep assist
+[filesync@ServiceVM00001 manuals]$ git annex assistant
+[filesync@ServiceVM00001 manuals]$ cat .git/annex/daemon.pid
+1250[filesync@ServiceVM00001 manuals]$ git annex assistant
+
+git-annex: /home/filesync/manuals/.git/annex/daemon.pid: hGetContents: permission denied (Permission denied)
+failed
+git-annex: assistant: 1 failed
+[filesync@ServiceVM00001 manuals]$ cat .git/annex/daemon.pid
+cat: .git/annex/daemon.pid: Permission denied
+\"\"\"]]
+
+*2. Windows 7 Pro, no deduplication.*
+[[!format sh \"\"\"
+[filesync@ServiceVM00001 test]$ ps aux | grep assistant
+filesync 655 0.0 0.0 103244 856 pts/0 S+ 11:18 0:00 grep assistant
+[filesync@ServiceVM00001 test]$ git annex assistant
+[filesync@ServiceVM00001 test]$ cat .git/annex/daemon.pid
+cat: .git/annex/daemon.pid: Permission denied
+[filesync@ServiceVM00001 test]$ git annex assistant
+
+git-annex: /home/filesync/test/.git/annex/daemon.pid: hGetContents: permission denied (Permission denied)
+failed
+git-annex: assistant: 1 failed
+\"\"\"]]
+
+*3. Local directory. Normal behavior*
+[[!format sh \"\"\"
+[filesync@ServiceVM00001 test1]$ ps aux | grep assist
+filesync 1315 0.0 0.0 103244 856 pts/0 R+ 11:23 0:00 grep assist
+[filesync@ServiceVM00001 test1]$ git annex assistant
+[filesync@ServiceVM00001 test1]$ cat .git/annex/daemon.pid
+1338[filesync@ServiceVM00001 test1]$ git annex assistant
+git-annex: Daemon is already running.
+[filesync@ServiceVM00001 test1]$ cat .git/annex/daemon.pid
+1338
+\"\"\"]]
+"""]]