ich hab hier einen Dedicated-Server von 1und1 auf Lenny geupdated und dieser lässt sich nicht mehr nach einem reboot erreichen. Im Rescue-Modus hab ich die Platten gemountet und anhand der Logfiles festgestellt, dass der Server läuft aber aus irgendwelchen Gründen nicht ins Netz kommt.
Blöderweise kann ich die gemounteten Platten nicht chrooten, da 1und1 ein Woody als Rescue-System lädt. -> chroot /mnt -> FATAL: Kernel too old
Also hab ich mir ein kleines Startscript geschrieben:
Code: Alles auswählen
ifconfig > /debug.txt
echo "---------------------------------------------------\r\n" >> /debug.txt
netstat >> /debug.txt
echo "-------------------------------------------------------" >> /debug.txt
ifconfig eth0 up >> /debug.txt
echo "-------------------------------------------------------" >> /debug.txt
lspci >> /debug.txt
Code: Alles auswählen
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:168 (168.0 B) TX bytes:168 (168.0 B)
---------------------------------------------------\r\n
Active Internet connections (w/o servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
Active UNIX domain sockets (w/o servers)
Proto RefCnt Flags Type State I-Node Path
unix 16 [ ] DGRAM 1863 /dev/log
unix 2 [ ] DGRAM 3820
unix 2 [ ] DGRAM 3744
unix 2 [ ] DGRAM 3733
unix 2 [ ] DGRAM 3672
unix 2 [ ] DGRAM 3643
unix 2 [ ] DGRAM 3620
unix 2 [ ] DGRAM 3605
unix 2 [ ] DGRAM 3574
unix 2 [ ] DGRAM 3562
unix 3 [ ] STREAM CONNECTED 3550
unix 3 [ ] STREAM CONNECTED 3549
...
-------------------------------------------------------
-------------------------------------------------------
00:00.0 Host bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia] (rev 05)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8601 [Apollo ProMedia AGP]
00:07.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 40)
00:07.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:07.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1a)
00:07.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 1a)
00:07.4 Bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:00.0 VGA compatible controller: Trident Microsystems CyberBlade/i1 (rev 6a)
Code: Alles auswählen
# Loopback network interface
auto lo
iface lo inet loopback
# Primary network interface
auto eth0
iface eth0 inet dhcp