Results 1 to 6 of 6
HI all,
I've got problem with my menagerlist. I've debian stable. How I give for example: apt-get install update etc. that shell show me txt:
Code:
debian:/home/vasylek# apt-cache search postgresql
...
- 03-31-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
Problem with repozit...
HI all,
I've got problem with my menagerlist. I've debian stable. How I give for example: apt-get install update etc. that shell show me txt:
What am I sopoused to do?Code:debian:/home/vasylek# apt-cache search postgresql E: Dynamic MMap ran out of room E: WystÄ piĹ bĹÄ d podczas przetwarzania openntpd (NewVersion1) E: Problem with MergeList /var/lib/apt/lists/ftp.debian.org_debian_dists_etch_main_binary-i386_Packages
p.s. I from Poland and sorry for my language ;]
- 04-01-2009 #2
Apt is running out of cache space.
Create a file in /etc/apt/apt.conf.d/ with the following content:
APT::Cache-Limit 50000000;
- 04-01-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
- 04-01-2009 #4
You misunderstood me. You need to create a text file in the directory /etc/apt/apt.conf.d/ with APT::Cache-Limit 50000000 in the body of the file. You'll need to open a text editor as root for this.
For example:
Replace gedit with whatever text editor you like.Code:su - gedit /etc/apt/apt.conf.d/0aptconf
- 04-10-2009 #5Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
You forgot about this: ";" on the file end

Thanks for help.
p.s. what it was exactly?
- 04-10-2009 #6
So I did.
The cache limit is just the amount of memory allocated to store package information. You don't normally run into this limit using the standard set of repos, but if you enable extra repos, sometimes the cache isn't large enough to store it all. Also why searching for packages uses apt-cache search.


Reply With Quote

