[linux-l] kernels, lilo und ide

Soeren Sonnenburg linux at nn7.de
Mo Jan 19 17:10:04 CET 2004


On Fri, 2004-01-16 at 13:25, Volker Mueller wrote:
> Am Thu, 15 Jan 2004 18:46:11 +0000 (UTC) schrieb Soeren Sonnenburg: 
> > On Thu, 2004-01-15 at 17:42, Jan-Benedict Glaw wrote:
> >> On Thu, 2004-01-15 16:32:23 +0000, Volker Mueller <ml-belug at epigenomics.de>
> >> wrote in message <news2mail-slrnc0dg4n.sbh.volker at boyer.epigenomics.epi>:
> >> > Am Thu, 15 Jan 2004 16:30:58 +0000 (UTC) schrieb Volker Mueller: 
> >> > > Am Thu, 15 Jan 2004 16:02:44 +0000 (UTC) schrieb "Peter Becker": 
> >> > Fetched 2961kB in 6m39s (7410B/s)                                              
> >> > Reading Package Lists... Error!
> >> > E: Dynamic MMap ran out of room
> >> > E: Error occured while processing solarwolf (NewVersion1)
> >> > E: Problem with MergeList
> >> > /var/lib/apt/lists/mirror.vr.in-berlin.\
> >> > 	de_pub_debian_dists_unstable_main_binary-i386_Packages
> >> > E: The package lists or status file could not be parsed or opened.
> >> 
> >> Ist wohl ein Bug in apt. Ab Version 0.5.5 soll's behoben sein...
> > 
> > in /etc/apt/apt.conf einfach ein groesseres cache limit setzen
> > (statischischer mist :-( ) d.h. zB.
> > 
> > Cache-Limit "104857600";
> 
> /etc/apt/apt.conf gibt's bei mir nicht.
> man apt.conf sagt mir nichts, was irgendwas mit"Limit" heisst, wie ich
> diesen Parameter einzustellen habe und in /etc/apt/apt.conf.d/70debconf
> so eingetragen, wie er oben steht, hilft er auch nichts.
> 
> Hilfe?

err sorry, mein file ist etwas komplexer. fuer einen einzeiler musst du
dann 
APT::Cache-Limit 12582912;
schreiben

hier sieht es so aus:

/etc/apt/apt.conf
APT 
{
  Architecture "powerpc";
  
  // Options for apt-get
  Get 
  {
     Download-Only "false";
     Simulate "false";
     Assume-Yes "false";
     Force-Yes "false";             // I would never set this.
     Fix-Broken "false";  
     Fix-Missing "false";     
     Show-Upgraded "false";
     Upgrade "true";
     Print-URIs "false";
     Compile "false";
     Download "true";
     Purge "false";
     List-Cleanup "true";
     ReInstall "false";
     Trivial-Only "false";
     Remove "true";
  };

  Cache 
  {
     Important "false";
     AllVersions "false";
     GivenOnly "false";
     RecruseDepends "false";
  };

  CDROM 
  {
     Rename "false";
     NoMount "false";
     Fast "false";
     NoAct "false";
  };

  // Some general options
  Ignore-Hold "false";
  Clean-Installed "true";
  Immediate-Configure "true";      // DO NOT turn this off, see the man page
  Force-LoopBreak "false";         // DO NOT turn this on, see the man page
  Cache-Limit "104857600";
};

Soeren




Mehr Informationen über die Mailingliste linux-l