Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
f7feb2bbec
6 changed files with 55 additions and 1 deletions
|
@ -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
|
||||
"""]]
|
|
@ -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.
|
||||
"""]]
|
15
doc/bugs/incremental_fsck_should_not_use_sticky_bit.mdwn
Normal file
15
doc/bugs/incremental_fsck_should_not_use_sticky_bit.mdwn
Normal file
|
@ -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
|
|
@ -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 ...
|
||||
|
||||
|
|
1
doc/forum/Can_Not_Sync_to_Git_Repo.mdwn
Normal file
1
doc/forum/Can_Not_Sync_to_Git_Repo.mdwn
Normal file
|
@ -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.
|
|
@ -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...
|
||||
"""]]
|
Loading…
Reference in a new issue