diff --git a/doc/bugs/Android:_500___47__etc__47__resolv.conf_does_not_exist/comment_2_19dd9ebfebbece9d3654825492ebd5b9._comment b/doc/bugs/Android:_500___47__etc__47__resolv.conf_does_not_exist/comment_2_19dd9ebfebbece9d3654825492ebd5b9._comment new file mode 100644 index 0000000000..79554ee508 --- /dev/null +++ b/doc/bugs/Android:_500___47__etc__47__resolv.conf_does_not_exist/comment_2_19dd9ebfebbece9d3654825492ebd5b9._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawknsDuoV1R2hz6QoCJmMFWLmWgdZfULjMI" + nickname="Jakob" + subject="Moto G" + date="2013-12-02T13:53:55Z" + content=""" +Same proplem on a Moto G - Android 4.3 - not rooted / Stock + +running git-annex version 5.20131202-g5b9eb74 + +Error Message: + + /etc/resolv.conf: openFile: does not exist (No such file or directory) + +command-line output: + + Falling back to hardcoded app location; cannot find expected files in /data/app-lib + git annex webapp + ex webapp +"""]] diff --git a/doc/bugs/Endless_SSH_password_prompts/comment_4_bf311301063db06bcfa8ce8d7db54028._comment b/doc/bugs/Endless_SSH_password_prompts/comment_4_bf311301063db06bcfa8ce8d7db54028._comment new file mode 100644 index 0000000000..0a182f3103 --- /dev/null +++ b/doc/bugs/Endless_SSH_password_prompts/comment_4_bf311301063db06bcfa8ce8d7db54028._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://id.koumbit.net/anarcat" + ip="2001:1928:1:9::1" + subject="similar" + date="2013-12-02T01:39:36Z" + content=""" +I am having a similar issue here. The problem is that the assistant is started along with my regular session, but the SSH keys required for the assistant to sync are prompted during my session startup. So I actually get lots of prompts, because the assistant is started before I have time to enter the password for my SSH key. +"""]] diff --git a/doc/bugs/incremental_fsck_should_not_use_sticky_bit.mdwn b/doc/bugs/incremental_fsck_should_not_use_sticky_bit.mdwn new file mode 100644 index 0000000000..4662703cda --- /dev/null +++ b/doc/bugs/incremental_fsck_should_not_use_sticky_bit.mdwn @@ -0,0 +1,15 @@ +### Please describe the problem. + +There are multiple problems that have the same cause: + + * When using a shared repository (core.sharedrepository = group), the directories that contain the actual objects may be owned by different users. In this case adding or removing the sticky bit is prohibited by the operating system. Thus shared repositories can only be incrementally fscked if all objects are owned by the same user. + + * It is not currently possible to run incremental fscks on the local repository and on a special remote at the same time, because both of them use the same flag space, the sticky bit. + +### What steps will reproduce the problem? + +Create a shared repository (core.sharedrepository = group), let a different user add an object and then try to fsck it. + +### What version of git-annex are you using? On what operating system? + +Debian's 4.20131106~bpo70+1 diff --git a/doc/encryption.mdwn b/doc/encryption.mdwn index 1eba19a685..ecc908463e 100644 --- a/doc/encryption.mdwn +++ b/doc/encryption.mdwn @@ -28,7 +28,7 @@ run `git-annex initremote` in one of these ways: The [[hybrid_key_design|design/encryption]] allows additional encryption keys to be added on to a special remote later. Due to this -flexability, it is the default and recommended encryption scheme. +flexibility, it is the default and recommended encryption scheme. git annex initremote newremote type=... [encryption=hybrid] keyid=KEYID ... diff --git a/doc/forum/Can_Not_Sync_to_Git_Repo.mdwn b/doc/forum/Can_Not_Sync_to_Git_Repo.mdwn new file mode 100644 index 0000000000..3b57829961 --- /dev/null +++ b/doc/forum/Can_Not_Sync_to_Git_Repo.mdwn @@ -0,0 +1 @@ +On one my repos (git repo on github data on S3) I've started getting, `fatal: Cannot force update the current branch` `git-annex: failed to update refs/heads/master` other clones of this repository can sync fine but this one started failing after adding a couple of files. diff --git a/doc/forum/rebuild_location_log_from_encrypted_remote/comment_2_c0b2ce3bc7cd55a0c77ddc31493068c2._comment b/doc/forum/rebuild_location_log_from_encrypted_remote/comment_2_c0b2ce3bc7cd55a0c77ddc31493068c2._comment new file mode 100644 index 0000000000..10b1c038ef --- /dev/null +++ b/doc/forum/rebuild_location_log_from_encrypted_remote/comment_2_c0b2ce3bc7cd55a0c77ddc31493068c2._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmLD-g4d-EGXD5KJh1kVKnRX0a9dTnEigg" + nickname="Vincent" + subject="comment 2" + date="2013-12-02T01:28:18Z" + content=""" +Thanks a lot for the quick response! Unfortunately, copy is just silent and does not copy the files over. + +I don't want to waste more of your time on this. I just wish I had kept better track of the steps I took to get myself into this mess... +"""]]