Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
657f9b98cb
3 changed files with 26 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="64.134.31.139"
|
||||
subject="comment 1"
|
||||
date="2013-10-22T17:52:10Z"
|
||||
content="""
|
||||
That version of the haskell uuid library installs ok on my Debian sid system. Seems to me you have a too old version of the haskell bytestring library, which added `fromStrict` in version 0.10.0.0. Probably `cabal install bytestring` will fix it up for you, but building git-annex from source using cabal is a complicated thing that can go wrong in many ways. Have you considered one of the prebuilt binaries?
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="64.134.31.139"
|
||||
subject="comment 1"
|
||||
date="2013-10-22T17:57:27Z"
|
||||
content="""
|
||||
I don't really understand the problem you're describing. Is the problem with it uploading the files it's added to another remote? Does it sit there saying \"syncing with $remote\" forever? Or what?
|
||||
|
||||
As to the webapp speed problem, it seems likely to me this is not related to CPU speed or load. It sounds rather like a DNS timeout problem, or an ipv6 to ipv4 fallback problem. Although since the URL to the webapp is http://127.0.0.1, it can't really be either of those..
|
||||
"""]]
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="RaspberryPie"
|
||||
ip="37.130.227.133"
|
||||
subject="comment 24"
|
||||
date="2013-10-22T17:55:32Z"
|
||||
content="""
|
||||
I fixed the error by installing a newer version of cryptohash. Thanks for pointing out the culprit.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue