|
公元2004年4月6日更新
Debian testing/unstable都是开发进程中的版本,难免会有些奇怪的问题
在各位玩家发贴询问之前,可以先去irc.debian.org的#debian看看
一是看看该channel的topic中是否有相关错误信息报告
二是用'/msg apt news'或'/msg dpkg news',向bot提问
还可以在http://www.debian.org/Bugs/找到相应的软件包的bug报告
本贴主要是总结一些testing和unstable中比较严重的,以及对安装和升级有影响的bug
1. dist-upgrade升级时,apt-get提示要激活APT::Force-LoopBreak选项
坛子里已经有兄弟遇到了这个问题,好象是由于stable跟unstable之间的差异太大造成的
debian irc上的解决方法是:
'apt-get -o APT::Force-LoopBreak=1 dist-upgrade'.
Then you can remove or purge outdated packages after the upgrade.
2. 报“internal error,can't perform immediate configuration of libpam-module”这个错误
libpam0g and libpam-modules Depend on each other, as is mentioned in the changelog. Install them togehter with dpkg, and welcome to sid.
try this solution: http://www.linuxsir.cn/bbs/showthread.php?s=&postid=263801
|
|