Recently after upgrading wine and a few other packages, apt-get threw errors like these:
Reading package lists... Error!
E: Dynamic MMap ran out of room
E: Error occurred while processing libedataserverui1.2-6 (NewFileVer1)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened.
I also could not use apt-cache and it threw the same error messages. The solution is just one-liner:
APT::Cache-Limit 12582912;
put that line in /etc/apt/apt.conf . It solved the problem at least for me. :-)
If it still hasn't solved the problem, try increasing the cache-limit value.
Subscribe to:
Post Comments (Atom)
Nvidia new hotplug feature on Linux
If you use nvidia driver for your GPU, you probably wonder why in some config, you can't hotplug your second monitor. You need to reboo...
-
queuegraph is a very simple mail statistics RRDtool frontend for Postfix that produces daily, weekly, monthly and yearly graphs of Postfix...
-
postfix is my MTA of choice. I use it for my mailserver because its simplicity , security and sendmail-compatible (the widely used smtp in...
-
Recently, my server's only hard disk was almost full. I bought a new hard disk with bigger size and I decided to just add it as a second...
No comments:
Post a Comment