Op zondag 18 februari 2007 17:22, schreef Patrick Shanahan: > * Richard Bos <[EMAIL PROTECTED]> [02-18-07 03:42]: > [...] > > > No, I have always used apt, though I looked at smart. But as a long > > time apt user I have not been able to become used to smart. > > Apt(-rpm) obtained a new maintainer and so apt is still alive. It > > supports the repomd repositories, provided by opensuse, very well. > > 11:11 wahoo:~ > rpm -q apt-beta apt-beta-libs > apt-beta-0.5.15lorg3.90-9.1 > apt-beta-libs-0.5.15lorg3.90-9.1 > > E: Dynamic MMap ran out of room > E: Dynamic MMap ran out of room > E: Error occured while processing libinstrudeo (NewVersion1) > E: Problem with MergeList > /var/lib/apt/lists/ftp4.gwdg.de_pub_linux_suse_apt_SuSE_10.1-x86%5f64_base_ >pkglist.suser-guru E: The package lists or status file could not be parsed > or opened. > > running "rpm --rebuildb" atm, but I suspect that the Package file is > too large: > ls -la /var/lib/rpm/Packages > -rw-r--r-- 1 root root 62304256 2007-02-18 10:46 Packages
No you're running out cache ;) Next time, you have to google 1st ;) http://rwxii.bitblaster.com/k/11-1-1-031211102449/permlink.hptb ...and the answer is: Put this in /etc/apt/apt.conf and the problem goes away, at least it did for me today: APT::Cache-Limit 12582912; ps: I have no idea to which value you have to set cache-limit. I found to values for the limit. One is 8 and the other is 12MB. -- Richard Bos Without a home the journey is endless -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
