Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2014-07-16 14:17:59 -04:00
commit a2a9650514
10 changed files with 132 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawk9nck8WX8-ADF3Fdh5vFo4Qrw1I_bJcR8"
nickname="Jon Ander"
subject="comment 8"
date="2014-07-16T13:42:16Z"
content="""
I'm still having this issue in 5.20140709
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.2"
subject="comment 9"
date="2014-07-16T18:08:26Z"
content="""
Are you sure that you have upgraded git-annex on every machine that uses that repository? You could have one old un-upgraded one still causing commits that would of course be visible on the rest.
Also, what version exactly does `git-annex version` show?
"""]]

View file

@ -0,0 +1,22 @@
[[!comment format=mdwn
username="divB"
ip="128.12.90.218"
subject="comment 3"
date="2014-07-15T22:02:41Z"
content="""
Update: You are right. It has nothing to do with the connections. I created a new repository without any sync. Same here:
[2014-07-15 13:53:33 Pacific Daylight Time] main: starting assistant version 5.20140715-g622a376
[2014-07-15 13:53:33 Pacific Daylight Time] Cronner: You should enable consistency checking to protect your data.
(scanning...) [2014-07-15 13:53:38 Pacific Daylight Time] Watcher: Performing startup scan
(started...)
git-annex: <stdin>: hGetLine: invalid argument (Bad file descriptor)
failed
git-annex: assistant: 1 failed
It always takes exactly 10 minutes until it dies (you see is started 13:53:33 and it died at 14:03:33 (=modification of daemon.log).
So this is reproduceable ...
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.2"
subject="comment 4"
date="2014-07-16T18:18:11Z"
content="""
Hmm, there are two places where the assistant happens to hard code a 10 minute time period. But one is 10 minutes from starting to configure a ssh remote in the webapp, not from start. And the other is the watcher's afterLastDaemonRun check, which only happens when a symlink appears in the repository (which shouldn't happen on windows and wouldn't necessarily happen 10 minutes after start).
Fabulous .. I just reproduced the crash!
"""]]