sshd bei debian-install.sh von roothell.org

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Alcatraz
Beiträge: 7
Registriert: 02.06.2004 20:21:00

sshd bei debian-install.sh von roothell.org

Beitrag von Alcatraz » 09.06.2004 14:15:30

Wie bekommt man da den sshd zum Laufen?

-------
Escape character is '^]'.
2004-06-09 14:12:51 Failed to open configuration file /etc/exim/exim.conf
Connection closed by foreign host.
-------

Also der Rechner scheint erreichbar zu sein.

Serielle Console ist auch nicht aktiv... wäre doch ein nettes Feature ;-)






nach "sh debian-install.sh" und dem Eingeben von den Partions-Größen, IP und Hostname kommt erstmal:



usr/sbin/debootstrap
Information: Don't forget to update /etc/fstab, if necessary.

Information: Don't forget to update /etc/fstab, if necessary.

Information: Don't forget to update /etc/fstab, if necessary.

Information: Don't forget to update /etc/fstab, if necessary.

Error: Partition doesn't exist.
Information: Don't forget to update /etc/fstab, if necessary.

Error: Partition doesn't exist.
Information: Don't forget to update /etc/fstab, if necessary.

Error: Partition doesn't exist.
Information: Don't forget to update /etc/fstab, if necessary.

Error: Partition doesn't exist.
Information: Don't forget to update /etc/fstab, if necessary.

Error: Partition doesn't exist.
Information: Don't forget to update /etc/fstab, if necessary.

Information: Don't forget to update /etc/fstab, if necessary.

Information: Don't forget to update /etc/fstab, if necessary.

Information: Don't forget to update /etc/fstab, if necessary.

Information: Don't forget to update /etc/fstab, if necessary.
---------------------
Anschließend wird formatiert und downgeloadet:



kjournald starting. Commit interval 5 seconds
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,8), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
console-common_0.7.1 100% |*****************************| 25414 00:00 ETA
libncurses5_5.2.2002 100% |*****************************| 233 KB 00:00 ETA
I: Retrieving http://ftp.debian.de/debian/dists/woody/Release
I: Validating /mnt/debian/var/lib/apt/lists/debootstrap.invalid_dists_woody_Release
I: Retrieving http://ftp.debian.de/debian/dists/woody ... ackages.gz

[...]

------
Wirf am besten noch einmal einen Blick in folgende Dateien, und sieh nach, ob alles passt :
/etc/fstab
/etc/network/interfaces
/etc/lilo.conf
------

Da sollte angemerkt werden, das sich diese Datein in /mn/debian/ befinden.

Benutzeravatar
se8i
Beiträge: 1017
Registriert: 08.11.2002 17:02:20
Wohnort: nähe Karlsruhe
Kontaktdaten:

Re: sshd bei debian-install.sh von roothell.org

Beitrag von se8i » 09.06.2004 14:56:56

[quote="Alcatraz"]Wie bekommt man da den sshd zum Laufen?
Wahrscheinlich ist er nicht installiert:

Code: Alles auswählen

apt.get install ssh

Antworten