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:
/usr/sbin/debootstrap woody /mnt/debian http://ftp.debian.org/debian/ && \
Vorher habe ich noch ein paar Pakete installiert, welche anscheinden Probleme machen und vorerst ein paar wichtige Verzeichnisse anlegen
Code:
/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/ ... 14_all.deb
wget http://ftp.debian.org/debian/pool/main/ ... 7_i386.deb
wget http://ftp.debian.org/debian/pool/main/ ... 1_i386.deb
wget http://ftp.debian.org/debian/pool/main/ ... 4_i386.deb
wget http://ftp.debian.org/debian/pool/main/ ... 1_i386.deb
Trozdem erhalte ich beim apt-get install ssh diese Meldung woran kann das liegen?
Vielen Dank!
Mit freundlichen Grüßen
Andre Hartmann
Code: Alles auswählen