Your message dated Sat, 17 Feb 2001 18:32:33 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#86413: apt: status file corrupts, fix undocumented!
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 Feb 2001 22:18:48 +0000
>From [EMAIL PROTECTED] Sat Feb 17 16:18:48 2001
Return-path: <[EMAIL PROTECTED]>
Received: from (ren.scso.com) [::ffff:213.57.99.61]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 14UFgi-0000zZ-00; Sat, 17 Feb 2001 16:18:46 -0600
Received: (qmail 2590 invoked by uid 1000); 17 Feb 2001 22:18:35 -0000
Date: 17 Feb 2001 22:18:35 -0000
Message-ID: <[EMAIL PROTECTED]>
From: Ira Abramov <[EMAIL PROTECTED]>
Subject: apt: status file corrupts, fix undocumented!
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.9
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.3.19
Severity: important
any apt action yields:
Reading Package Lists... Error!
E: Dynamic MMap ran out of room
E: Error occured while processing xlibs-dev (NewVersion1)
E: Problem with MergeList /var/lib/dpkg/status
E: Unable to write mmap - msync (14 Bad address)
E: The package lists or status file could not be parsed or opened.
search on the web finds two such questions that remained unanswered on public
lists... sorry I have no more leads myself. could this be some broken library
from this week's Sid? this broke about 3-4 days ago.
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux ren 2.4.1 #1 SMP Tue Feb 13 17:15:18 IST 2001 i686 unknown
Versions of the packages apt depends on:
ii libc6 2.2.1-3 GNU C Library: Shared libraries and Timezone
ii libstdc++2.10 2.95.2-14 The GNU stdc++ library
---------------------------------------
Received: (at 86413-done) by bugs.debian.org; 18 Feb 2001 01:32:35 +0000
>From [EMAIL PROTECTED] Sat Feb 17 19:32:35 2001
Return-path: <[EMAIL PROTECTED]>
Received: from ike-ext.ab.videon.ca [::ffff:206.75.216.35]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 14UIiJ-00055R-00; Sat, 17 Feb 2001 19:32:35 -0600
Received: (qmail 28409 invoked from network); 18 Feb 2001 01:32:34 -0000
Received: from unknown (HELO wakko.deltatee.com) ([24.108.173.63])
(envelope-sender <[EMAIL PROTECTED]>)
by ike-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 18 Feb 2001 01:32:34 -0000
Received: from localhost
([127.0.0.1] helo=wakko.deltatee.com ident=jgg)
by wakko.deltatee.com with smtp (Exim 3.16 #1 (Debian))
id 14UIiI-0000Yr-00; Sat, 17 Feb 2001 18:32:34 -0700
Date: Sat, 17 Feb 2001 18:32:33 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Ira Abramov <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#86413: apt: status file corrupts, fix undocumented!
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
On 17 Feb 2001, Ira Abramov wrote:
> Reading Package Lists... Error!
> E: Dynamic MMap ran out of room
> E: Error occured while processing xlibs-dev (NewVersion1)
> E: Problem with MergeList /var/lib/dpkg/status
> E: Unable to write mmap - msync (14 Bad address)
> E: The package lists or status file could not be parsed or opened.
> search on the web finds two such questions that remained unanswered on public
> lists... sorry I have no more leads myself. could this be some broken library
> from this week's Sid? this broke about 3-4 days ago.
The problem the last person who reported this had was some kind of weird
config file. Assuming that is not your problem you may want to try
rm /var/cache/apt/*.bin
Jason