merge bugs

This commit is contained in:
Joey Hess 2015-07-02 13:09:39 -04:00
parent 7c99f44db9
commit 0609788fbe
3 changed files with 21 additions and 0 deletions

View file

@ -32,3 +32,7 @@ I don't understand why this is happening.
> line, they can also read the dialog box ssh pops up, ignore the
> misleading "passphrase request" in the title, and see that it's actually
> prompting about a host key change. --[[Joey]]
>
> Update: See [[bugs/kill_git-annex_assistant_on_logout]] -- the fact that
> it happened after logging back in suggests that was the actual cause of
> this problem. --[[Joey]]

View file

@ -40,3 +40,8 @@ It's unclear - i guess you need to setup git-annex to autostart and sync with re
### What version of git-annex are you using? On what operating system?
5.20140927~bpo70+3 on debian wheezy.
> The git-annex daemon being a "leftover" from a previous session seems
> like the root cause. We have a new bug for this,
> [[bugs/kill_git-annex_assistant_on_logout]], so I am going to close this
> one as a dup. [[done]] --[[Joey]]

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2015-07-02T17:05:15Z"
content="""
Thanks, some people have reported repeated ssh-agent prompts, and this is
the first one that fingered logout as contributing to the problem.
(Reading through the past reports, that all had hints about logout.)
So, we need to get a desktop file to stop git-annex on logout. If that's
even possible.
"""]]