Your message dated Thu, 22 Nov 2001 11:47:33 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#120638: Not db3's fault
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.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 22 Nov 2001 15:27:51 +0000
>From [EMAIL PROTECTED] Thu Nov 22 09:27:51 2001
Return-path: <[EMAIL PROTECTED]>
Received: from cpe-203-45-106-209.nsw.bigpond.net.au
(colin.sharedtech.dyndns.org) [203.45.106.209]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 166vlW-00079d-00; Thu, 22 Nov 2001 09:27:51 -0600
Received: from field.medicine.adelaide.edu.au (localhost [127.0.0.1])
by colin.sharedtech.dyndns.org (Postfix) with ESMTP id 015912F0AE
for <[EMAIL PROTECTED]>; Fri, 23 Nov 2001 02:26:24 +1100 (EST)
X-Mailer: exmh version 2.3.1 01/18/2001 (debian 2.3.1-1) with nmh-1.0.4+dev
To: [EMAIL PROTECTED]
Subject: apt depends on libdb2 but libdb3 is installed
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Fri, 23 Nov 2001 02:26:23 +1100
Sender: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: apt Version: 0.5.4
Severity: critical
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux kneebone 2.4.13 #5 Fri Nov 16 18:49:53 EST 2001 i686
unknown
Versions of the packages apt depends on:
ii libc6 2.2.4-6 GNU C Library: Shared libraries and Timezone
ii libstdc++2.10- 2.95.4-0.01100 The GNU stdc++ library
I get this error on almost all apt-get operations:
# apt-get check
Reading Package Lists... Error!
E: Dynamic MMap ran out of room
E: Error occured while processing dvi2ps (NewFileVer1)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened.
I surmise that this error is related to a change to libdb3 due to a recent
upgrade.
I note that one can't build apt in a system with libdb3-dev installed, due to
conflict.
This error seriously compromises one's system :)
Thanks,
Colin.
---------------------------------------
Received: (at 120638-done) by bugs.debian.org; 22 Nov 2001 18:47:39 +0000
>From [EMAIL PROTECTED] Thu Nov 22 12:47:39 2001
Return-path: <[EMAIL PROTECTED]>
Received: from crack-ext.ab.videon.ca [206.75.216.33]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 166yst-0000n3-00; Thu, 22 Nov 2001 12:47:39 -0600
Received: (qmail 25292 invoked from network); 22 Nov 2001 18:47:38 -0000
Received: from unknown (HELO wakko.deltatee.com) ([24.82.81.190])
(envelope-sender <[EMAIL PROTECTED]>)
by crack-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 22 Nov 2001 18:47:38 -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 166ysn-0007Fp-00; Thu, 22 Nov 2001 11:47:33 -0700
Date: Thu, 22 Nov 2001 11:47:33 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
Reply-To: Jason Gunthorpe <[EMAIL PROTECTED]>
To: Matthew Wilcox <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: [EMAIL PROTECTED],
APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#120638: Not db3's fault
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 Thu, 22 Nov 2001, Matthew Wilcox wrote:
> i can't see how this can possibly be db3's fault.
It isn't. That error means you exceeded the pre-allocated 6 meg storage
structure - ie you have more packages than is reasonable to imagine (or
you are using a really old APT that had a much smaller size, upgrade)..
Fortunately it's just a configuration option:
Cache-Limit
APT uses a fixed size memory mapped cache file to
store the 'available' information. This sets the
size of that cache.
Jason