Results 1 to 5 of 5
Trying to use apt-get to install netatalk, I get the following:
Code:
G3:/var/log# apt-get install netatalk
Reading Package Lists... Error!
E: Dynamic MMap ran out of room
E: Error occured ...
- 08-10-2005 #1Just Joined!
- Join Date
- Jul 2005
- Location
- Omaha, NE
- Posts
- 8
apt problems
Trying to use apt-get to install netatalk, I get the following:
This all started right after I ran apt-setup to have it look at http sources (it worked fine using just the CDROMs). Easy fix for this?Code:G3:/var/log# apt-get install netatalk Reading Package Lists... Error! E: Dynamic MMap ran out of room E: Error occured while processing python2.2-libxml2 (NewVersion1) E: Problem with MergeList /var/lib/apt/lists/ftp.us.debian.org_debian_dists_stable_main_binary-powerpc_Packages E: The package lists or status file could not be parsed or opened.
Thankin' ya...
[/code]
- 08-10-2005 #2
it is because you are not allowing enough cache for apt. Try adding
toCode:APT::Cache-Limit "8388608";
or make your /etc/apt/sources.list smallerCode:/etc/apt/apt.conf
Brilliant Mediocrity - Making Failure Look Good
- 08-10-2005 #3Just Joined!
- Join Date
- Jul 2005
- Location
- Omaha, NE
- Posts
- 8
I don't have a /etc/apt/apt.conf file. Is it okay to create one?
Originally Posted by Vergil83
- 08-10-2005 #4Banned
- Join Date
- Nov 2004
- Location
- Belgium
- Posts
- 1,121
try /etc/apt/apt.conf.d/xxx (obviously replace xxx)
- 08-12-2005 #5Just Joined!
- Join Date
- Jul 2005
- Location
- Omaha, NE
- Posts
- 8
That did the trick, thank you very much!


Reply With Quote
