Hobild: Díky za pomoc!
aptitude dist-upgrade skoncilo plne chyb. Viz konec:
/etc/apt/sources.list
/etc/apt/apt.conf
apt.conf v adresari /etc/apt neni. Je tam adresar apt.conf.d, kde jsou
00trustcdrom:
70debconf:
90zope-common:
aptitude dist-upgrade skoncilo plne chyb. Viz konec:
Kód [Vybrat]
.
.
.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "cs_CZ.UTF-8",
LANG = "cs_CZ.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = "cs_CZ.UTF-8",
LANG = "cs_CZ.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
dpkg: regarding .../libc-bin_2.11.2-10_i386.deb containing libc-bin:
package uses Breaks; not supported in this dpkg
dpkg: error processing /var/cache/apt/archives/libc-bin_2.11.2-10_i386.deb (--unpack):
unsupported dependency problem - not installing libc-bin
dpkg: regarding .../libc6_2.11.2-10_i386.deb containing libc6:
package uses Breaks; not supported in this dpkg
dpkg: error processing /var/cache/apt/archives/libc6_2.11.2-10_i386.deb (--unpack):
unsupported dependency problem - not installing libc6
Errors were encountered while processing:
/var/cache/apt/archives/libc-bin_2.11.2-10_i386.deb
/var/cache/apt/archives/libc6_2.11.2-10_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
dpkg: dependency problems prevent configuration of locales:
locales depends on glibc-2.11-1; however:
Package glibc-2.11-1 is not installed.
dpkg: error processing locales (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
locales
/etc/apt/sources.list
Kód [Vybrat]
# See sources.list(5) for more information, especially
# Remember that you can only use http, ftp or file URIs
# CDROMs are managed through the apt-cdrom tool.
# deb http://http.us.debian.org/debian stable main contrib non-free
# deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
# deb http://security.debian.org stable/updates main contrib non-free
# Uncomment if you want the apt-get source function to work
#deb-src http://http.us.debian.org/debian stable main contrib non-free
#deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://ftp.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.debian.org/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
deb http://www.debian-multimedia.org/ squeeze main
/etc/apt/apt.conf
apt.conf v adresari /etc/apt neni. Je tam adresar apt.conf.d, kde jsou
00trustcdrom:
Kód [Vybrat]
APT::Authentication::TrustCDROM "true";
70debconf:
Kód [Vybrat]
// 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";};
90zope-common:
Kód [Vybrat]
/*
* APT configuration file for Zope Debian packages.
*/
DPkg {
Post-Invoke {"which dzhandle >/dev/null && dzhandle restart-pending-instances || true";};
}