Your message dated Thu, 11 Nov 1999 16:40:20 -0700 (MST) with message-id <[EMAIL PROTECTED]> and subject line Fixed Bugs has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Darren Benham (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 17 Oct 1999 13:13:43 +0000 Received: (qmail 29754 invoked from network); 17 Oct 1999 13:13:42 -0000 Received: from oboe.it.uc3m.es ([EMAIL PROTECTED]) by master.debian.org with SMTP; 17 Oct 1999 13:13:42 -0000 Received: (from [EMAIL PROTECTED]) by oboe.it.uc3m.es (8.7.5/8.6.9) id PAA29960; Sun, 17 Oct 1999 15:13:43 +0200 From: "Peter T. Breuer" <[EMAIL PROTECTED]> Message-Id: <[EMAIL PROTECTED]> Subject: apt-get runs out of room with plenty of room .. To: [EMAIL PROTECTED] Date: Sun, 17 Oct 1999 15:13:43 +0200 (MET DST) Cc: [EMAIL PROTECTED] (Peter T. Breuer) X-Anonymously-To: Reply-To: [EMAIL PROTECTED] X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Package: apt Version: 0.3.13 At least the error message should give me more of a clue! "Dynamic MMap ran out of room" indeed! Here with 64M available in /tmp (which is /var) and about the same RAM: % sudo apt-get update ... Hit http://http.us.debian.org unstable/non-free Sources Ign http://http.us.debian.org unstable/non-free Release Hit ftp://sunsite.rediris.es stable/main Release Hit ftp://sunsite.rediris.es stable/contrib Packages Hit ftp://sunsite.rediris.es stable/contrib Release Hit ftp://sunsite.rediris.es stable/non-free Packages Hit ftp://sunsite.rediris.es stable/non-free Release Hit http://http.us.debian.org stable/main Packages Hit http://http.us.debian.org stable/main Release Hit http://http.us.debian.org stable/contrib Packages Hit http://http.us.debian.org stable/contrib Release Hit http://http.us.debian.org stable/non-free Packages Hit http://http.us.debian.org stable/non-free Release Reading Package Lists... Error! E: Dynamic MMap ran out of room E: Error occured while processing libgtk1.2 (NewVersion1) E: Problem with MergeList /var/lib/dpkg/status E: msync E: The package lists or status file could not be parsed or opened. lm001:/var/cache/apt/archives% lm001:/var/cache/apt/archives% df Filesystem 1k-blocks Used Available Use% Mounted on /dev/hdb5 50717 27147 20951 56% / /dev/hdb11 136227 63525 65667 49% /var /dev/hdb7 511259 476421 8430 98% /usr /dev/hdb8 257598 148660 95634 61% /usr/share /dev/hdb10 50717 38410 9688 80% /spare lm001:/var/cache/apt/archives% free total used free shared buffers cached Mem: 63404 60400 3004 18060 15496 30388 -/+ buffers/cache: 14516 48888 Swap: 84668 6080 78588 lm001:/var/cache/apt/archives% uname -a Linux lm001.lab.it.uc3m.es 2.2.10 #1 Wed Oct 6 06:37:25 MET DST 1999 i586 unknown There are some nfs errors in dmesg, but nothing else. No oops in particular. The strace shows the errror around here ... read(8, "e70da573cd2908c11d\nDescription: "..., 32447) = 32447 gettimeofday({940165372, 136762}, NULL) = 0 read(8, "stalled-Size: 145\nMaintainer: Ja"..., 32690) = 32690 gettimeofday({940165372, 148863}, NULL) = 0 gettimeofday({940165372, 160855}, NULL) = 0 read(8, "libc6 (>= 2.1), libjpeg62, libst"..., 32601) = 32601 gettimeofday({940165372, 172832}, NULL) = 0 close(8) = 0 msync(0x40202000, 2102064, MS_SYNC) = -1 EFAULT (Bad address) munmap(0x40202000, 2097152) = 0 ftruncate(7, 2102064) = 0 close(7) = 0 close(6) = 0 ) = 33g Package Lists... Error!ts... Error!"..., 33 write(1, "\n", 1 --------------------------------------- Received: (at 47648-done) by bugs.debian.org; 11 Nov 1999 23:40:34 +0000 Received: (qmail 22477 invoked from network); 11 Nov 1999 23:40:33 -0000 Received: from crash.ab.videon.ca ([EMAIL PROTECTED]) by master.debian.org with SMTP; 11 Nov 1999 23:40:33 -0000 Received: from wakko.deltatee.com ([EMAIL PROTECTED] [24.108.53.97]) by crash.ab.videon.ca (8.9.2/8.9.2) with ESMTP id QAA06526; Thu, 11 Nov 1999 16:40:21 -0700 (MST) Received: from localhost (wakko.deltatee.com) [127.0.0.1] (jgg) by wakko.deltatee.com with smtp (Exim 2.11 #1) id 11m3pE-0003ND-00 (Debian); Thu, 11 Nov 1999 16:40:20 -0700 Date: Thu, 11 Nov 1999 16:40:20 -0700 (MST) From: Jason Gunthorpe <[EMAIL PROTECTED]> X-Sender: [EMAIL PROTECTED] To: Deity Creation Team <[EMAIL PROTECTED]> Subject: Fixed Bugs Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII These bugs are fixed in the latest APT upload to unstable, 0.3.14: apt (0.3.14) unstable; urgency=low * Fix Perl or group pre-depends thing Closes: #46091, #46096, #46233, #45901 * Fix handling of dpkg's conversions from < -> <= Closes: #46094, #47088 * Make unparsable priorities non-fatal Closes: #46266, #46267, #46293, #46298 * Fix handling of '/' for the dist name. Closes: #43830, #45640, #45692 * Fixed 'Method gave a blank filename' error from IMS queries onto CDs. Closes: #45034, #45695, #46537 * Made OR group handling in the problem resolver more elaborate. Closes: #45646 * Added APT::Clean-Installed option. Closes: #45973 * Moves the free space check to after the calculated size is printed. Closes: #46639, #47498 * mipsel arch Closes: #47614 * Beautified URI printing to not include passwords Closes: #46857 * Fixed little problem with --no-download Closes: #47557 * Tweaked Dselect 'update' script to re-gen the avail file even in the event of a failure Closes: #47112 * Retries for source archives too Closes: #47529 * Unmounts CDROMs iff it mounted them Closes: #45299 * Checks for the partial directories before doing downloads Closes: #47392 * no_proxy environment variable (http only!) Closes: #43476 * apt-cache showsrc Closes: #45799 * De-Refs Single Pure virtual packages. Closes: #42437, #43555 * Regexs for install. Closes: #35304, #38835 * Dependency reports now show OR group relations * Re-Install feature. Cloes: #46961, #37393, #38919 * Locks archive directory on clean (woops) * Remove is not 'sticky'. Closes: #48392 * Slightly more accurate 'can not find package' message. Closes: #48311 * --trivial-only and --no-remove. Closes: #48518 * Increased the cache size. Closes: #47648 * Comment woopsie. Closes: #48789 * Removes existing links when linking sources. Closes: #48775 * Problem resolver does not install all virtual packages. Closes: #48591, #49252 * Clearer usage message about 'source' Closes: #48858 * Immediate configure internal error Closes: #49062, #48884 -- Ben Gertzfield <[EMAIL PROTECTED]> Sun, 7 Nov 1999 20:21:25 -0800

