Created
April 20, 2012 06:43
-
-
Save maiha/2426632 to your computer and use it in GitHub Desktop.
APT-Cache-Limit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # aptitude update | |
| ... | |
| パッケージリストを読み込んでいます... エラー! | |
| E: 動的 MMap が範囲を越えました。APT::Cache-Limit の大きさを増やしてください。現在値は 25165824 です (man 5 apt.conf を参照)。 | |
| E: yate-scripts を処理中にエラーが発生しました (NewVersion1) | |
| E: Problem with MergeList /var/lib/apt/lists/jp.archive.ubuntu.com_ubuntu_dists_maverick_universe_binary-amd64_Packages | |
| W: Unable to munmap | |
| E: パッケージリストまたはステータスファイルを解釈またはオープンすることができません。 | |
| # vi /etc/apt/apt.conf.d/70debconf | |
| APT::Cache-Limit "100000000"; | |
| # aptitude update | |
| ... | |
| パッケージリストを読み込んでいます... 完了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment