From 8ddac201e2aa8dd1dbd178db36c442c2bd9babfa Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 19 Dec 2013 17:04:53 +0000 Subject: Added a comment: good question.. --- .../comment_1_cdbc827d9e00aeeaefafe45de64b8d2c._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Assistant_loosing_advantages__63__/comment_1_cdbc827d9e00aeeaefafe45de64b8d2c._comment 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. +"""]] -- cgit v1.2.3 From c83a51f9b2f760551e5cf80f9a647339eb8a1732 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 19 Dec 2013 17:54:33 +0000 Subject: Added a comment --- .../comment_7_6d6a131fda398840cfe00c52ad560ed2._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/Endless_SSH_password_prompts/comment_7_6d6a131fda398840cfe00c52ad560ed2._comment 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. +"""]] -- cgit v1.2.3 From 3c79d76452dd0a9a31b6dfbb706840554f76d3de Mon Sep 17 00:00:00 2001 From: "http://grossmeier.net/" Date: Thu, 19 Dec 2013 19:05:04 +0000 Subject: Added a comment --- ...ent_1_ccc2c90d05862edda9ce1ac92efab516._comment | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/bugs/arm_build:_ssh:_error_while_loading_shared_libraries:_libselinux.so.1/comment_1_ccc2c90d05862edda9ce1ac92efab516._comment 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) +\"\"\"]] +"""]] -- cgit v1.2.3 From e672f6607c20a526c4d23a21cb185924d17dcdd8 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Thu, 19 Dec 2013 19:55:33 +0000 Subject: Added a comment --- .../comment_2_1cdf6de88c7f121c604177593915e626._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/arm_build:_ssh:_error_while_loading_shared_libraries:_libselinux.so.1/comment_2_1cdf6de88c7f121c604177593915e626._comment 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. +"""]] -- cgit v1.2.3