Hi: I am trying to set up apt so I can pull over testing and unstable debs as well as stables ones.
I followed the advice in the APT-HOWTO and get these errors while trying to update.... Reading Package Lists... Error! E: Dynamic MMap ran out of room E: Error occured while processing squidguard (NewVersion2) E: Problem with MergeList /var/lib/apt/lists/http.us.debian.org_debian_dists_unstable_main_binary-i386_Packages E: The package lists or status file could not be parsed or opened. Below I have included my apt.conf and sources.list Note ** I commented out the testing and unstable lines to get rid of the errors but then am unable to get the testing or unstable debs TIA Brian apt.conf EULER:/etc/apt# cat apt.conf APT::Default-Release "woody"; // Pre-configure all packages with debconf before they are installed. // If you don't like it, comment it out. DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";}; sources.list # Stable US and non-US debs deb http://http.us.debian.org/debian stable main contrib non-free deb ftp://non-us.debian.org/debian-non-US stable non-US/main deb ftp://non-us.debian.org/debian-non-US stable non-US/non-free deb ftp://non-us.debian.org/debian-non-US stable non-US/contrib # Un-Stable US and non-US source files deb-src http://http.us.debian.org/debian unstable main contrib non-free deb-src ftp://non-us.debian.org/debian-non-US stable non-US/main deb-src ftp://non-us.debian.org/debian-non-US stable non-US/non-free deb-src ftp://non-us.debian.org/debian-non-US stable non-US/contrib # Local source pool for packages I maintian deb-src file:/usr/local/src debs/ # Security updates deb http://security.debian.org/ stable/updates main contrib non-free # Testing lines for pinning #deb http://http.us.debian.org/debian testing main contrib non-free #deb ftp://non-us.debian.org/debian-non-US testing non-US/main #deb ftp://non-us.debian.org/debian-non-US testing non-US/non-free #deb ftp://non-us.debian.org/debian-non-US testing non-US/contrib # Unstable lines for pinning #deb http://http.us.debian.org/debian unstable main contrib non-free #deb ftp://non-us.debian.org/debian-non-US unstable non-US/main #deb ftp://non-us.debian.org/debian-non-US unstable non-US/non-free #deb ftp://non-us.debian.org/debian-non-US unstable non-US/contrib -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]