Server reagiert plötzlich nicht mehr ...

Alle weiteren Dienste, die nicht in die drei oberen Foren gehören.
Antworten
darkx
Beiträge: 33
Registriert: 31.07.2009 14:10:40

Server reagiert plötzlich nicht mehr ...

Beitrag von darkx » 15.10.2009 00:58:53

Hallo Debian Community,

ich habe seit vorgestern ein komisches problem, ich kann wenn das Problem auftritt weder meine Seiten erreichen nocht per Putty Connecten.
Erst nach einem Reboot funktioniert alles wieder. Nur dann tritt das Problem irgendwann wieder auf.
Das ist ein Virtueller Server über HyperVM.

Hier mal ein Auszug aus dem syslog

Code: Alles auswählen

Oct 14 14:46:27 xyzspace suhosin[11521]: ALERT - configured GET variable value length limit exceeded - dropped variable 'u' (attacker '127.0.0.1', file '/var/customers/webs/sumjumbo/browse.php') 
Oct 14 14:46:40 xyzspace shutdown[11574]: shutting down for system halt
Oct 14 14:46:45 xyzspace suhosin[11521]: ALERT - configured GET variable value length limit exceeded - dropped variable 'u' (attacker '127.0.0.1', file '/var/customers/webs/sumjumbo/browse.php') 
Oct 14 14:46:45 xyzspace init: Switching to runlevel: 0
Oct 14 14:47:17 xyzspace authdaemond: stopping authdaemond children
Oct 14 14:47:20 xyzspace postfix/master[686]: terminating on signal 15
Oct 14 14:47:23 xyzspace mysqld[515]: 091014 14:47:23 [Note] /usr/sbin/mysqld: Normal shutdown
Oct 14 14:47:23 xyzspace mysqld[515]: 
Oct 14 14:47:24 xyzspace mysqld[515]: 091014 14:47:24  InnoDB: Starting shutdown...
Oct 14 14:47:32 xyzspace mysqld[515]: 091014 14:47:32  InnoDB: Shutdown completed; log sequence number 0 43655
Oct 14 14:47:32 xyzspace mysqld[515]: 091014 14:47:32 [Note] /usr/sbin/mysqld: Shutdown complete
Oct 14 14:47:32 xyzspace mysqld[515]: 
Oct 14 14:47:32 xyzspace mysqld_safe[11663]: ended
Oct 14 14:47:35 xyzspace ntpd[748]: ntpd exiting on signal 15
Oct 14 14:47:36 xyzspace named[423]: received control channel command 'stop -p'
Oct 14 14:47:37 xyzspace named[423]: shutting down: flushing changes
Oct 14 14:47:37 xyzspace named[423]: stopping command channel on 127.0.0.1#953
Oct 14 14:47:37 xyzspace named[423]: stopping command channel on ::1#953
Oct 14 14:47:37 xyzspace named[423]: no longer listening on ::#53
Oct 14 14:47:37 xyzspace named[423]: no longer listening on 127.0.0.1#53
Oct 14 14:47:37 xyzspace named[423]: no longer listening on 91.214.44.43#53
Oct 14 14:47:37 xyzspace named[423]: no longer listening on 91.214.44.44#53
Oct 14 14:47:37 xyzspace named[423]: exiting
Oct 14 14:47:37 xyzspace kernel: Kernel logging (proc) stopped.
Oct 14 14:47:37 xyzspace kernel: Kernel log daemon terminating.
Oct 14 14:47:39 xyzspace exiting on signal 15
Oct 15 00:20:26 xyzspace syslogd 1.5.0#5: restart.


In kern log stand dies:

Code: Alles auswählen

Oct 14 14:46:40 xyzspace shutdown[11574]: shutting down for system halt
Oct 14 14:47:37 xyzspace kernel: Kernel logging (proc) stopped.
Oct 14 14:47:37 xyzspace kernel: Kernel log daemon terminating.
Oct 14 14:47:39 xyzspace exiting on signal 15
Den restart habe ich gemacht, um überhaupt wieder auf den Server zu kommen.

Ich hoffe ihr oder jemang kann mir helfen :)

rendegast
Beiträge: 15041
Registriert: 27.02.2006 16:50:33
Lizenz eigener Beiträge: MIT Lizenz

Re: Server reagiert plötzlich nicht mehr ...

Beitrag von rendegast » 15.10.2009 03:43:24

Vielleicht frißt mysql oder apache den Server?
Es gibt Situationen, in denen andere Prozesse gekillt werden, um Ressourcen frei zu machen.

Aber ob/wann dadurch der sshd betroffen sein kann?
Meldungen im dmesg bezüglich des sshd?

Den Server beobachten?

Code: Alles auswählen

free -s 10

iostat
http://linux.die.net/man/1/dstat
http://www.mysql.com/news-and-events/ne ... 00301.html
usw. usf.

https://launchpad.net/mysql-tuning-primer
http://packages.debian.org/search?keywords=mysqltuner
mfg rendegast
-----------------------
Viel Eifer, viel Irrtum; weniger Eifer, weniger Irrtum; kein Eifer, kein Irrtum.
(Lin Yutang "Moment in Peking")

Antworten