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)
Renew letsencrypt ssl certificate for zimbra 8.8.15
Letsencrypt certs usually consists of these files: 1. cert.pem 2. chain.pem 3. fullchain.pem 4. privkey.pem I am not going to discuss about...
-
Linux bash history with Page up / Page down In linux you can configure the pgup/pgdown keys to navigate through commands you typed that...
-
I've installed latest squid (3.2.0.3) recently from source. I configured it with --with-icmp to enable incoming icmp request. After com...
-
postfix is my MTA of choice. I use it for my mailserver because its simplicity , security and sendmail-compatible (the widely used smtp in...
No comments:
Post a Comment