[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#214666: marked as done (apt-get update dies with "Dynamic MMap ran out of room")



Your message dated Fri, 09 Jul 2010 19:32:13 +0000
with message-id <E1OXJIz-0001Ti-Ox@franck.debian.org>
and subject line Bug#195018: fixed in apt 0.7.26~exp8
has caused the Debian Bug report #195018,
regarding apt-get update dies with "Dynamic MMap ran out of room"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
195018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195018
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.5.4
Severity: critical

When I tried an update of the available packages, apt-get update contacts my 
usual mirrors and downloads the package lists. After that it tried to 
incorporate them in my system. While reading the package lists I got the 
following error messages

 99% [Working]                Reading Package Lists... 0%  Reading Package 
Lists... 0%  Reading Package Lists... 5%  Reading Package Lists... Error! 
E: Dynamic MMap ran out of room
E: Error occured while processing xfonts-bolkhov-cp1251-misc (NewVersion1)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened.

This error messages where repeated everytime I tried to use apt-get.
Tools like apt-cache, aptitude, dselect  and the like produced a coredump 
with SIGSEGV or refused to work properly.

The Kernel is a Linux 2.4.18-386, libc6 ist Version: 2.3.2-7

The whole problem start while I updated cypsys and get the same problem as in 
bug
	#211677: cupsys restart hangs when upgrading testing
I rebootet in Single User Mode and afetr that I startet the network by hand 
(Fritz DSL Card) and tried to repair my system by making an 
	apt-get install --reinstall cupsys
That didn't work because the package lists where to old. I made an update 
with 
	apt-get update 
to get the new package lists to get a newer cupsys. That did not work as 
mentioned above.

I think my package management is FUBAR and would apreciate any help.
The cupsys is deactivated in a similar way as mentioned in the mailing from 
Anthony DeRobertis to Richard Kimber according to bug #211677.

	Thanks a lot

		Arnold J. Fischer



--- End Message ---
--- Begin Message ---
Source: apt
Source-Version: 0.7.26~exp8

We believe that the bug you reported is fixed in the latest version of
apt, which is due to be installed in the Debian FTP archive:

apt-doc_0.7.26~exp8_all.deb
  to main/a/apt/apt-doc_0.7.26~exp8_all.deb
apt-transport-https_0.7.26~exp8_i386.deb
  to main/a/apt/apt-transport-https_0.7.26~exp8_i386.deb
apt-utils_0.7.26~exp8_i386.deb
  to main/a/apt/apt-utils_0.7.26~exp8_i386.deb
apt_0.7.26~exp8.dsc
  to main/a/apt/apt_0.7.26~exp8.dsc
apt_0.7.26~exp8.tar.gz
  to main/a/apt/apt_0.7.26~exp8.tar.gz
apt_0.7.26~exp8_i386.deb
  to main/a/apt/apt_0.7.26~exp8_i386.deb
libapt-pkg-dev_0.7.26~exp8_i386.deb
  to main/a/apt/libapt-pkg-dev_0.7.26~exp8_i386.deb
libapt-pkg-doc_0.7.26~exp8_all.deb
  to main/a/apt/libapt-pkg-doc_0.7.26~exp8_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 195018@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <mvo@debian.org> (supplier of updated apt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 09 Jul 2010 19:16:20 +0200
Source: apt
Binary: apt apt-doc libapt-pkg-dev libapt-pkg-doc apt-utils apt-transport-https
Architecture: source all i386
Version: 0.7.26~exp8
Distribution: experimental
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@debian.org>
Description: 
 apt        - Advanced front-end for dpkg
 apt-doc    - Documentation for APT
 apt-transport-https - APT https transport
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 195018 196021 547724 586904 587725
Changes: 
 apt (0.7.26~exp8) experimental; urgency=low
 .
   [ David Kalnischkies ]
   * cmdline/cacheset.cc:
     - doesn't include it in the library for now as it is too volatile
     - get the candidate either from an already built depcache
       or use the policy which is a bit faster than depcache generation
     - get packages by task^ with FromTask()
     - only print errors if all tries to get a package by string failed
     - factor out code to get a single package FromName()
     - check in Grouped* first without modifier interpretation
   * cmdline/apt-get.cc:
     - use the cachsets in the install commands
     - make the specify order of packages irrelevant (Closes: #196021)
   * apt-pkg/orderlist.cc:
     - untouched packages are never missing
   * apt-pkg/packagemanager.cc:
     - packages that are not touched doesn't need to be unpacked
   * debian/control:
     - remove intltool's dependency as it is an ubuntu artefact
   * apt-pkg/depcache.cc:
     - SetCandidateVer for all pseudo packages
     - SetReInstall for the "all" package of a pseudo package
     - use the new MatchAgainstConfig for the DefaultRootSetFunc
     - always mark the all package if a pseudo package is marked for install
   * apt-pkg/contrib/error.{cc,h}:
     - complete rewrite but use the same API
     - add NOTICE and DEBUG as new types of a message
     - add a simple stack handling to be able to delay error handling
   * apt-pkg/aptconfiguration.cc:
     - show a deprecation notice for APT::Acquire::Translation
   * apt-pkg/contrib/configuration.{cc,h}:
     - add a wrapper to match strings against configurable regex patterns
   * apt-pkg/contrib/fileutl.cc:
     - show notice about ignored file instead of being always silent
     - add a Dir::Ignore-Files-Silently list option to control the notice
   * apt-pkg/policy.h:
     - add another round of const& madness as the previous round accidentally
       NOT overrides the virtual GetCandidateVer() method (Closes: #587725)
   * apt-pkg/pkgcachegen.{cc,h}:
     - make the used MMap moveable (and therefore dynamic resizeable) by
       applying (some) mad pointer magic (Closes: #195018)
 .
   [ Michael Vogt ]
   * apt-pkg/deb/dpkgpm.cc:
     - make the apt/term.log output unbuffered (thanks to Matt Zimmerman)
 .
   [ Julian Andres Klode ]
   * methods/ftp.h:
     - Handle different logins on the same server (Closes: #586904).
   * apt-pkg/deb/deblistparser.cc:
     - Handle architecture wildcards (Closes: #547724).
   * apt-pkg/versionmatch.cc:
     - Support matching pins by regular expressions or glob() like patterns,
       regular expressions have to be put between to slashes; for example,
       /.*/.
   * apt-pkg/contrib/fileutl.cc:
     - Make FileFd replace files atomically in WriteTemp mode (for cache, etc).
   * debian/control:
     - Set Standards-Version to 3.9.0
Checksums-Sha1: 
 207424ef416e2e7b1677977d740db1fe26f5ca0f 1258 apt_0.7.26~exp8.dsc
 68c360723db03e831530e3df6dd561118bd56f7c 2895675 apt_0.7.26~exp8.tar.gz
 2e9c6eb266f9c3b75627e807b9f5e1d70c168948 227556 apt-doc_0.7.26~exp8_all.deb
 d7b8c6014cff2bafb21302568888090a523abef2 643950 libapt-pkg-doc_0.7.26~exp8_all.deb
 834eec767a4b637ddaf557e12faa69d5ccc7fc79 2002612 apt_0.7.26~exp8_i386.deb
 87feb10ff51d5b9f16681a379ad2d76288d8fb31 141462 libapt-pkg-dev_0.7.26~exp8_i386.deb
 6c895a6789bdfc45a338e180c968b27d516f0a50 263972 apt-utils_0.7.26~exp8_i386.deb
 8114640e6d3f38ab0bb5e9c2c97b0e9cd661c273 77188 apt-transport-https_0.7.26~exp8_i386.deb
Checksums-Sha256: 
 8d77270b6f12fa97f211b8e0a23e4369620df9c40cbdbaf57e199b96949a38a7 1258 apt_0.7.26~exp8.dsc
 6a781621cc85589bf9ec35d124b17183f2f53e60ff3e12ba95abd2826c7f5c46 2895675 apt_0.7.26~exp8.tar.gz
 377014503d5ba184767383e2024812f73d1a6dcedb052d80fb4953eb1799ddf8 227556 apt-doc_0.7.26~exp8_all.deb
 ce7518b8d741a27f8a190d48c09bf0a82172d80692bf34a7f442d22108eff976 643950 libapt-pkg-doc_0.7.26~exp8_all.deb
 871fb145f117bcf55aa620d667c9b107b69f72b659931fc2b4ed644b865bbb8b 2002612 apt_0.7.26~exp8_i386.deb
 c5d7628c0a44b10be3455d682f9e29de2ad6f9d7b0780c934c1b7177a8f00d58 141462 libapt-pkg-dev_0.7.26~exp8_i386.deb
 cbe07bda55e58560d7141a146f38df080d422fe5a7659f40add85444951e6151 263972 apt-utils_0.7.26~exp8_i386.deb
 e6f9600d49195367e3edbe8b1089b63f10cb191cac0e64e9ee1ea0e9bf7d6eff 77188 apt-transport-https_0.7.26~exp8_i386.deb
Files: 
 dc48a68f1472c6401ebe9886bc306e79 1258 admin important apt_0.7.26~exp8.dsc
 c30bdc67089eeb56dc06019cb39edf3a 2895675 admin important apt_0.7.26~exp8.tar.gz
 4036fa2f290a65dfc4ebc203745f4069 227556 doc optional apt-doc_0.7.26~exp8_all.deb
 61000af1121a95b8d6d3c8f35868f95a 643950 doc optional libapt-pkg-doc_0.7.26~exp8_all.deb
 4f9c736ec060f309497f1652f0e1be01 2002612 admin important apt_0.7.26~exp8_i386.deb
 5bc70bd11c04d5e8e765c2103db585ea 141462 libdevel optional libapt-pkg-dev_0.7.26~exp8_i386.deb
 30f313b8b8fb8f763fbcf372fb92f823 263972 admin important apt-utils_0.7.26~exp8_i386.deb
 60852897cec4edcbb538276b26ff5aa4 77188 admin optional apt-transport-https_0.7.26~exp8_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkw3ZlcACgkQliSD4VZixzQqYQCfWsP7hI3MgP3UugMTa7/ks4dk
nHQAn2EUz6Ry0A7QCY/PP2lkILmWW64I
=Fyh3
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: