Server stürzt ab [Debian]

avalanche

New Member
Sees Community!

Hab hier ein großes Problem.

Seit ein paar Tagen bleibt mein Server etwa alle 36 Stunden hängen.

Da aber der komplette Rechner hängen bleibt und nicht nur eine Komponente, find ich natürlich keine Anzeichen auf den Fehler in den Logs.

Meine Frage ist jetzt, wie ich die Fehlersuche angehen kann?

Hab den Server seitdem auch mal komplett neu installiert, aber nachdem der Server etwa eineinhalb Tage online war, hat er sich wieder verabschiedet.

Zum Zeitpunkt, wo er das erste mal abgestürtzt ist, hatte ich gerade
~#: aptitude update
ausgeführt, aber damit hängt es sicherlich nicht zusammen. Eher ein Zufall, dass ich zu dem Zeitpunkt gerade auf der Konsole eingeloggt war.

Bevor diese Probleme aufgetreten sind, lief eigentlich alles wunderbar, und im Zeitraum von 2 Tagen vorher, hab ich lediglich ein bisl an einem Portal gemacht, also nur auf dem FTP und mit MySQL gearbeitet.

Kenn mich leider net so aus. Aber könnte es sein, dass der sich irgendwie an MySQL stört, dass da bsp. etwas unendlich wiederholt abläuft und so den Speicher vollhaut oder so, weil der Server ja so "periodisch" hängen bleibt?!


Bin echt dankbar für jeden Rat, weil ich keine Ahnung habe wie ich den Fehler überhaupt ausfindig machen kann!
 
Erste Frage: Ist der Zeitpunkt (Uhrzeit) immer die gleiche? Ein Cronjob könnte dann das Problem sein.

Zweite Frage: Schon mal Deine Festplatten gecheckt?
 
Habe/Hatte das gleiche Problem, siehe:
 
Also crons schließ ich jetzt einfach mal aus, weil dieses Problem immer nach einer bestimmten Zeit nicht aber zu einem bestimmten Zeitpunkt auftritt.

Die Platte habe ich mit smartctl gecheckt -> keine Fehler.

Jetzt wollte ich den Speicher checken. Also habe ich memtest installiert. Dieses habe ich dann in grub eingebunden. Da das nicht funktioniert hat, habe ich versucht das ganze über die grub-update funktion zu machen. Daraufhin hatte ich keine Ausgabe mehr auf der seriellen Konsole und keine Auswahlmöglichkeit mehr vor dem Booten.

Das mit der seriellen Konsole habe ich wieder konfiguriert.
Allerdings fehlt mir immer noch das Auswahlmenü...

Hänge jetzt einfach mal meine menu.lst an, die grub beim Updaten erstellt hat.
Hoffentlich fällt jmd. was auf, was falsch sein könnte!

Code:
# menu.lsT - sEE: grub(8), info grub, update-grub(8)
#            grub-install(8), grub-floppy(8),
#            grub-md5-crypt, /usr/share/doc/grub
#            and /usr/share/doc/grub-doc/.

serial --unit=0 --speed=57600

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
default 0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (Normally the first entry defined).
timeout         5

# Pretty colours
color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title         Windows 95/98/NT/2000
# root          (hd0,0)
# makeactive
# chainloader   +1
#
# title         Linux
# root          (hd0,1)
# kernel        /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##      kopt_2_6_8=root=/dev/hdc1 ro
##      kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/hda3 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
##      alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##      lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(single-user) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##      memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##

title           Debian GNU/Linux, kernel 2.6.8-3-686 Default
root            (hd0,0)
kernel          /vmlinuz root=/dev/hda3 ro console=tty0 console=ttyS0,57600
initrd          /initrd.img
savedefault

title           Debian GNU/Linux, kernel 2.6.8-3-686 Default (recovery mode)
root            (hd0,0)
kernel          /vmlinuz root=/dev/hda3 ro single console=tty0 console=ttyS0,5766
00
initrd          /initrd.img
savedefault

title           Debian GNU/Linux, kernel 2.6.18-4-686
root            (hd0,0)
kernel          /vmlinuz-2.6.18-4-686 root=/dev/hda3 ro console=tty0 console=ttyy
S0,57600
initrd          /initrd.img-2.6.18-4-686
savedefault

title           Debian GNU/Linux, kernel 2.6.18-4-686 (recovery mode)

root            (hd0,0)
kernel          /vmlinuz-2.6.18-4-686 root=/dev/hda3 ro single console=tty0 conss
ole=ttyS0,57600
initrd          /initrd.img-2.6.18-4-686
savedefault

title           Debian GNU/Linux, kernel 2.6.8-3-686
root            (hd0,0)
kernel          /vmlinuz-2.6.8-3-686 root=/dev/hda3 ro console=tty0 console=ttySS
0,57600
initrd          /initrd.img-2.6.8-3-686
savedefault

title           Debian GNU/Linux, kernel 2.6.8-3-686 (recovery mode)
root            (hd0,0)
kernel          /vmlinuz-2.6.8-3-686 root=/dev/hda3 ro single console=tty0 consoo
le=ttyS0,57600
initrd          /initrd.img-2.6.8-3-686
savedefault

title           Debian GNU/Linux, kernel memtest86
root            (hd0,0)
kernel          /memtest86.bin console=tty0 console=ttyS0,57600

title           Debian GNU/Linux, kernel memtest86+
root            (hd0,0)
kernel          /memtest86+.bin console=tty0 console=ttyS0,57600

Danke!
 
Back
Top