LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Dynamic MMap ran out of room +APT (https://www.linuxquestions.org/questions/debian-26/dynamic-mmap-ran-out-of-room-apt-173473/)

bassclarinet 04-22-2004 05:52 PM

Dynamic MMap ran out of room +APT
 
Hi,

sorry I just asked this and found the solution. if any one has the same prob, see:

http://lists.debian.org/debian-devel.../msg01715.html

Lillioan Martinez 12-26-2008 06:21 PM

Dynamic MMap
 
how do I create a directory?
how do I find a directory?
this is what I got:
[~]# var/lib/dpkg/status
-su: var/lib/dpkg/status: No such file or directory
[~]# create apt.conf
-su: create: command not found
[~]# /etc/apt/apt.conf
/etc/apt/apt.conf: line 1: APT::Default-Release: command not found
/etc/apt/apt.conf: line 2: APT::Cache-Limit: command not found
/etc/apt/apt.conf: line 3: APT::Get::Purge: command not found
/etc/apt/apt.conf: line 4: Acquire::cdrom::Mount: command not found
[~]# apt::Cache-Limit 16777216
-su: apt::Cache-Limit: command not found
[~]#

rickh 12-26-2008 06:34 PM

The cache limit hack is mainly for people who don't understand the real source of the problem, ... a messed up /etc/sources.list file, or a poorly planned partitioning scheme.

norobro 12-26-2008 07:46 PM

I agree with rickh about it being a hack.
Post the contents of your /etc/apt/sources.list so we can see if that is the problem.

And here is a link to help you with some basic CLI commands. To learn about any command type:
Code:

man "command"
apropos is very useful. To learn about it type:
Code:

man apropos
For example, try:
Code:

apropos make
If you look through the list generated you will see the command to create a directory.


All times are GMT -5. The time now is 05:29 PM.