ich habe einen rootserver bei Hetzner und habe Ihn über das Resuce System neu aufgepielt.
Wenn ich nun im Resuce System für meinen "frischen" Server ein sshd installieren will bekomme ich folgende Meldung:
web-xxl:/# apt-get install ssh
Reading Package Lists...
Building Dependency Tree...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
Sorry, but the following packages have unmet dependencies:
ssh: Depends: zlib1g (>= 1:1.1.4) but it is not going to be installed
E: Sorry, broken packages
Die Version die ich installiert habe ist eine minimal-internet-version.
Diese wurde mit debootstrap aufgespielt:
Code: Select all
/usr/sbin/debootstrap woody /mnt/debian http://ftp.debian.org/debian/ &&
Code: Select all
/bin/mkdir /mnt/debian/var/cache /mnt/debian/var/cache/apt /mnt/debian/var/cache/apt/archives
cd /mnt/debian/var/cache/apt/archives/
wget http://ftp.debian.org/debian/pool/main/c/console-common/console-common_0.7.14_all.deb
wget http://ftp.debian.org/debian/pool/main/n/ncurses/libncurses5_5.2.20020112a-7_i386.deb
wget http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_1.16.2woody1_i386.deb
wget http://ftp.debian.org/debian/pool/main/m/man-db/man-db_2.3.20-18.woody.4_i386.deb
wget http://ftp.debian.org/debian/pool/main/p/pcmcia-cs/pcmcia-cs_3.1.33-6woody1_i386.deb
Vielen Dank!
Mit freundlichen Grüßen
Andre Hartmann