summaryrefslogtreecommitdiff
path: root/doc/bugs/Daemon_stops_working_on_mounted_CIF_share/comment_3_e134ba74ec996a419d6f9903871b9b03._comment
blob: a4b6d87404ac6e42e46a1e29e0a9a7dfd6b16adf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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
\"\"\"]]
"""]]