nachdem ich den Installer 20mal durchgejagt, jede Netzwerkkonfiguration aus dem Forum getestet,
die LILO und FSTAB jedesmal gecheckt habe, bin ich nun mit meinem Latein zu Ende.
Ich steh mit LINUX erst am Anfang, aber möchte ums Verrecken Debian auf der Kiste haben.
Ich habe einen 1&1 RootServer Start, die gab es eine Zeit lang recht günstig.
Kann es sein, daß die sich Hardware-mäßig (NIC oder HD) von den L und XL RootServern unterscheiden ?
Folgende Einstellungen habe ich bei der Installation vorgenommen:
1) Boote das Rescue System, es sind keine Partitionen gebootet....
2) Starte das neue Script (http://linux.roothell.org/debian-rootie/debinst.sh)
3) Trage die Partitionen ein und erhalte folgende Meldungen mehrmals:
Code: Select all
Error: Partition doesn't exist.
Information: Don't forget to update /etc/fstab, if necessary.
expr: non-numeric argument
Information: Don't forget to update /etc/fstab, if necessary.
4) Bei 'Install a boot block using the existing /etc/lilo.conf?' wähle ich [Yes]
5) Bei 'tasksel' wähle ich Web Server
6) SSH2 Installation okay
7) Bei mail wähle ich '(5) No configuration"
8) p151XXXXX:/# vi /etc/network/interfaces liefert
Code: Select all
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 217.160.219.XX
netmask 255.255.255.255
network 217.160.219.XX
broadcast 217.160.219.XX
up /sbin/route add -net 10.255.255.1 netmask 255.255.255.255 dev eth0
up /sbin/route add default gw 10.255.255.1
9) p151XXXXX:/# vi /etc/lilo.conf liefert:
Code: Select all
boot=/dev/hda
root=/dev/hda3
install=/boot/boot-menu.b
lba32
image=/vmlinuz
label=debian
read-only
Code: Select all
/dev/hda2 none swap sw 0 0
/dev/hda3 / ext3 defaults 0 1
/dev/hda1 /boot ext3 defaults 1 2
proc /proc proc defaults 0 0
/dev/hda5 /usr ext3 defaults 0 1
/dev/hda6 /home ext3 defaults 0 1
/dev/hda7 /tmp ext3 defaults 0 1
/dev/hda8 /var ext3 defaults 0 1
11) Ich stelle bei 1&1 den Boot-Modus auf 'Normales System'
12) Neustart mit 'shutdown -rn now'
Und was soll ich sagen: wenn ich mich mit Putty anmelden will,
bleibt die Konsole schwarz...
Was könnte an meinen Einstellungen nicht stimmen?
Bitte um eure Mithile, vielen Dank.