diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-09 18:25:47 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-09 18:25:47 -0400 |
| commit | 60b388a4ca7db4331764db8088205f83ba97d3e0 (patch) | |
| tree | e850cb47ad990b9bb60b9525e4e795ff0424d818 /doc | |
| parent | 386281202d5cb526d1b35022b3709b1f1064f68e (diff) | |
| parent | cc54f9ee2db5754a27f89beeca7f2a467d08d395 (diff) | |
Merge branch 'master' of ssh://propellor.branchable.com
Diffstat (limited to 'doc')
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 + +"""]] |
