summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>2016-11-08 15:08:32 +0000
committerGravatar admin <admin@branchable.com>2016-11-08 15:08:32 +0000
commitde6b917739775e29f8e31a7466a73e1818af16b7 (patch)
tree71c803654df5979ff23276d62758c4b1985a238a
parentd59702018edba41454bf7cb3cef4ca12df0a6df0 (diff)
initial whining
-rw-r--r--doc/bugs/cannot___34__install__34___standalone_git_annex_within_afs_mount.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/cannot___34__install__34___standalone_git_annex_within_afs_mount.mdwn b/doc/bugs/cannot___34__install__34___standalone_git_annex_within_afs_mount.mdwn
new file mode 100644
index 000000000..443b3827b
--- /dev/null
+++ b/doc/bugs/cannot___34__install__34___standalone_git_annex_within_afs_mount.mdwn
@@ -0,0 +1,22 @@
+### Please describe the problem.
+
+Cannot even extract the standalone linux tarball for deployment on our processing server:
+
+[[!format sh """
+[mvdoc@rolando bin] > tar -xzf git-annex-standalone-amd64.tar.gz
+tar: git-annex.linux/shimmed/git-fsck/git-fsck: Cannot hard link to `git-annex.linux/shimmed/git-help/git-help': Invalid cross-device link
+tar: git-annex.linux/shimmed/git-cat-file/git-cat-file: Cannot hard link to `git-annex.linux/shimmed/git-help/git-help': Invalid cross-device link
+tar: git-annex.linux/shimmed/git-init/git-init: Cannot hard link to `git-annex.linux/shimmed/git-help/git-help': Invalid cross-device link
+...
+tar: Exiting with failure status due to previous errors
+
+[mvdoc@rolando bin] > ls -l git-annex.linux/shimmed/git-pack-redundant/git-pack-redundant git-annex.linux/shimmed/git-help/git-help
+ls: cannot access git-annex.linux/shimmed/git-pack-redundant/git-pack-redundant: No such file or directory
+-rwxr-xr-x 1 mvdoc users 2023056 Oct 29 22:44 git-annex.linux/shimmed/git-help/git-help
+[mvdoc@rolando bin] >
+
+
+# End of transcript or log.
+"""]]
+
+[[!meta author=yoh]]