apt-get Problem nach Resuce von Hetzner

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
andre丨
Posts: 125
Joined: 2003-09-28 13:34
 

apt-get Problem nach Resuce von Hetzner

Post by andre丨 »

Hallo,
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/ && 
Vorher habe ich noch ein paar Pakete installiert, welche anscheinden Probleme machen und vorerst ein paar wichtige Verzeichnisse anlegen

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
Trozdem erhalte ich beim apt-get install ssh diese Meldung woran kann das liegen?

Vielen Dank!
Mit freundlichen Grüßen
Andre Hartmann
jhl
Posts: 21
Joined: 2005-05-23 16:16
 

Re: apt-get Problem nach Resuce von Hetzner

Post by jhl »

Hi,

hast Du mal vor dem "apt-get install ssh" ein "apt-get update" gemacht?

Regards,
jhl
andre丨
Posts: 125
Joined: 2003-09-28 13:34
 

Re: apt-get Problem nach Resuce von Hetzner

Post by andre丨 »

japp, hab ich gemacht.

Trotzdem diese Meldung..
jhl
Posts: 21
Joined: 2005-05-23 16:16
 

Re: apt-get Problem nach Resuce von Hetzner

Post by jhl »

Welches Debian hast du installiert, woody oder sarge?

Poste mal Deine /etc/apt/sources.list
andre丨
Posts: 125
Joined: 2003-09-28 13:34
 

Re: apt-get Problem nach Resuce von Hetzner

Post by andre丨 »

woody:

deb http://ftp.debian.de/debian woody main
deb-src http://ftp.debian.de/debian woody main
deb http://ftp.debian.de/debian-non-US woody/non-US main
deb-src http://ftp.debian.de/debian-non-US woody/non-US main
deb http://security.debian.org/ stable/updates main
deb-src http://security.debian.org/ stable/updates main
jhl
Posts: 21
Joined: 2005-05-23 16:16
 

Re: apt-get Problem nach Resuce von Hetzner

Post by jhl »

Du mußt die security-Zeilen auch auf woody stellen, denn sarge ist jetzt stable. Oder gleich auf sarge hochziehen...