nlko
nlko
+1 :)
Hello, Sorry for the late reply. Thank you for your explanation, I was able to format the protobuf message. Unfortunately the import fails because the key has the wrong format...
In my case I was missing elm-oracle package. Using node v7.9.0 (`nvm use v7.9.0`), i did `npm -g install elm-oracle`
Hello, I don't have the necessary knowledge to analyse this PR but since I'm the author of #7183, my question is : will it be possible to use this command...
I prior checked with that the daemon isn't running with ps and grep. ``` $ ipfs files ls / Error: could not build arguments for function "reflect".makeFuncStub (/usr/lib/go/src/reflect/asm_amd64.s:12): failed to...
It complains the `QmeXwawbVyYrFh6ZjjjbBzzY8gZAcnt7UfLyY2ZhG6MkYQ` block is missing. If I understand well it is looking for a file name `L6/CIQPBH3WIZMW4EJVPZ4DDBCASE7JMK6F4RPT3BAYO2TEQPBIO4XBL6I.data` which is missing in the filesystem. Is it possible that somehow...
When it complained that the disk was full (during an `ipfs add`) I manually ran the gc. Then I restarted the daemon because the `ipfs add` was still failing (event...
I wrote a piece of code that looks for the biggest tree in the repo. With it I finally found a DAG tree with 75GB. The content of the DAG...
@hsanjuan thanks for the tool I compiled and it works. I was able to set the root mfs cid and retrieve the files but it required the repo to be...
@hsn10 I think if we need to reset the mfs to an empty one we will be able to do so using the @hsanjuan tool : ``` mfs-replace-root QmUNLLsPACCz1vLxQVkXqqLX5R1X345qqfHbsf67hvA3Nn ```...