Added a comment
This commit is contained in:
parent
c26d1e40cf
commit
845a5761e7
1 changed files with 47 additions and 0 deletions
|
@ -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
|
||||
\"\"\"]]
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue