diff options
2 files changed, 23 insertions, 0 deletions
diff --git a/doc/forum/Why_downloading_package_list_from_hackage.haskell.org__63__.mdwn b/doc/forum/Why_downloading_package_list_from_hackage.haskell.org__63__.mdwn new file mode 100644 index 00000000..1ff79c55 --- /dev/null +++ b/doc/forum/Why_downloading_package_list_from_hackage.haskell.org__63__.mdwn @@ -0,0 +1,13 @@ +When running + + propellor --spin newhost + +I get (after installing gnupg, ghc, libghc-*, make) + + .... + Downloading the latest package list from hackage.haskell.org + Killed + Killed + Killed + +maybe there is not enough memory, or propellor has a kind of timeout somewhere (newhost is a slow arm router), but I don't understand why propellor (cabal) needs this package list. diff --git a/doc/forum/Why_downloading_package_list_from_hackage.haskell.org__63__/comment_1_53e13a037e2913699eb2bdd0d032a745._comment b/doc/forum/Why_downloading_package_list_from_hackage.haskell.org__63__/comment_1_53e13a037e2913699eb2bdd0d032a745._comment new file mode 100644 index 00000000..22663bbb --- /dev/null +++ b/doc/forum/Why_downloading_package_list_from_hackage.haskell.org__63__/comment_1_53e13a037e2913699eb2bdd0d032a745._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="gueux" + subject="comment 1" + date="2015-09-08T16:15:17Z" + content=""" +looking at newhost logs, I found: + + Sep 8 18:02:44 newhost kernel: Out of memory: Kill process 31874 (cabal) score 824 or sacrifice child + +"""]] |
