Код: Выделить всё
#
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-1 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-2 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-3 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-4 20090905-08:48]/ lenny contrib main
deb cdrom:[Debian GNU/Linux 5.0.3 _Lenny_ - Official i386 DVD Binary-5 20090905-08:48]/ lenny contrib main
deb http://security.debian.org/ lenny/updates contrib non-free main
deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib
deb http://download.virtualbox.org/virtualbox/debian lenny non-free
deb http://gq.net.ru/debian lenny xneur
deb http://http.us.debian.org/debian/ lenny non-free
deb http://www.backports.org/debian lenny-backports main contrib non-free
#Ставлю Jabberd2
deb ftp://ftp.nl.debian.org/debian sid mainфайл /etc/apt/apt.conf.d/70debconf
Код: Выделить всё
// 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";};
APT::Default-Release "stable";делаю
Код: Выделить всё
# apt-get update, потом
Код: Выделить всё
# apt-get upgradeИ он пытается обновиться до unstable, но я не хочу! Требуется оставаться на stable!
Где ошибка?