Added a comment: Problem with the SSH Caching feature ?
This commit is contained in:
parent
582c74af3b
commit
144da5381c
1 changed files with 48 additions and 0 deletions
|
@ -0,0 +1,48 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="https://www.google.com/accounts/o8/id?id=AItOawlXt6nnNs-3uw61EGYtxr_AVhJqXybwLR8"
|
||||||
|
nickname="Bruno"
|
||||||
|
subject="Problem with the SSH Caching feature ?"
|
||||||
|
date="2015-03-21T20:54:29Z"
|
||||||
|
content="""
|
||||||
|
Hi,
|
||||||
|
|
||||||
|
I have a similar problem,
|
||||||
|
|
||||||
|
$ git annex sync --content
|
||||||
|
commit ok
|
||||||
|
pull origin
|
||||||
|
root@192.168.253.53: error while loading shared libraries: root@192.168.253.53: cannot open shared object file: No such file or directory
|
||||||
|
fatal: Could not read from remote repository.
|
||||||
|
|
||||||
|
Please make sure you have the correct access rights
|
||||||
|
and the repository exists.
|
||||||
|
failed
|
||||||
|
|
||||||
|
I have also verified the files paths, it seem ok, And effectively, it appear a SSH Caching feature that cause this error.
|
||||||
|
|
||||||
|
For resolve it, i have used the **@joey** solution.
|
||||||
|
|
||||||
|
I disabled the SSH Caching feature
|
||||||
|
|
||||||
|
git config annex.sshcaching false
|
||||||
|
|
||||||
|
Here the result after disable caching feature
|
||||||
|
|
||||||
|
$ git annex sync --content
|
||||||
|
commit (recording state in git...)
|
||||||
|
ok
|
||||||
|
pull origin
|
||||||
|
ok
|
||||||
|
pull origin
|
||||||
|
ok
|
||||||
|
push origin
|
||||||
|
Counting objects: 5, done.
|
||||||
|
Delta compression using up to 4 threads.
|
||||||
|
Compressing objects: 100% (4/4), done.
|
||||||
|
Writing objects: 100% (5/5), 489 bytes | 0 bytes/s, done.
|
||||||
|
Total 5 (delta 1), reused 0 (delta 0)
|
||||||
|
To root@192.168.253.53:/data/samba/backup/newdocshare
|
||||||
|
008ee7c..23e8372 git-annex -> synced/git-annex
|
||||||
|
ok
|
||||||
|
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue