Unix Technical Forum

Problem with apt-get

This is a discussion on Problem with apt-get within the Linux Operating System forums, part of the Unix Operating Systems category; --> I am trying to update and upgrade the installation I made from my Knoppix 4.0 cd. When I try ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2008, 05:37 PM
Peter C. Frank
 
Posts: n/a
Default Problem with apt-get

I am trying to update and upgrade the installation I made from my
Knoppix 4.0 cd. When I try to use Kpackage or apt-get update I get the
following error.

E: Dynamic MMap ran out of room
E: Error occured while processing kchart (NewVersion1)
E: Problem with MergeList
/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_main_binar y-i386_Packages
E: The package lists or status file could not be parsed or opened.
RESULT=100

What is wrong? I tried google but have found no referance to this error.

pcfrank
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 05:37 PM
Rick Moen
 
Posts: n/a
Default Re: Problem with apt-get

Peter C. Frank <pcfrank@rcn.com> wrote:
> I am trying to update and upgrade the installation I made from my
> Knoppix 4.0 cd. When I try to use Kpackage or apt-get update I get the
> following error.
>
> E: Dynamic MMap ran out of room


It's a memory-mapping error (shortage). Add this line to /etc/apt/apt.conf :

APT::Cache-Limit "10000000";

> What is wrong?


Knoppix wasn't ever really intended to be installed, basically.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 05:37 PM
Bill Marcum
 
Posts: n/a
Default Re: Problem with apt-get

On Thu, 26 Jan 2006 15:10:50 -0500, Peter C. Frank
<pcfrank@rcn.com> wrote:
> I am trying to update and upgrade the installation I made from my
> Knoppix 4.0 cd. When I try to use Kpackage or apt-get update I get the
> following error.
>
> E: Dynamic MMap ran out of room
> E: Error occured while processing kchart (NewVersion1)
> E: Problem with MergeList
> /var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_main_binar y-i386_Packages
> E: The package lists or status file could not be parsed or opened.
> RESULT=100
>
> What is wrong? I tried google but have found no referance to this error.
>
> pcfrank


I'm surprised that bug is still around. In the file /etc/apt/apt.conf
(create it if it doesn't exist), add the line
APT::Cache-Limit 1000000000;


--
Drakenberg's Discovery:
If you can't seem to find your glasses,
it's probably because you don't have them on.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2008, 05:37 PM
Peter C. Frank
 
Posts: n/a
Default Re: Problem with apt-get

Rick Moen wrote:
> Peter C. Frank <pcfrank@rcn.com> wrote:
>
>>I am trying to update and upgrade the installation I made from my
>>Knoppix 4.0 cd. When I try to use Kpackage or apt-get update I get the
>>following error.
>>
>>E: Dynamic MMap ran out of room

>
>
> It's a memory-mapping error (shortage). Add this line to /etc/apt/apt.conf :
>
> APT::Cache-Limit "10000000";
>
>
>>What is wrong?

>
>
> Knoppix wasn't ever really intended to be installed, basically.
>

Thanks for the help it worked perfectly just as you said.

Peter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-18-2008, 05:37 PM
Peter C. Frank
 
Posts: n/a
Default Re: Problem with apt-get

Bill Marcum wrote:
> On Thu, 26 Jan 2006 15:10:50 -0500, Peter C. Frank
> <pcfrank@rcn.com> wrote:
>
>>I am trying to update and upgrade the installation I made from my
>>Knoppix 4.0 cd. When I try to use Kpackage or apt-get update I get the
>>following error.
>>
>>E: Dynamic MMap ran out of room
>>E: Error occured while processing kchart (NewVersion1)
>>E: Problem with MergeList
>>/var/lib/apt/lists/ftp.de.debian.org_debian_dists_unstable_main_binar y-i386_Packages
>>E: The package lists or status file could not be parsed or opened.
>>RESULT=100
>>
>>What is wrong? I tried google but have found no referance to this error.
>>
>>pcfrank

>
>
> I'm surprised that bug is still around. In the file /etc/apt/apt.conf
> (create it if it doesn't exist), add the line
> APT::Cache-Limit 1000000000;
>
>

Thanks for the help, it worked just as you said.

Peter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-18-2008, 05:37 PM
iforone
 
Posts: n/a
Default Re: Problem with apt-get


Peter C. Frank wrote:
> Rick Moen wrote:
> >
> > It's a memory-mapping error (shortage). Add this line to /etc/apt/apt.conf :
> >
> > APT::Cache-Limit "10000000";
> >



> Bill Marcum wrote:
> >
> > I'm surprised that bug is still around. In the file /etc/apt/apt.conf
> > (create it if it doesn't exist), add the line
> > APT::Cache-Limit 1000000000;
> >
> >

> Thanks for the help, it worked just as you said.
>
> Peter


Ok....question 10MB -or- 1GB ?
which is better ? (i.e., is it solely based upon installed amount of
RAM ?) or will it utilize the SWAP file as well, should RAM be a
minimal amount.

> > >Peter C. Frank wrote:
> > >What is wrong?

> >
> >
> > Knoppix wasn't ever really intended to be installed, basically.


Peter, Rick is correct - Knoppix isn't meant as a HDD install, but with
some information and knowledge, it can be usable. See this about
updating an installed Knoppix;
http://www.knoppix.net/forum/viewtopic.php?t=22537

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-18-2008, 05:37 PM
Peter C. Frank
 
Posts: n/a
Default Re: Problem with apt-get

iforone wrote:
> Peter C. Frank wrote:
>
>>Rick Moen wrote:
>>
>>>It's a memory-mapping error (shortage). Add this line to /etc/apt/apt.conf :
>>>
>>>APT::Cache-Limit "10000000";
>>>

>
>
>
>>Bill Marcum wrote:
>>
>>>I'm surprised that bug is still around. In the file /etc/apt/apt.conf
>>>(create it if it doesn't exist), add the line
>>>APT::Cache-Limit 1000000000;
>>>
>>>

>>
>>Thanks for the help, it worked just as you said.
>>
>>Peter

>
>
> Ok....question 10MB -or- 1GB ?
> which is better ? (i.e., is it solely based upon installed amount of
> RAM ?) or will it utilize the SWAP file as well, should RAM be a
> minimal amount.
>

I used 1GB as the file already had 10MB in it.
>
>>>>Peter C. Frank wrote:
>>>>What is wrong?
>>>
>>>
>>>Knoppix wasn't ever really intended to be installed, basically.

>
>
> Peter, Rick is correct - Knoppix isn't meant as a HDD install, but with
> some information and knowledge, it can be usable. See this about
> updating an installed Knoppix;
> http://www.knoppix.net/forum/viewtopic.php?t=22537
>

Thanks for the tip. I will read up on it.

Peter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:39 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com