szybki problem z apt - czyli dwa rodzaje debiana jednoczesnie
Przyszło mi musieć posiadać dwa rodzaje pakietów na jednym systemie - ze stabilnego etcha i lenny’ego. Sprawa wydaje się banalna - wpis w /etc/sources.list
deb http://ftp.pl.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.pl.debian.org/debian/ lenny main non-free contrib
oraz w apt.conf
APT::Default-Release “stable”;
Po ty wystarczy dać aptitude update… żeby otrzymać to:
E: Dynamic MMap ran out of room
E: Error occurred while processing vdr-plugin-streamdev-client (NewVersion1)
E: Problem with MergeList /var/lib/apt/lists/ftp.pl.debian.org_debian_dists_lenny_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
E: Couldn’t rebuild package cache
E: Error occurred while processing vdr-plugin-streamdev-client (NewVersion1)
E: Problem with MergeList /var/lib/apt/lists/ftp.pl.debian.org_debian_dists_lenny_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
E: Couldn’t rebuild package cache
A wystarczy w /etc/apt/apt.conf dodać np.
APT::Cache-Limit “16777216″;
i już działa ![]()