On Mon, Jun 02, 2003 at 05:00:48PM +0200, VEGH Karoly wrote: > On Mon, Jun 02, 2003 at 05:00:57PM +0200, Rob Mahurin wrote: > > 10:43 $ sudo apt-get -u upgrade > > Reading Package Lists... Error! > > E: Dynamic MMap ran out of room > > E: Error occured while processing escputil (NewFileVer1) > > E: Problem with MergeList /var/lib/dpkg/status > > E: The package lists or status file could not be parsed or opened. > > AFAIK apt has a default that limits his memory usage. > fix for the problem: > > [EMAIL PROTECTED]:~$ cat /etc/apt/apt.conf.d/charlie > APT::Cache-Limit 8192000; > [EMAIL PROTECTED]:~$ > > (the filename can be just anything)
The filename should really just be "/etc/apt/apt.conf" - the .d directory is primarily there to make it easier to package related software like apt-listchanges, not so much for administrators' local changes. Cheers, -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]