Your message dated Sat, 14 Sep 2002 16:30:57 -0600 (MDT)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#160891: dselect: Whatever you changed broke the ability to
process large sources.lists
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; 14 Sep 2002 16:01:38 +0000
>From [EMAIL PROTECTED] Sat Sep 14 11:01:38 2002
Return-path: <[EMAIL PROTECTED]>
Received: from 208-186-55-240.nrp3feld.roc.ny.frontiernet.net
(phoenix.overdue.ddts.net) [208.186.55.240] (postfix)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17qFMY-00064u-00; Sat, 14 Sep 2002 11:01:38 -0500
Received: by phoenix.overdue.ddts.net (Postfix, from userid 1002)
id 719A873045; Sat, 14 Sep 2002 16:01:27 +0000 (UTC)
From: Lazarus Long <[EMAIL PROTECTED]>
Subject: dselect: Whatever you changed broke the ability to process large
sources.lists
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.10.1
Message-Id: <[EMAIL PROTECTED]>
Date: Sat, 14 Sep 2002 16:01:27 +0000 (UTC)
Delivered-To: [EMAIL PROTECTED]
Package: dselect
Version: 1.10.8
Severity: important
I have to comment out the sarge line in /etc/apt/sources.list in order
to complete processing of the command "dselect update", otherwise I get
the error below.
Fetched 2068kB in 32s (63.6kB/s)
Reading Package Lists... Error!
E: Dynamic MMap ran out of room
E: Error occured while processing libccrtp1 (NewPackage)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened.
update available list script returned error exit status 1.
Press <enter> to continue.
# dpkg -l dselect dpkg apt
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-===================-===================-======================================================
ii dselect 1.10.8 a user tool to manage Debian
packages
ii dpkg 1.10.8 Package maintenance system for
Debian
ii apt 0.5.4 Advanced front-end for dpkg
# wc /etc/apt/sources.list
59 237 2939 /etc/apt/sources.list
-- System Information
Debian Release: post-woody
Kernel Version: Linux phoenix 2.4.19 #1 Mon Aug 5 23:09:57 UTC 2002 i586
unknown unknown GNU/Linux
Versions of the packages dselect depends on:
ii libc6 2.2.5-14.1 GNU C Library: Shared libraries and Timezone
ii libncurses5 5.2.20020112a- Shared libraries for terminal handling
ii libstdc++2.10- 2.95.4-11 The GNU stdc++ library
---------------------------------------
Received: (at 160891-done) by bugs.debian.org; 14 Sep 2002 22:31:22 +0000
>From [EMAIL PROTECTED] Sat Sep 14 17:31:22 2002
Return-path: <[EMAIL PROTECTED]>
Received: from shawidc-mo1.cg.shawcable.net (pd6mo1so.prod.shaw.ca)
[24.71.223.10]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 17qLRi-0006DE-00; Sat, 14 Sep 2002 17:31:22 -0500
Received: from pd5mr3so.prod.shaw.ca
(pd5mr3so-qfe3.prod.shaw.ca [10.0.141.144]) by l-daemon
(iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Sat,
14 Sep 2002 16:30:05 -0600 (MDT)
Received: from pn2ml7so.prod.shaw.ca
(pn2ml7so-qfe0.prod.shaw.ca [10.0.121.151]) by l-daemon
(iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Sat,
14 Sep 2002 16:30:51 -0600 (MDT)
Received: from wakko.debian.net ([24.86.210.128])
by l-daemon (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 12 2002))
with ESMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Sat,
14 Sep 2002 16:30:51 -0600 (MDT)
Received: from localhost ([127.0.0.1] helo=wakko.debian.net ident=jgg)
by wakko.debian.net with smtp (Exim 3.35 #1 (Debian))
id 17qLRK-00080t-00; Sat, 14 Sep 2002 16:30:58 -0600
Date: Sat, 14 Sep 2002 16:30:57 -0600 (MDT)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
Subject: Re: Bug#160891: dselect: Whatever you changed broke the ability to
process large sources.lists
In-reply-to: <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: Lazarus Long <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Message-id: <[EMAIL PROTECTED]>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset=US-ASCII
Content-transfer-encoding: 7BIT
Delivered-To: [EMAIL PROTECTED]
On Sat, 14 Sep 2002, Lazarus Long wrote:
> E: Dynamic MMap ran out of room
> E: Error occured while processing libccrtp1 (NewPackage)
> E: Problem with MergeList /var/lib/dpkg/status
> E: The package lists or status file could not be parsed or opened.
Read apt.conf, the option you want is apt::cache-limit, or just don't have
such a huge list, it only slows things down.
Jason