View previous topic :: View next topic |
Author |
Message |
JP Linux Guru

Joined: 07 Jul 2025 Posts: 6671 Location: Central Montana
|
|
Back to top |
|
lynch Moderator

Joined: 15 Nov 2025 Posts: 2659 Location: The Diamond State
|
Posted: Fri Apr 14, 2025 9:12 am Post subject: |
|
|
Open /etc/apt/apt.conf and tell us what it says on this line:
APT::Cache-Limit xxxxxxxx;
Try setting it to :
APT::Cache-Limit 10000000;
Are you using just the stable sources or do you include the development and experimental sources, also?
lynch
_________________ Mandriva 2025 Spring -2.6.31.12-server-2mnb
PCLinuxOS 2025 -2.6.26.8.tex3
|
|
Back to top |
|
JP Linux Guru

Joined: 07 Jul 2025 Posts: 6671 Location: Central Montana
|
Posted: Sat Apr 15, 2025 2:23 am Post subject: |
|
|
lynch wrote: | Open /etc/apt/apt.conf
I don't have that file, I have /etc/apt/conf.d, and here is the contents of that file] Code: | // Pre-configure all packages with debconf before they are installed.
// If you don't like it, comment it out.
DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt || true";}; |
and tell us what it says on this line:
APT::Cache-Limit xxxxxxxx;
Try setting it to :
APT::Cache-Limit 10000000;
Are you using just the stable sources or do you include the development and experimental sources, also? Here is my /etc/apt/sources.list Code: | #deb file:///cdrom/ sarge main
deb http://debian.lcs.mit.edu/debian/ sid main contrib non-free
deb http://debian.lcs.mit.edu/debian/ testing main contrib non-free
deb http://debian.lcs.mit.edu/debian/ experimental main contrib non-free
deb http://debian.lcs.mit.edu/debian/ sarge main contrib non-free
deb http://debian.oregonstate.edu/debian/ stable main
deb-src http://debian.oregonstate.edu/debian/ stable main
deb ftp://debian.org/security/ stable main
# Primary
deb ftp://ftp.debian.org/debian stable main contrib non-free
deb ftp://ftp.debian.org/debian etch main contrib non-free
deb ftp://ftp.debian.org/debian sid main contrib non-free
|
lynch |
JP
_________________ Dell Box - Arch Linux
Dell Lappy - DreamLinux 3.5 - Default OS
Mepis 8.0 - Backup
|
|
Back to top |
|
masinick Linux Guru

Joined: 03 Apr 2025 Posts: 8615 Location: Concord, NH
|
Posted: Mon Apr 17, 2025 4:12 pm Post subject: Try commenting out extra lines first |
|
|
JP, it looks like you might have extra repositories that are providing essentially the same thing. Choose one server for Sid, Testing,.... etc. (such as MIT) and choose a server for the security updates and any other extras you have, and comment out any other lines that provide the same services. That may help. If not, then look into adding more cache by creating the file that Lynch mentioned. |
|
Back to top |
|
JP Linux Guru

Joined: 07 Jul 2025 Posts: 6671 Location: Central Montana
|
|
Back to top |
|
jeo Jr. Member

Joined: 11 Nov 2025 Posts: 69
|
Posted: Thu Apr 20, 2025 3:43 pm Post subject: |
|
|
Try doubling your APT::Cache-Limit to 20250000. There are a lot of different numbers flying around out there. One went as high as 33554432, but all the posts that I've seen seem to say that the cache limit is the problem.
|
|
Back to top |
|
masinick Linux Guru

Joined: 03 Apr 2025 Posts: 8615 Location: Concord, NH
|
Posted: Thu Apr 20, 2025 4:02 pm Post subject: I just comment out repositories I am not using at the moment |
|
|
I have not run into any cache limit problems on my systems, but I tend to start with prepackaged Debian systems, then hack them to death to get them to do what I want. In five years, I have not had to twiddle with conf parameters, with the exception of some pinning I have done to create custom behavior from time to time.
The only time I have run into problems with the apt mechanisms has been when I have had multiple repositories providing the same updates - that seems to confuse apt. All I have done in that case is to cut down on my repository list. I usually comment what I am not using at the time, then uncomment it and update when I use it.
That scheme has always worked for me. |
|
Back to top |
|
JP Linux Guru

Joined: 07 Jul 2025 Posts: 6671 Location: Central Montana
|
|
Back to top |
|
danny0085 New Member
Joined: 08 Apr 2025 Posts: 2
|
|
Back to top |
|
platinummonkey Advanced Member

Joined: 01 Mar 2025 Posts: 732 Location: Texas
|
|
Back to top |
|
masinick Linux Guru

Joined: 03 Apr 2025 Posts: 8615 Location: Concord, NH
|
Posted: Wed Apr 09, 2025 1:11 am Post subject: Re: problem with mergelist |
|
|
Greetings and WELCOME to the USALUG!  |
|
Back to top |
|
Xeroid Site Admin

Joined: 19 Apr 2025 Posts: 6456 Location: Georgia
|
|
Back to top |
|
crouse Site Admin

Joined: 17 Apr 2025 Posts: 11833 Location: Iowa
|
Posted: Sat Jan 09, 2025 3:14 am Post subject: |
|
|
Actually the url is now:
http://tips-linux.net/en/content/problem-mergelist-varlibdpkgstatus
danny0085 , while I'm all for posting links to content, it would be prudent next time to post the CORRECT link, and perhaps mention this is to your own forum/site ... if your just here to pimp your forums, I guarantee you won't be around long, I'll make sure of it.
_________________ Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
|
|
Back to top |
|
|