Debian下的一个sources.list

Posted by 猪头小队长 | 程序设计 | Tuesday 29 June 2004 09:02
如果在apt-get update过程中出现了这个错误:
Reading Package Lists … Error!
E: Dynamic MMap ran out of room
…..
那么在文件/etc/apt/apt.conf中加入一行
APT::Cache-Limit 10000000;
这里,10000000=10M 更多:"man apt.conf"
—-/etc/apt/sources.list————————————
deb http://mirror.dlut.edu.cn/debian testing main contrib non-free
deb-src http://mirror.dlut.edu.cn/debian testing main contrib non-free
#deb http://debian.cn99.com/debian testing main contrib non-free
#deb-src http://debian.cn99.com/debian testing main contrib non-free
#deb http://mirrors.geekbone.org/debian testing main contrib non-free
#deb-src http://mirrors.geekbone.org/debian testing main contrib non-free
#deb http://203.178.137.175/debian/ unstable main non-free contrib
#deb-src http://203.178.137.175/debian/ unstable main non-free contrib
#deb http://ftp.jp.debian.org/debian/ unstable main non-free contrib
#deb-src http://ftp.jp.debian.org/debian/ unstable main non-free contrib
#deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
#deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
#deb http://security.debian.org/ stable/updates main contrib non-free
#deb ftp://ftp.skolelinux.no/skolelinux/ woody-test local
#deb http://http.us.debian.org/debian stable main contrib non-free
#deb http://http.us.debian.org/debian dists/proposed-updates/
#deb http://nonus.debian.org/ stable/non-US main contrib non-free
#deb ftp://debian.ustc.edu.cn/debian/ stable main contrib
deb ftp://debian.ustc.edu.cn/debian unstable main non-free contrib
deb-src ftp://debian.ustc.edu.cn/debian unstable main non-free contrib
deb ftp://debian.ustc.edu.cn/debian-non-US unstable/non-US main non-free contrib
deb-src ftp://debian.ustc.edu.cn/debian-non-US unstable/non-US main non-free contrib
deb ftp://debian.ustc.edu.cn/debian-uo sid marillat rareware misc ustc java firefly
deb-src ftp://debian.ustc.edu.cn/debian-uo sid marillat rareware misc ustc java firefly
———end—————————————–

[@more@]

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.