summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/STANDARD__95__IA_for_S3_remote_not_working/comment_7_3c0b266607dd7d5349f1502b877b3e3e._comment9
-rw-r--r--doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__/comment_4_511d7ec6a1c8ffb508eee17baadb6e2e._comment11
-rw-r--r--doc/forum/How_can_I_recover_from_misadventure__63__/comment_1_1e8ce32e1e8adf32acf7af28c7ab0d0b._comment10
-rw-r--r--doc/forum/Permission_denied_-_what_is_wrong__63__/comment_1_b850a32cce4c9782e59fc91076b6cae7._comment14
-rw-r--r--doc/install/ArchLinux.mdwn4
-rw-r--r--doc/todo/return___34__key__34___entry_in_--json_output_for_addurl___40__and_future_add__41___--batch.mdwn2
6 files changed, 50 insertions, 0 deletions
diff --git a/doc/bugs/STANDARD__95__IA_for_S3_remote_not_working/comment_7_3c0b266607dd7d5349f1502b877b3e3e._comment b/doc/bugs/STANDARD__95__IA_for_S3_remote_not_working/comment_7_3c0b266607dd7d5349f1502b877b3e3e._comment
new file mode 100644
index 000000000..a4621dd8a
--- /dev/null
+++ b/doc/bugs/STANDARD__95__IA_for_S3_remote_not_working/comment_7_3c0b266607dd7d5349f1502b877b3e3e._comment
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 7"""
+ date="2016-01-19T20:21:26Z"
+ content="""
+Yes, you need "(storageclasses)".
+
+I see it's available in autobuilds now.
+"""]]
diff --git a/doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__/comment_4_511d7ec6a1c8ffb508eee17baadb6e2e._comment b/doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__/comment_4_511d7ec6a1c8ffb508eee17baadb6e2e._comment
new file mode 100644
index 000000000..c80c83826
--- /dev/null
+++ b/doc/bugs/addurl_--batch_from_url_from_a_custom_special_remote_adds_to_annex_disregarding_largefiles___40__on_first_run__41__/comment_4_511d7ec6a1c8ffb508eee17baadb6e2e._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 4"""
+ date="2016-01-19T20:35:51Z"
+ content="""
+I don't see how git-annex would know if it's the "first run" or not.
+Nor can I see any way that direct mode could influence the behavior here.
+
+Is there some way to reproduce this without having the datalad special
+remote?
+"""]]
diff --git a/doc/forum/How_can_I_recover_from_misadventure__63__/comment_1_1e8ce32e1e8adf32acf7af28c7ab0d0b._comment b/doc/forum/How_can_I_recover_from_misadventure__63__/comment_1_1e8ce32e1e8adf32acf7af28c7ab0d0b._comment
new file mode 100644
index 000000000..e96476d79
--- /dev/null
+++ b/doc/forum/How_can_I_recover_from_misadventure__63__/comment_1_1e8ce32e1e8adf32acf7af28c7ab0d0b._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-01-19T20:32:30Z"
+ content="""
+When you say that commands run for a while and then exit, are they exiting
+successfully? With a nonzero exit status? With an error message?
+
+What OS? What git-annex version?
+"""]]
diff --git a/doc/forum/Permission_denied_-_what_is_wrong__63__/comment_1_b850a32cce4c9782e59fc91076b6cae7._comment b/doc/forum/Permission_denied_-_what_is_wrong__63__/comment_1_b850a32cce4c9782e59fc91076b6cae7._comment
new file mode 100644
index 000000000..91a09860c
--- /dev/null
+++ b/doc/forum/Permission_denied_-_what_is_wrong__63__/comment_1_b850a32cce4c9782e59fc91076b6cae7._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-01-19T20:26:57Z"
+ content="""
+The remote server is rejecting your ssh key to log into it.
+
+If you used the web app to set this up, it will have generated a ssh key
+just for this server, and put it in `~/.ssh/git-annex/` on the client.
+
+You need to check your `~/.ssh/authorized_keys` file on the server
+and make sure that the ssh key is listed in it. Checking the server's
+ssh log file may also help track down why it's rejecting the login.
+"""]]
diff --git a/doc/install/ArchLinux.mdwn b/doc/install/ArchLinux.mdwn
index c051e8540..b38571b98 100644
--- a/doc/install/ArchLinux.mdwn
+++ b/doc/install/ArchLinux.mdwn
@@ -1,3 +1,7 @@
+There is now an [official git-annex package for Arch](https://www.archlinux.org/packages/community/x86_64/git-annex/), so to install it:
+
+ pacman -S git-annex
+
There are at least four non non-official packages for git-annex in the Arch Linux User Repository. Any of these may be installed manually per [AUR guidelines](https://wiki.archlinux.org/index.php/AUR_User_Guidelines#Installing_packages) or using a wrapper such as [`yaourt`](https://wiki.archlinux.org/index.php/yaourt) shown below.
1. The simplest method is to use the [git-annex-bin](https://aur.archlinux.org/packages/git-annex-bin/) package based on the [prebuilt Linux tarballs](http://downloads.kitenet.net/git-annex/linux/current/). This package includes many of the binary shims from the pre-built package. Although common Linux system utilities have been stripped in favor of normal dependencies, the pre-configured Haskell libraries included out of the box make this an easy install. The disadvantage is the resulting installation is a bit on the heavy side at nearly 100M.
diff --git a/doc/todo/return___34__key__34___entry_in_--json_output_for_addurl___40__and_future_add__41___--batch.mdwn b/doc/todo/return___34__key__34___entry_in_--json_output_for_addurl___40__and_future_add__41___--batch.mdwn
index 25d852d23..504af11b8 100644
--- a/doc/todo/return___34__key__34___entry_in_--json_output_for_addurl___40__and_future_add__41___--batch.mdwn
+++ b/doc/todo/return___34__key__34___entry_in_--json_output_for_addurl___40__and_future_add__41___--batch.mdwn
@@ -1,3 +1,5 @@
You have noted that somewhere (may be in email), that it might help us to pipeline things if 'add' was returning the key if file was added to the annex. I guess the same could apply to 'addurl' so decided to mark this separate todo
[[!meta author=yoh]]
+
+> already done earlier today [[done]] --[[Joey]]