PDA

View Full Version : apt get errors after hdd install



god
03-06-2003, 05:57 AM
- on "apt-get update":
"Reading Package Lists... Error!
E: Dynamic MMap ran out of room
E: Error occured while processing libxaw6-dbg (NewVersion1)
E: Problem with MergeList /var/lib/apt/lists/people.debian.org_%7ebranden_sid_i386_Packages
E: The package lists or status file could not be parsed or opened."



solution


try
adding the following directive to /etc/apt/apt.conf:

APT {
Cache-Limit "12582915";
};