Starten des Rootservers schlägt fehl

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
ksnorbert
Posts: 8
Joined: 2003-09-23 12:49
 

Starten des Rootservers schlägt fehl

Post by ksnorbert »

Hallo, wer kann mir helfen,
unser Rootserver startet nicht mehr im Normal-System, nur noch im Rescue-System.

fsck der Festplatten haben wir schon gemacht.
gestern war es auch schon so, nach fsck ging es aber wieder. Heute leider nicht.
Habe heute auch schon diese durchgefürt (kam vom Support)
===> im Rescue booten
===> mount /dev/hda3 /mnt
===> mount /dev/hda1 /mnt/boot
===> chroot /mnt
===> über w3m auf unserem update.pureserver.info unter local-updates den kernel-2.4.20.tar.gzherunterladen.
===> tar -xzf kernel-2.4.20.tar.gz
===> ins Verzeichnis boot wechseln
===> Befehl ln -sf vmlinuz-2.4.20 ausführen und somit den Kernel Link setzen
===> grub starten danach wieder direkt über quit beenden.
===> im Konfigurationsmenü wieder auf Normalesystem stellen
===> reboot und vorher nochmals fsck

brachte aber auch nichts.
Was kann noch überprüft werden.
Danke für eure Hilfe
KSNorbert
giffi
Posts: 140
Joined: 2003-05-17 14:52
 

Re: Starten des Rootservers schlägt fehl

Post by giffi »

Hmmm
das hier sieht wieder nach nem schönen Ratespielchen aus ;-)
Es wäre nicht schlecht wenn du uns noch ein paar weitere Informationen liefern könntest
(z.B Logfiles, Hardware-config ...)


Giffi
giffi
Posts: 140
Joined: 2003-05-17 14:52
 

Re: Starten des Rootservers schlägt fehl

Post by giffi »

Hi,

du hattest mir ja ne Mail geschickt!
Das halte ich für nicht sehr sinnvoll weil du damit die Möglicghkeit, daß dir auch noch andere helfen unterbindest.

Also sinnvoll an Logfiles wäre: /var/log/messages, /var/log/warn, /var/log/boot.msg

Und davon dann möglichst nur Die letzten Einträge vor dem Ausfall

(Wie du an die Logs drankommst weisst du hoffentlich)

Um ausschliessen zu können, ob nicht viellleicht die Festplatte langsam ihren Geist aufgibt:

Code: Select all

grep hda /var/log/*
Und die Ausgabe hier posten.

Hast du mit Yast ein Online-Update durchgeführt???


Giffi

PS: Das Topic wäre in Linux&Spezielle Distris besser aufgehoben gewesen
ksnorbert
Posts: 8
Joined: 2003-09-23 12:49
 

Festplatte

Post by ksnorbert »

na ob das was hilft?

rescue:/# grep hda /var/log/*
/var/log/boot.msg:<4>Kernel command line: root=/dev/hda3
/var/log/boot.msg:<4> ide0: BM-DMA at 0xdc00-0xdc07, BIOS settings: hda:DMA, hdb:pio
/var/log/boot.msg:<4>hda: IC35L040AVVN07-0, ATA DISK drive
/var/log/boot.msg:<6>hda: 80418240 sectors (41174 MB) w/1863KiB Cache, CHS=5005/255/63, UDMA(100)
/var/log/boot.msg:<6> hda: hda1 hda2 hda3
/var/log/boot.omsg:<4>Kernel command line: root=/dev/hda3
/var/log/boot.omsg:<4> ide0: BM-DMA at 0xdc00-0xdc07, BIOS settings: hda:DMA, hdb:pio
/var/log/boot.omsg:<4>hda: IC35L040AVVN07-0, ATA DISK drive
/var/log/boot.omsg:<6>hda: 80418240 sectors (41174 MB) w/1863KiB Cache, CHS=5005/255/63, UDMA(100)
/var/log/boot.omsg:<6> hda: hda1 hda2 hda3
Binary file /var/log/mail-20030717.gz matches
/var/log/messages:Sep 9 11:34:27 p15124998 kernel: hda: timeout waiting for DMA
/var/log/messages:Sep 9 11:34:27 p15124998 kernel: hda: status timeout: status=0xd0 { Busy }
/var/log/messages:Sep 9 11:34:27 p15124998 kernel: hda: drive not ready for command
/var/log/messages:Sep 19 11:41:46 p15124998 kernel: hda: irq timeout: status=0xd0 { Busy }
/var/log/warn:Apr 20 08:07:27 p15124998 kernel: hda: timeout waiting for DMA
/var/log/warn:Apr 20 08:07:27 p15124998 kernel: hda: status timeout: status=0xd0 { Busy }
/var/log/warn:Apr 20 08:07:27 p15124998 kernel: hda: drive not ready for command
/var/log/warn:Jun 12 10:34:43 p15124998 kernel: hda: timeout waiting for DMA
/var/log/warn:Jun 12 10:34:43 p15124998 kernel: hda: status timeout: status=0xd0 { Busy }
/var/log/warn:Jun 12 10:34:43 p15124998 kernel: hda: drive not ready for command
/var/log/warn:Jun 13 10:17:53 p15124998 kernel: hda: timeout waiting for DMA
/var/log/warn:Jun 13 10:17:53 p15124998 kernel: hda: status timeout: status=0xd0 { Busy }
/var/log/warn:Jun 13 10:17:53 p15124998 kernel: hda: drive not ready for command
/var/log/warn:Sep 9 11:34:27 p15124998 kernel: hda: timeout waiting for DMA
/var/log/warn:Sep 9 11:34:27 p15124998 kernel: hda: status timeout: status=0xd0 { Busy }
/var/log/warn:Sep 9 11:34:27 p15124998 kernel: hda: drive not ready for command
/var/log/warn:Sep 19 11:41:46 p15124998 kernel: hda: irq timeout: status=0xd0 { Busy }
/var/log/xferlog:Tue May 20 22:47:19 2003 1 217.83.196.32 1508 /html/satc/modules/bb_forum/modules/forum/style_images/1/birthdays.gif b _ i r web2 ftp 0 * c
rescue:/#
chris76
Posts: 1878
Joined: 2003-06-27 14:37
Location: Germering
 

Re: Starten des Rootservers schlägt fehl

Post by chris76 »

Schaut schon nach festplatte aus

siehe hier

http://www.rootforum.org/forum/viewtopic.php?p=60497

Ciao Christian
ksnorbert
Posts: 8
Joined: 2003-09-23 12:49
 

Message

Post by ksnorbert »

na ob das was hilft?

Sep 17 17:10:51 p15124998 PAM-warn[19922]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 17 17:10:51 p15124998 PAM-warn[19923]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 17 17:11:01 p15124998 /USR/SBIN/CRON[19929]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 17 17:11:03 p15124998 PAM-warn[19924]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 17 17:11:04 p15124998 PAM-warn[19853]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 17 17:11:04 p15124998 PAM-warn[19876]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 17 17:11:17 p15124998 PAM-warn[19923]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:44:21 p15124998 PAM-warn[1219]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:44:21 p15124998 PAM-warn[1216]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:44:33 p15124998 PAM-warn[1205]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:44:33 p15124998 PAM-warn[1217]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:44:34 p15124998 PAM-warn[1218]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:44:34 p15124998 PAM-warn[1215]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:44:34 p15124998 PAM-warn[1219]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:44:47 p15124998 PAM-warn[1216]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:44:48 p15124998 PAM-warn[1205]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:44:48 p15124998 PAM-warn[1217]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:44:48 p15124998 PAM-warn[1218]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:45:00 p15124998 /USR/SBIN/CRON[1244]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 16:45:00 p15124998 PAM-warn[1215]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:45:00 p15124998 PAM-warn[1219]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:45:00 p15124998 xinetd[483]: Deactivating service pop3 due to excessive incoming connections. Restarting in 10 seconds.
Sep 22 16:45:01 p15124998 PAM-warn[1216]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:45:01 p15124998 PAM-warn[1205]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:45:01 p15124998 PAM-warn[1217]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:45:10 p15124998 xinetd[483]: Activating service pop3
Sep 22 16:45:18 p15124998 xinetd[483]: Service pop3: server exit with 0 running servers
Sep 22 16:46:00 p15124998 /USR/SBIN/CRON[1274]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 16:47:00 p15124998 /USR/SBIN/CRON[1291]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 16:47:49 p15124998 PAM-warn[1219]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:47:49 p15124998 PAM-warn[1215]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:47:49 p15124998 PAM-warn[1218]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:47:50 p15124998 PAM-warn[1317]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:47:50 p15124998 PAM-warn[1318]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:47:58 p15124998 PAM-warn[1215]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:47:58 p15124998 PAM-warn[1219]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:00 p15124998 /USR/SBIN/CRON[1321]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 16:48:05 p15124998 PAM-warn[1218]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:05 p15124998 PAM-warn[1317]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:05 p15124998 PAM-warn[1318]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:06 p15124998 PAM-warn[1215]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:06 p15124998 PAM-warn[1219]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:18 p15124998 PAM-warn[1218]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:19 p15124998 PAM-warn[1317]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:19 p15124998 PAM-warn[1215]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:32 p15124998 PAM-warn[1318]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:32 p15124998 PAM-warn[1218]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:32 p15124998 PAM-warn[1215]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:46 p15124998 PAM-warn[1317]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:46 p15124998 PAM-warn[1218]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:46 p15124998 PAM-warn[1215]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:47 p15124998 PAM-warn[1318]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:58 p15124998 PAM-warn[1218]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:58 p15124998 PAM-warn[1317]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:59 p15124998 PAM-warn[1215]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:59 p15124998 PAM-warn[1318]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:48:59 p15124998 /USR/SBIN/CRON[1339]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 16:49:12 p15124998 PAM-warn[1219]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:49:12 p15124998 PAM-warn[1218]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:49:12 p15124998 PAM-warn[1317]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:49:12 p15124998 PAM-warn[1215]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:49:25 p15124998 PAM-warn[1219]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:49:25 p15124998 PAM-warn[1218]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:49:25 p15124998 PAM-warn[1317]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:49:26 p15124998 PAM-warn[1318]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:50:01 p15124998 /USR/SBIN/CRON[1360]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 16:51:00 p15124998 /USR/SBIN/CRON[1391]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 16:52:00 p15124998 /USR/SBIN/CRON[1396]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 16:53:00 p15124998 /USR/SBIN/CRON[1416]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 16:53:28 p15124998 PAM-warn[1419]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:53:28 p15124998 PAM-warn[1420]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:53:28 p15124998 PAM-warn[1421]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:53:28 p15124998 PAM-warn[1423]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:53:28 p15124998 PAM-warn[1425]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:53:37 p15124998 PAM-warn[1419]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:53:37 p15124998 PAM-warn[1420]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:53:37 p15124998 PAM-warn[1421]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:53:50 p15124998 PAM-warn[1423]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:53:50 p15124998 PAM-warn[1421]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:53:50 p15124998 PAM-warn[1425]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:54:00 p15124998 /USR/SBIN/CRON[1432]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 16:54:03 p15124998 PAM-warn[1419]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:54:03 p15124998 PAM-warn[1420]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:54:04 p15124998 PAM-warn[1423]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:54:17 p15124998 PAM-warn[1421]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:54:17 p15124998 PAM-warn[1425]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:54:17 p15124998 PAM-warn[1420]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:54:17 p15124998 PAM-warn[1423]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:54:24 p15124998 PAM-warn[1419]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:54:30 p15124998 PAM-warn[1421]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 16:54:31 p15124998 PAM-warn[1425]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p4] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 19:57:00 p15124998 /USR/SBIN/CRON[5020]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 19:58:00 p15124998 /USR/SBIN/CRON[5028]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 19:59:00 p15124998 /USR/SBIN/CRON[5042]: (root) CMD ( rm -f /var/spool/cron/lastrun/cron.hourly)
Sep 22 19:59:00 p15124998 /USR/SBIN/CRON[5043]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:00:00 p15124998 /USR/SBIN/CRON[5062]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:00:29 p15124998 run-crons[5063]: traffic_report returned 1
Sep 22 20:01:00 p15124998 /USR/SBIN/CRON[5147]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:01:36 p15124998 vsftpd: PAM-listfile: Couldn't open /etc/ftpusers
Sep 22 20:02:00 p15124998 /USR/SBIN/CRON[5182]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:03:00 p15124998 /USR/SBIN/CRON[5194]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:04:00 p15124998 /USR/SBIN/CRON[5199]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:05:00 p15124998 /USR/SBIN/CRON[5216]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:05:17 p15124998 PAM-warn[5242]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p11] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 20:06:00 p15124998 /USR/SBIN/CRON[5247]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:07:00 p15124998 /USR/SBIN/CRON[5260]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:08:00 p15124998 /USR/SBIN/CRON[5268]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 19:59:00 p15124998 /USR/SBIN/CRON[5043]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:00:00 p15124998 /USR/SBIN/CRON[5062]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:00:29 p15124998 run-crons[5063]: traffic_report returned 1
Sep 22 20:01:00 p15124998 /USR/SBIN/CRON[5147]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:01:36 p15124998 vsftpd: PAM-listfile: Couldn't open /etc/ftpusers
Sep 22 20:02:00 p15124998 /USR/SBIN/CRON[5182]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:03:00 p15124998 /USR/SBIN/CRON[5194]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:04:00 p15124998 /USR/SBIN/CRON[5199]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:05:00 p15124998 /USR/SBIN/CRON[5216]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:05:17 p15124998 PAM-warn[5242]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p11] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 20:06:00 p15124998 /USR/SBIN/CRON[5247]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:07:00 p15124998 /USR/SBIN/CRON[5260]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:08:00 p15124998 /USR/SBIN/CRON[5268]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:09:00 p15124998 /USR/SBIN/CRON[5278]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:10:00 p15124998 /USR/SBIN/CRON[5289]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:10:01 p15124998 xinetd[483]: Deactivating service pop3 due to excessive incoming connections. Restarting in 10 seconds.
Sep 22 20:10:11 p15124998 xinetd[483]: Activating service pop3
Sep 22 20:11:00 p15124998 /USR/SBIN/CRON[5305]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:12:00 p15124998 /USR/SBIN/CRON[5310]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:13:00 p15124998 /USR/SBIN/CRON[5333]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:14:00 p15124998 /USR/SBIN/CRON[5337]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:15:00 p15124998 /USR/SBIN/CRON[5354]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:15:01 p15124998 xinetd[483]: Deactivating service pop3 due to excessive incoming connections. Restarting in 10 seconds.
Sep 22 20:15:11 p15124998 xinetd[483]: Activating service pop3
Sep 22 20:16:00 p15124998 /USR/SBIN/CRON[5389]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:17:00 p15124998 /USR/SBIN/CRON[5400]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:18:00 p15124998 /USR/SBIN/CRON[5418]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:19:00 p15124998 /USR/SBIN/CRON[5428]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:20:00 p15124998 /USR/SBIN/CRON[5441]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:21:00 p15124998 /USR/SBIN/CRON[5476]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:22:00 p15124998 /USR/SBIN/CRON[5480]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:22:59 p15124998 /USR/SBIN/CRON[5494]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:23:11 p15124998 PAM-warn[5497]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p11] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 20:24:01 p15124998 /USR/SBIN/CRON[5511]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:24:02 p15124998 PAM-warn[5497]: function=[pam_sm_authenticate] service=[smtp] terminal=[<unknown>] user=[web1p11] ruser=[<unknown>] rhost=[<unknown>]
Sep 22 20:24:59 p15124998 /USR/SBIN/CRON[5525]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:26:01 p15124998 /USR/SBIN/CRON[5555]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:26:59 p15124998 /USR/SBIN/CRON[5566]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:28:00 p15124998 /USR/SBIN/CRON[5574]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:29:00 p15124998 /USR/SBIN/CRON[5585]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:30:00 p15124998 /USR/SBIN/CRON[5598]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:31:01 p15124998 /USR/SBIN/CRON[5653]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:32:00 p15124998 /USR/SBIN/CRON[5657]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:33:00 p15124998 /USR/SBIN/CRON[5669]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:34:00 p15124998 /USR/SBIN/CRON[5673]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:35:00 p15124998 /USR/SBIN/CRON[5690]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:36:00 p15124998 /USR/SBIN/CRON[5719]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:37:00 p15124998 /USR/SBIN/CRON[5730]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:38:00 p15124998 /USR/SBIN/CRON[5737]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:39:00 p15124998 /USR/SBIN/CRON[5747]: (root) CMD (/root/confixx/confixx_counterscript.pl)
Sep 22 20:40:00 p15124998 /USR/SBIN/CRON[5757]: (root) CMD (/root/confixx/confixx_counterscript.pl)
chris76
Posts: 1878
Joined: 2003-06-27 14:37
Location: Germering
 

Re: Starten des Rootservers schlägt fehl

Post by chris76 »

Da steht nur dein Counterscript und das jemand mails machen wollte und aufgrund fehlender authentifizierung( sch.... wort) nicht konnte.

Ciao Christian
ksnorbert
Posts: 8
Joined: 2003-09-23 12:49
 

gesehen

Post by ksnorbert »

chris76 wrote:Da steht nur dein Counterscript und das jemand mails machen wollte und aufgrund fehlender authentifizierung( sch.... wort) nicht konnte.

Ciao Christian
das hab ich auch gesehen. Danke für eure Hilfe.

Es fehlen leider die Einträger des Absturzes vom 21.09 und vom 22.09 ab 20Uhr.
Der server ist jetzt ganz DOWN. Werde Reinitialisierung einleiten.

Nochmals vielen Dank ann alle.
ksnorbert
Posts: 8
Joined: 2003-09-23 12:49
 

gesehen

Post by ksnorbert »

chris76 wrote:Da steht nur dein Counterscript und das jemand mails machen wollte und aufgrund fehlender authentifizierung( sch.... wort) nicht konnte.

Ciao Christian
das hab ich auch gesehen. Danke für eure Hilfe.

Es fehlen leider die Einträger des Absturzes vom 21.09 und vom 22.09 ab 20Uhr.
Der server ist jetzt ganz DOWN. Werde Reinitialisierung einleiten.

Nochmals vielen Dank ann alle.
chris76
Posts: 1878
Joined: 2003-06-27 14:37
Location: Germering
 

Re: Starten des Rootservers schlägt fehl

Post by chris76 »

Gut aber wg. der Festplatte würde ich schon was unternehmen bei den Meldungen. Gib mal die logs an 1und1 oder wo du bist weiter

Ciao Christian
ksnorbert
Posts: 8
Joined: 2003-09-23 12:49
 

Re: Starten des Rootservers schlägt fehl

Post by ksnorbert »

chris76 wrote:Gut aber wg. der Festplatte würde ich schon was unternehmen bei den Meldungen. Gib mal die logs an 1und1 oder wo du bist weiter

Ciao Christian
habe mit denen telefoniert, kein problem, sagen die bei 1und1.
server is jetzt neu aufgesetzt worden. hat ca. 30min gedauert.
nach rücksichern der daten und einiger einstellungen läuft er jetzt wieder
:-) 23:00 Uhr
chris76
Posts: 1878
Joined: 2003-06-27 14:37
Location: Germering
 

Re: Starten des Rootservers schlägt fehl

Post by chris76 »

Was ist kein Problem lt. 1und1?

Die Meldungen im logfile oder das sie die platte austauschen?

Ciao Christian
ksnorbert
Posts: 8
Joined: 2003-09-23 12:49
 

Re: Starten des Rootservers schlägt fehl

Post by ksnorbert »

chris76 wrote:Was ist kein Problem lt. 1und1?

Die Meldungen im logfile oder das sie die platte austauschen?

Ciao Christian

Festplatte tauschen
Post Reply