LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-26-2008, 10:28 AM   #1
Lillioan Martinez
LQ Newbie
 
Registered: Dec 2005
Location: Round Rock, Texas, USA
Distribution: Debian
Posts: 10

Rep: Reputation: 0
Dynamic MMap ran out of room


I did apt-get and this is the error message I got:

E: Dynamic MMap ran out of room
E: Error occurred while processing epiphany-gecko (NewVersion1)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened.


What do I do?

Lillian Simmons
Still Free! in Round Rock, Texas, USA
http://xld.com
 
Old 12-26-2008, 10:43 AM   #2
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
http://letmegooglethatforyou.com/?q=...an+out+of+room
http://www.linuxquestions.org/questi...archid=2937207
 
Old 12-26-2008, 10:46 AM   #3
rickh
Senior Member
 
Registered: May 2004
Location: Albuquerque, NM USA
Distribution: Debian-Lenny/Sid 32/64 Desktop: Generic AMD64-EVGA 680i Laptop: Generic Intel SIS-AC97
Posts: 4,250

Rep: Reputation: 62
If you were running Debian, I'd say likely, you have made a mess out of your /etc/apt/sources.list file. I'm not sure how Mephis works.

Probably, the outputs of $ cat /etc/apt/sources.list and $ df -h will show the answer.

Someone will soon be along to tell you increase a cache size. That will probably work, but it's an ignorant hack.
 
Old 12-27-2008, 06:18 AM   #4
Lillioan Martinez
LQ Newbie
 
Registered: Dec 2005
Location: Round Rock, Texas, USA
Distribution: Debian
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by rickh View Post
If you were running Debian, I'd say likely, you have made a mess out of your /etc/apt/sources.list file. I'm not sure how Mephis works.

Probably, the outputs of $ cat /etc/apt/sources.list and $ df -h will show the answer.

Someone will soon be along to tell you increase a cache size. That will probably work, but it's an ignorant hack.
lm@0[~]$ su -
Password:
[~]# ls -a /etc/apt/sources.list
/etc/apt/sources.list
[~]# ls /etc/apt/sources.list
/etc/apt/sources.list
[~]# ls -la /etc/apt/sources.list
-rw-r--r-- 1 root root 673 2007-10-27 14:59 /etc/apt/sources.list
[~]# /etc/apt/sources.list
-su: /etc/apt/sources.list: Permission denied
[~]# ls -d
.
[~]# ls -d /etc/apt/sources.list
/etc/apt/sources.list
[~]# $ df -h
-su: $: command not found
[~]# $df -h
-su: -h: command not found
[~]# $df-h
-su: -h: command not found
[~]# $ df -h /etc/apt/sources.list
-su: $: command not found
[~]#
 
Old 12-27-2008, 06:25 AM   #5
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
The two commands are:
df -h
cat /etc/apt/sources.list
Do not type the dollar sign $
 
Old 12-27-2008, 08:41 AM   #6
Lillioan Martinez
LQ Newbie
 
Registered: Dec 2005
Location: Round Rock, Texas, USA
Distribution: Debian
Posts: 10

Original Poster
Rep: Reputation: 0
Dynamic MMap

Quote:
Originally Posted by makuyl View Post
The two commands are:
df -h
cat /etc/apt/sources.list
Do not type the dollar sign $
lm@0[~]$ -l /etc/apt/apt.conf
bash: -l: command not found
lm@0[~]$ ls -l /etc/apt/apt.conf
-rwxr-xr-x 1 root root 113 2005-02-24 12:13 /etc/apt/apt.conf
lm@0[~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 9.7G 7.4G 1.8G 81% /
tmpfs 506M 8.0K 506M 1% /lib/init/rw
tmpfs 506M 0 506M 0% /dev/shm
/dev/hda3 63G 13G 48G 21% /home
lm@0[~]$ df -h /etc/apt/apt.conf
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 9.7G 7.4G 1.8G 81% /
lm@0[~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 9.7G 7.4G 1.8G 81% /
tmpfs 506M 8.0K 506M 1% /lib/init/rw
tmpfs 506M 0 506M 0% /dev/shm
/dev/hda3 63G 13G 48G 21% /home
lm@0[~]$ cat/etc/apt/sources.list
bash: cat/etc/apt/sources.list: No such file or directory
lm@0[~]$ df -h cat/etc/apt/sources.list
df: `cat/etc/apt/sources.list': No such file or directory
df: no file systems processed
lm@0[~]$
 
Old 12-27-2008, 08:48 AM   #7
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
There is a space between cat and /etc/apt/sources.list so the command is:
Code:
cat /etc/apt/sources.list
 
Old 12-27-2008, 09:13 AM   #8
Lillioan Martinez
LQ Newbie
 
Registered: Dec 2005
Location: Round Rock, Texas, USA
Distribution: Debian
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by makuyl View Post
There is a space between cat and /etc/apt/sources.list so the command is:
Code:
cat /etc/apt/sources.list
lm@0[~]$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 9.7G 7.4G 1.8G 81% /
tmpfs 506M 8.0K 506M 1% /lib/init/rw
tmpfs 506M 0 506M 0% /dev/shm
/dev/hda3 63G 13G 48G 21% /home
lm@0[~]$ cat /etc/apt/sources.list
# See sources.list(5) for more information, especialy

# This file should be edited through synaptic
# New sources should be added only in the section at the end of this file!

# Primary
deb ftp://ftp.us.debian.org/debian/ testing main contrib non-free
deb ftp://ftp.us.debian.org/debian/ unstable main contrib non-free

# non-us
# deb ftp://non-us.debian.org/debian-non-US/ testing/non-US main contrib non-free
# deb ftp://non-us.debian.org/debian-non-US/ unstable/non-US main contrib non-free

# MEPIS apt pool - specific packages available on-line
deb http://apt.mepis.org/3.3.1/ unstable main

# mplayer
# deb ftp://ftp.nerim.net/debian-marillat/ unstable main


lm@0[~]$
 
Old 12-27-2008, 10:58 AM   #9
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
No really, go buy a "Linux for Dummies" or similarly themed book. This isn't an insult to your intelligence, it's something you need to do because you do not even know the basics.
 
Old 12-27-2008, 02:34 PM   #10
Lillioan Martinez
LQ Newbie
 
Registered: Dec 2005
Location: Round Rock, Texas, USA
Distribution: Debian
Posts: 10

Original Poster
Rep: Reputation: 0
Dynamic MMap

Quote:
Originally Posted by AlucardZero View Post
No really, go buy a "Linux for Dummies" or similarly themed book. This isn't an insult to your intelligence, it's something you need to do because you do not even know the basics.
I have read all the pages you guys have suggested. And I still don't know what to do.
I'm beginning to read the book Running Linux. And that could take a while.
 
Old 12-28-2008, 12:44 AM   #11
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Your sources.list looks like crap. The non-us was obsoleted when Sarge was released. You should haven't both testing and unstable. God only knows why you have a mepis repo. The Marillat repo you have is wrong.

APT HOWTO
http://www.debian.org/doc/manuals/apt-howto/

Debian Reference
http://www.debian.org/doc/manuals/re.../index.en.html
Quote:
# Testing
deb http://ftp.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.debian.org/debian/ testing main contrib non-free
#Testing Security updates
deb http://security.debian.org/ testing/updates main contrib
deb-src http://security.debian.org/ testing/updates main contrib

# Debian Volatile http://www.debian.org/volatile/
# deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free

# Marillat For info visit http://www.debian-multimedia.org
# Unstable
deb http://www.debian-multimedia.org testing main
#deb-src http://www.debian-multimedia.org testing main
Should be all you need.
 
Old 12-28-2008, 09:19 AM   #12
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
That would give her more repositories that she already has uncommented, so I don't think it will stop her system running out of room.

Why shouldn't she have testing and unstable? Well, probably because she doesn't know how to use it. I run testing preferred but have unstable available.
 
Old 12-28-2008, 10:35 AM   #13
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Just do an "apt-get clean" for now and see with "df -h" if hda got more space.
Then raise the number for Cache-Limit in /etc/apt/apt.conf . # That's right, flame away.
 
Old 12-28-2008, 10:58 AM   #14
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Quote:
Originally Posted by AlucardZero View Post
That would give her more repositories that she already has uncommented, so I don't think it will stop her system running out of room.

Why shouldn't she have testing and unstable? Well, probably because she doesn't know how to use it. I run testing preferred but have unstable available.

The problem isnt that she is running put of actually space. Its that her sources.list is a mess.


Changing the sources.list to a correct one, then doing apt-get clean followed by apt-get update should be just fine.

If I can run Debian on my Eee that only has a 4gb ssd and only takes up a little over 1.2gb on the ssd, the number of sources isn't the problem, nor is actual physical space.
 
Old 12-28-2008, 01:30 PM   #15
AlucardZero
Senior Member
 
Registered: May 2006
Location: USA
Distribution: Debian
Posts: 4,824

Rep: Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615Reputation: 615
How is it a mess? All she has enabled is testing, unstable, and mepis. All the rest are commented out, I fail to see how that makes it a mess.
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"Dynamic MMap ran out of room" error when adding new apt source list hasanito Debian 25 05-27-2013 03:56 AM
Dynamic MMap ran out of room +APT bassclarinet Debian 3 12-26-2008 07:46 PM
Dynamic MMap out of room dekket Debian 6 12-25-2006 12:23 AM
kernel recompile, ran out of room evannextel Linux - General 3 06-22-2004 02:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration