summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-19 20:25:12 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-19 20:25:12 -0400
commitd49b7aa862524f2287f4010acee58248d6026d2d (patch)
treebf7cba2254c32c08e5d6170c0f99f19dee49c70e
parent883ecb119abada2dced970295ae4ca5adc5db5cb (diff)
parente672f6607c20a526c4d23a21cb185924d17dcdd8 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/Endless_SSH_password_prompts/comment_7_6d6a131fda398840cfe00c52ad560ed2._comment10
-rw-r--r--doc/bugs/arm_build:_ssh:_error_while_loading_shared_libraries:_libselinux.so.1/comment_1_ccc2c90d05862edda9ce1ac92efab516._comment44
-rw-r--r--doc/bugs/arm_build:_ssh:_error_while_loading_shared_libraries:_libselinux.so.1/comment_2_1cdf6de88c7f121c604177593915e626._comment8
-rw-r--r--doc/forum/Assistant_loosing_advantages__63__/comment_1_cdbc827d9e00aeeaefafe45de64b8d2c._comment10
4 files changed, 72 insertions, 0 deletions
diff --git a/doc/bugs/Endless_SSH_password_prompts/comment_7_6d6a131fda398840cfe00c52ad560ed2._comment b/doc/bugs/Endless_SSH_password_prompts/comment_7_6d6a131fda398840cfe00c52ad560ed2._comment
new file mode 100644
index 000000000..c135989b0
--- /dev/null
+++ b/doc/bugs/Endless_SSH_password_prompts/comment_7_6d6a131fda398840cfe00c52ad560ed2._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.87"
+ subject="comment 7"
+ date="2013-12-19T17:54:33Z"
+ content="""
+Seems likely that this is ssh prompting that the host key has changed. The dialog box has \"password\" at the top, but if you actually read it, it's prompting for a yes/no response to a host key change.
+
+So, I probably need to turn on StrictHostKeyChecking.
+"""]]
diff --git a/doc/bugs/arm_build:_ssh:_error_while_loading_shared_libraries:_libselinux.so.1/comment_1_ccc2c90d05862edda9ce1ac92efab516._comment b/doc/bugs/arm_build:_ssh:_error_while_loading_shared_libraries:_libselinux.so.1/comment_1_ccc2c90d05862edda9ce1ac92efab516._comment
new file mode 100644
index 000000000..3691b8a8a
--- /dev/null
+++ b/doc/bugs/arm_build:_ssh:_error_while_loading_shared_libraries:_libselinux.so.1/comment_1_ccc2c90d05862edda9ce1ac92efab516._comment
@@ -0,0 +1,44 @@
+[[!comment format=mdwn
+ username="http://grossmeier.net/"
+ nickname="greg"
+ subject="comment 1"
+ date="2013-12-19T19:05:04Z"
+ content="""
+Just tried again (redownloaded the build at ~11:50am Pacific on Dec 19th), same behavior:
+
+[[!format sh \"\"\"
+$ git-annex version
+git-annex version: 5.20131218-gc5767e2
+build flags: Assistant Pairing S3 Inotify DBus XMPP Feeds Quvi TDFA CryptoHash
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
+remote types: git gcrypt S3 bup directory rsync web glacier hook
+$ git clone greg@host:/path/to/Photos Photos
+Cloning into 'Photos'...
+ssh: error while loading shared libraries: libselinux.so.1: 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.
+$ which ssh
+/volume1/downloads/git-annex.linux/bin/ssh
+$ ldd /volume1/downloads/git-annex.linux/bin/ssh
+/volume1/downloads/git-annex.linux/bin/ssh: /lib/libc.so.6: version `GLIBC_2.15' not found (required by /volume1/downloads/git-annex.linux/bin/ssh)
+/volume1/downloads/git-annex.linux/bin/ssh: /lib/libc.so.6: version `GLIBC_2.8' not found (required by /volume1/downloads/git-annex.linux/bin/ssh)
+/volume1/downloads/git-annex.linux/bin/ssh: /lib/libc.so.6: version `GLIBC_2.17' not found (required by /volume1/downloads/git-annex.linux/bin/ssh)
+/volume1/downloads/git-annex.linux/bin/ssh: /lib/libcrypto.so.1.0.0: no version information available (required by /volume1/downloads/git-annex.linux/bin/ssh)
+/volume1/downloads/git-annex.linux/bin/ssh: /lib/libcrypto.so.1.0.0: no version information available (required by /volume1/downloads/git-annex.linux/bin/ssh)
+ libselinux.so.1 => not found
+ libcrypto.so.1.0.0 => /lib/libcrypto.so.1.0.0 (0x40026000)
+ libdl.so.2 => /lib/libdl.so.2 (0x401ba000)
+ libz.so.1 => /lib/libz.so.1 (0x401c5000)
+ libresolv.so.2 => /lib/libresolv.so.2 (0x401e2000)
+ libgssapi_krb5.so.2 => /lib/libgssapi_krb5.so.2 (0x401fc000)
+ libc.so.6 => /lib/libc.so.6 (0x40235000)
+ /lib/ld-linux.so.3 (0x40000000)
+ libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40364000)
+ libkrb5.so.3 => /lib/libkrb5.so.3 (0x40378000)
+ libk5crypto.so.3 => /lib/libk5crypto.so.3 (0x40426000)
+ libcom_err.so.3 => /lib/libcom_err.so.3 (0x40458000)
+ libkrb5support.so.0 => /lib/libkrb5support.so.0 (0x40462000)
+\"\"\"]]
+"""]]
diff --git a/doc/bugs/arm_build:_ssh:_error_while_loading_shared_libraries:_libselinux.so.1/comment_2_1cdf6de88c7f121c604177593915e626._comment b/doc/bugs/arm_build:_ssh:_error_while_loading_shared_libraries:_libselinux.so.1/comment_2_1cdf6de88c7f121c604177593915e626._comment
new file mode 100644
index 000000000..55e48f0e7
--- /dev/null
+++ b/doc/bugs/arm_build:_ssh:_error_while_loading_shared_libraries:_libselinux.so.1/comment_2_1cdf6de88c7f121c604177593915e626._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.87"
+ subject="comment 2"
+ date="2013-12-19T19:55:33Z"
+ content="""
+Build took longer than I thought, but should finally be done in an hour or two.
+"""]]
diff --git a/doc/forum/Assistant_loosing_advantages__63__/comment_1_cdbc827d9e00aeeaefafe45de64b8d2c._comment b/doc/forum/Assistant_loosing_advantages__63__/comment_1_cdbc827d9e00aeeaefafe45de64b8d2c._comment
new file mode 100644
index 000000000..171019b16
--- /dev/null
+++ b/doc/forum/Assistant_loosing_advantages__63__/comment_1_cdbc827d9e00aeeaefafe45de64b8d2c._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="209.250.56.87"
+ subject="good question.."
+ date="2013-12-19T17:04:53Z"
+ content="""
+The assistant necessarily simplifies some things git-annex does, so that it can automate them, and this includes keeping files synced to everywhere by default. There are ways to configure the assistant to only keep a subset of files on a computer, including [[archive_directories|assistant/archival_walkthrough]]. Underneath, there is the quite powerful [[preferred_content]] DSL, which can be used to configure lots more interesting behavior about what goes where. So far only some common scenarios have been made easily available in the webappp, but there's potential for lots more configurability here, if a good UI for it is built.
+
+I think the assistant is probably better than dropbox at handling external removable media, used for backups or archiving. (But I have not evaluated, or actually even used dropbox myself. My goal is *not* to copy dropbox.) And it's better at encryption, and it allows using a variety of cloud services rather than only one provider.
+"""]]