Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
96923819e7
6 changed files with 65 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 5"
|
||||
date="2013-05-19T19:46:14Z"
|
||||
content="""
|
||||
@Chris, that is a known bug: [[bugs/Android_app_permission_denial_on_startup]]
|
||||
"""]]
|
|
@ -0,0 +1,21 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://me.tinco.nl/"
|
||||
nickname="Tinco"
|
||||
subject="comment 7"
|
||||
date="2013-05-19T19:27:03Z"
|
||||
content="""
|
||||
Hi Joey thanks for working with me on this. The result from copying one file over is 'resource vanished':
|
||||
|
||||
[2013-05-19 21:24:53 CEST] read: git [\"--git-dir=/Users/tinco/Documents/.git\",\"--work-tree=/Users/tinco/Documents\",\"show-ref\",\"git-annex\"]
|
||||
[2013-05-19 21:24:53 CEST] read: git [\"--git-dir=/Users/tinco/Documents/.git\",\"--work-tree=/Users/tinco/Documents\",\"show-ref\",\"--hash\",\"refs/heads/git-annex\"]
|
||||
[2013-05-19 21:24:53 CEST] read: git [\"--git-dir=/Users/tinco/Documents/.git\",\"--work-tree=/Users/tinco/Documents\",\"log\",\"refs/heads/git-annex..f0523a06e2eb7217d98fe2b9f6ec5afa724ccd92\",\"--oneline\",\"-n1\"]
|
||||
[2013-05-19 21:24:53 CEST] chat: git [\"--git-dir=/Users/tinco/Documents/.git\",\"--work-tree=/Users/tinco/Documents\",\"cat-file\",\"--batch\"]
|
||||
[2013-05-19 21:24:53 CEST] read: git [\"--git-dir=/Users/tinco/Documents/.git\",\"--work-tree=/Users/tinco/Documents\",\"ls-files\",\"--cached\",\"-z\",\"--\",\"About Stacks.pdf\"]
|
||||
copy About Stacks.pdf (gpg) [2013-05-19 21:24:53 CEST] chat: gpg [\"--quiet\",\"--trust-model\",\"always\",\"--decrypt\"]
|
||||
|
||||
git-annex: fd:12: hClose: resource vanished (Broken pipe)
|
||||
failed
|
||||
git-annex: copy: 1 failed
|
||||
|
||||
|
||||
"""]]
|
|
@ -0,0 +1,12 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 8"
|
||||
date="2013-05-19T19:35:51Z"
|
||||
content="""
|
||||
I've fixed the repeated \"(gpg)\" problem. But that is not the real problem...
|
||||
|
||||
Looks to me like there is a problem with running gpg to extract the encryption key of the repository. I can cause the same \"resource vanished\" message if I make gpg exit 1 immediately when it starts. I also managed to get 3 zombies when failing to send 100 files. Although in my case they were gpg zombies, not git-annex zombies.
|
||||
|
||||
Can you run `gpg` manually at the command line? If you installed git-annex from the OSX dmg file, you need to have used \"runshell\" to get the gpg that's included in it onto the PATH before you do this.
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 3"
|
||||
date="2013-05-19T19:12:59Z"
|
||||
content="""
|
||||
git-annex can use any xmpp server. The only thing that would need to be changed if google talk went away tomorrow is changing some text that suggests entering one's gmail address, to some other text that suggests some other xmpp server to use.
|
||||
|
||||
However, I am skeptical about echo chamber conclusions (and/or tech press) about what google is, or is not doing, or is or is not planning to do.
|
||||
"""]]
|
4
doc/forum/Check_when_your_last_fsck_was__63__.mdwn
Normal file
4
doc/forum/Check_when_your_last_fsck_was__63__.mdwn
Normal file
|
@ -0,0 +1,4 @@
|
|||
Hey Joey,
|
||||
Is there a way to see when the last fsck was? I know about --incremental and the related options, but sometimes I'd like to know when the last time I fsck'd a file (or even the whole repo) was. There doesn't seem to be a command line option for it, but I know that info is saved somewhere...maybe this could be part of 'git annex status'?
|
||||
|
||||
$(words of gratitude and encouragement)
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
nickname="joey"
|
||||
subject="comment 1"
|
||||
date="2013-05-19T18:50:06Z"
|
||||
content="""
|
||||
You're quite right. that info is stored in `.git/annex/fsckstate`. The timestamp of the file is when the last incremental fsck was started. The contents of the file is the same date, represented as seconds from epoch.
|
||||
|
||||
That is only written to when doing an incremental fsck though. A non-incremental fsck does not touch the file.
|
||||
"""]]
|
Loading…
Reference in a new issue