キルン0.4.0問題VB(NixOS)
-
-
申し訳ありませんが、 `backing`タグは実際には`baking`である必要がありますか?質問は1つだけです.Sorry to ask, should the `backing` tag be actually `baking`? It contains only one question.
- 1
- 2019-02-02
- mico
-
ビルドが失敗したため、バイナリが存在できないため、「そのようなファイルまたはディレクトリはありません」は明確です."No such file or directory" is clear because the build failed and therefore the binary cannot be there.
- 1
- 2019-02-02
- jdsika
-
nixキャッシュを設定しましたか? https://gitlab.com/obsidian.systems/tezos-baking-platform/blob/develop/README.mdDid you setup the nix cache? https://gitlab.com/obsidian.systems/tezos-baking-platform/blob/develop/README.md
- 1
- 2019-02-02
- jdsika
-
`error:build of '/nix/store/x5b7bcd0vngbn1z5dhpmb6kcndac8wf1-cabal2nix-obelisk-generated-static.drv'failed`の前後のログをもっと提供していただけますか?Can you please provide more of the logs from before and after `error: build of '/nix/store/x5b7bcd0vngbn1z5dhpmb6kcndac8wf1-cabal2nix-obelisk-generated-static.drv' failed`?
- 1
- 2019-02-04
- mikereinhart
-
私が見たビルドの失敗の最も一般的な原因は、メモリ不足が原因です.静的ビルドステップの一部には、非常に大量のメモリが必要です.The most common cause of failed builds I've seen is due to running out of memory. Part of the static build step requires a really large amount of memory.
- 1
- 2019-02-04
- Elliot Cameron
-
完全なエラーログを追加しました.THXAdded the complete error log. thx
- 0
- 2019-02-04
- Blindripper
-
@ElliotCameron私は確かに以前にメモリの問題を抱えていました.「echo1>/proc/sys/vm/overcommit_memory」で解決できます.ですから、実際の問題は記憶に関係しているとは思いません.@ElliotCameron i had indeed a memory problem before. I could solve it with "echo 1 > /proc/sys/vm/overcommit_memory". So i don't think that the actual problem has to do with the memory.
- 0
- 2019-02-04
- Blindripper
-
@Blindripperその通りです.これはメモリの問題ではありません.構築しようとしているコミットのハッシュを含めることができますか?@Blindripper You're right. This is not a memory issue. Can you include the hash of the commit you're trying to build?
- 1
- 2019-02-04
- Elliot Cameron
-
トムが指摘するように、私は実際にあなたのログを読み間違えました.I misread your logs actually as Tom points out.
- 0
- 2019-02-05
- Elliot Cameron
-
1 回答
- 投票
-
- 2019-02-05
ログのこの行は、VMのメモリが不足していることを示しています.ゲストに割り当てられたメモリを増やして、それで問題が解決するかどうかを確認してください.
This line of your log suggests that your VM is out of memory. Could you try raising the allocated memory for your guest and see if that fixes it?
-
後世のために、行は「ghc:内部エラー:1048576バイトのメモリをコミットできません」です.For posterity, the line is `ghc: internal error: Unable to commit 1048576 bytes of memory`
- 0
- 2019-02-05
- Elliot Cameron
-
Thxは今夜それを試し、フィードバックを提供します.「echo1>/proc/sys/vm/overcommit_memory」はすべてのMemの問題を解消すると思いましたが、マシンの一般的なメモリを増やしてみます.Thx will try it this evening and will give feedback. I thought "echo 1 > /proc/sys/vm/overcommit_memory" would vanish all Mem problems but i will try to raise the general memory of the machine.
- 0
- 2019-02-05
- Blindripper
-
Thxみんな今それは動作します:-)それは記憶でした.それを4GBに上げました(2GBから).Thx guys it works now :-) It was the memory. Raised it to 4GB (from 2GB).
- 0
- 2019-02-05
- Blindripper
VirtualBox NixOS(ホストWindows 10)でKiln0.4.0を実行しようとしています.
NixOS(VirtualBoxアプライアンス) https://nixos.org/nixos/download.html
実行後:
ln -sf $(nix-build tezos-bake-central -A exe --no-out-link)/* app/
すべてが実行されます(約10〜15分) そして、次のエラーが発生します:
error: build of '/nix/store/x5b7bcd0vngbn1z5dhpmb6kcndac8wf1-cabal2nix-obelisk-generated-static.drv' failed
実行しようとしました(「アプリ」にCDを挿入した後):
./backend --network mainnet
しかし、エラーが発生しました:
-bash: ./backend: No such file or directory
[完全なエラーログ] https://github.com/Blindripper/Docs/blob/master/kiln%200.4.0.%20NixOs%20Error.txt
コミットハッシュ: fa8be8dea50689697bbf456109a15e74e7f5981f