diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-27 10:40:17 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-27 10:40:17 -0400 |
commit | a2bc805880e9f3a892e5f0c243db54505ef1e023 (patch) | |
tree | 032939bd25f99174e6249370cc500ba321728f87 /doc/bugs/.mdwn | |
parent | b1483ee577dded9e00f8d82d52a806ee02888b2c (diff) | |
parent | 0f95c8477e5a5a7491da097387989a9cabb16235 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs/.mdwn')
-rw-r--r-- | doc/bugs/.mdwn | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/bugs/.mdwn b/doc/bugs/.mdwn new file mode 100644 index 000000000..6e3126693 --- /dev/null +++ b/doc/bugs/.mdwn @@ -0,0 +1,44 @@ +### Please describe the problem. +git annex sync fails with "error while loading shared libraries: hostname: cannot open shared object file: No such file or directory" with hostname being the hostname of the remote git annex repo. + +### What steps will reproduce the problem? +Running "git annex sync" in a normal git annex repo. + +### What version of git-annex are you using? On what operating system? +Arch Linux with git-annex from the git-annex-bin AUR package: +git-annex version: 5.20150317-g237d5b0 + +build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA + +key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E MD5E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 MD5 WORM URL + +remote types: git gcrypt S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external + +### Please provide any additional information below. +people describing the same problem here: <https://aur.archlinux.org/packages/git-annex-bin/> + +SSH and normal git operations work fine. + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log +[dafo@simon-desktop dokumente_ga]$ git annex sync +commit ok +pull leno +dafo@leno: error while loading shared libraries: dafo@leno: 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 +push leno +dafo@leno: error while loading shared libraries: dafo@leno: 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. + Pushing to leno failed. + (non-fast-forward problems can be solved by setting receive.denyNonFastforwards to false in the remote's git config) +failed +git-annex: sync: 2 failed + +# End of transcript or log. +"""]] |