[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Dynamic MMap ran out of room



Hi, 
I keep getting the abouve error doing apt-get update!
This happens since I changed my apt preferences to the testing-example
which comes with the debian-reference guide [1]
First I ran the "go-woody" script which aswell fucked up my dpkg/status
file, I got it more or less back to work with the dpkg-rebuild script
writen by Patrick Reynolds, although I had to put a clean dpkg/available
file aswell.
With only very few deb sources apt-get update works, but I don't like it
like this, I put the Cache-Limit to something I think is quite high
(165165824), but still it doesn't work.

Any hints what else I might do?

here the apt preferences:

X-comment: ============================ Track testing as default
Package: *
Pin: release a=testing
Pin-Priority: 800

X-comment: ============================ Make unstable available all the
time
Package: *
Pin: release a=unstable
Pin-Priority: 70

X-comment: ============================ Force to track unstable for few
Package: debian-reference
Pin: release a=unstable
Pin-Priority: 1100

Package: debian-reference-common
Pin: release a=unstable
Pin-Priority: 1100

Package: debian-reference-en
Pin: release a=unstable
Pin-Priority: 1100

Package: debian-reference-fr
Pin: release a=unstable
Pin-Priority: 1100

Package: debian-reference-it
Pin: release a=unstable
Pin-Priority: 1100

Package: debian-reference-es
Pin: release a=unstable
Pin-Priority: 1100

Package: debian-reference-de
Pin: release a=unstable
Pin-Priority: 1100

Package: debian-reference-pt-br
Pin: release a=unstable
Pin-Priority: 1100
X-comment: ============================ Force to track stable for key
packages


__________

This is the apt.conf:

APT::Default-Release "testing";
APT::Default-Release "testing";
APT::Cache-Limits 165165824;


Don't know why it has testing twice.

And this is the sources.list

# Typical file to track testing while keeping eye on unstable

# Standard Debian binary archives in es
deb http://ftp.es.debian.org/debian/ stable main non-free contrib
deb http://ftp.es.debian.org/debian/ testing main non-free contrib
deb http://ftp.es.debian.org/debian/ unstable main non-free contrib
# Standard Debian binary archives in non-USA
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib
non-free
#deb http://non-us.debian.org/debian-non-US testing/non-US main contrib
non-free
#deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib
non-free

# Standard Debian source archives in es
#deb-src http://ftp.es.debian.org/debian/ stable main non-free contrib
#deb-src http://ftp.es.debian.org/debian/ testing main non-free contrib
#deb-src http://ftp.es.debian.org/debian/ unstable main non-free contrib
# Standard Debian source archives in non-USA
#deb-src http://non-us.debian.org/debian-non-US stable/non-US main
contrib non-free
#deb-src http://non-us.debian.org/debian-non-US testing/non-US main
contrib non-free
#deb-src http://non-us.debian.org/debian-non-US unstable/non-US main
contrib non-free

# Security Debian binary archive
#deb http://security.debian.org/ stable/updates main contrib non-free
# Security Debian source archive
# deb-src http://security.debian.org/ stable/updates main contrib
non-free

# Daenzer Xfree Stuff
#deb http://people.debian.org/~daenzer/dri-trunk/ ./


And still it doesn't work, only way to get it work is Commenting out
EVERYTHING appart the Standard Archives!

Sorry for such a huge mail.








Reply to: