• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[geloest] OpenSuse 11.4 läuft sehr instabil-bootet in 50 %

hallo Community,

bei meinem OpenSuse 11.4 / KDE 4.6 stelle ich seit mehreren Wochen fest, dass der Bootvorgang nicht mehr sauberr durchgeführt wird. Oftmals bleibt er in der Mitte hängen. wenn mal zu Ende ausgeführt, dann bricht das ganze System bei den geringsten Belastungen schon zusammen.

Was kann da los sein - (Anm.Ich hab das Ganz vor ca. 3 bis 4 Wochen frisch installiert. - ggf. ist bei der Installation was schief gegangen.

Glaub dass es jetzt vielle. Zeit ist mal zu gucken, wie ich die Partionen angelegt hab - wie das mit dem SWAP aussieht, wie der Rechner ganz grundsätzlich eingestellt ist.

FRAGE; OpenSuse 11.4 Linux hat - um diese Frage zu klären doch auch eigene Bordmittel. Ich benötige doch jetzt nicht noch CDs die die Hardware vermessen, bzw. die Partitionen
auslesen und den Zustand dort dokumentieren...
Das kann OpenSuse doch auch mit Bordmitteln....!?

Ich bin ziemlich sicher dass da der Fehler liegt. Jedenfalls glaub ich nicht, dass ein schlichtes UPDATEN mich von diesen PRoblemen befreit....!?
 

Jägerschlürfer

Moderator
Teammitglied
Zeig doch mal die Ausgabe von
Code:
zypper lr -uP
damit wir sehen, was für Repos du eingebunden hast.
Dann zeig mal noch die Ausgabe von
Code:
fdisk -l
damit wir sehen, wie deine Platte eingerichtet ist.
Mit
Code:
top
kannst du dir dann auch noch anzeigen lassen, welche Prozesse am laufen sind und welche den Rechner am meisten belasten und du siehst die Auslastung deines Speichers.
 
OP
L

lin

Hallo Jaegerschlürfer, vielen Dank für die schnelle Antwort.

hier die Ausgaben:

Code:
martin@linux-ps95:~> su
Passwort: 
linux-ps95:/home/martin # zypper lr -uP
#  | Alias                                     | Name                                      | Aktiviert | Aktualisieren | Priorität | URI                                                                  
---+-------------------------------------------+-------------------------------------------+-----------+---------------+-----------+----------------------------------------------------------------------
 1 | Aktualisierungen-für-openSUSE-11.4-11.4-0 | Aktualisierungen für openSUSE 11.4 11.4-0 | Ja        | Ja            |   99      | http://download.opensuse.org/update/11.4/                            
 2 | Packman Repository                        | Packman Repository                        | Ja        | Ja            |   99      | http://ftp.uni-erlangen.de/pub/mirrors/packman/suse/openSUSE_11.4    
 3 | openSUSE-11.4-11.4-0                      | openSUSE-11.4-11.4-0                      | Ja        | Nein          |   99      | cd:///?devices=/dev/disk/by-id/ata-HL-DT-STDVD-RAM_GH22NP20,/dev/sr0 
 4 | repo-debug                                | openSUSE-11.4-Debug                       | Nein      | Ja            |   99      | http://download.opensuse.org/debug/distribution/11.4/repo/oss/       
 5 | repo-debug-update                         | openSUSE-11.4-Update-Debug                | Nein      | Ja            |   99      | http://download.opensuse.org/debug/update/11.4/                      
 6 | repo-non-oss                              | openSUSE-11.4-Non-Oss                     | Ja        | Ja            |   99      | http://download.opensuse.org/distribution/11.4/repo/non-oss/         
 7 | repo-oss                                  | openSUSE-11.4-Oss                         | Ja        | Ja            |   99      | http://download.opensuse.org/distribution/11.4/repo/oss/             
 8 | repo-source                               | openSUSE-11.4-Source                      | Nein      | Ja            |   99      | http://download.opensuse.org/source/distribution/11.4/repo/oss/      
 9 | server:php                                | server:php                                | Ja        | Ja            |   99      | http://download.opensuse.org/repositories/server:/php/openSUSE_11.4/ 
10 | spins:invis                               | spins:invis                               | Ja        | Ja            |   99      | http://download.opensuse.org/repositories/spins:/invis/openSUSE_11.4/
linux-ps95:/home/martin #

Problem hier - die Priorität - steht alles auf 99. Ist nicht clever glaub ich. Muss ich ändern!!! Sonst sind das ja auch irgendwie Konflikte..


Das untenstehnde gabs beim Blick auf die Platte - und ich glaub dass ich hier sehr unklug eingerichtet habe. Kann man da noch was machen!? JETZT ?!

Code:
linux-ps95:/home/martin # fdisk -l

Disk /dev/sda: 160.0 GB, 160000000000 bytes
255 Köpfe, 63 Sektoren/Spur, 19452 Zylinder, zusammen 312500000 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0007f574

   Gerät  boot.     Anfang        Ende     Blöcke   Id  System
/dev/sda1            2048     4208639     2103296   82  Linux Swap / Solaris
/dev/sda2   *     4208640    46153727    20972544   83  Linux
/dev/sda3        46153728   312498175   133172224   83  Linux
                                                                                                                                                                         
Platte /dev/sdb: 4007 MByte, 4007657472 Byte                                                                                                                             
86 Köpfe, 22 Sektoren/Spur, 4137 Zylinder, zusammen 7827456 Sektoren                                                                                                     
Einheiten = Sektoren von 1 × 512 = 512 Bytes                                                                                                                             
Sector size (logical/physical): 512 bytes / 512 bytes                                                                                                                    
I/O size (minimum/optimal): 512 bytes / 512 bytes                                                                                                                        
Disk identifier: 0x00000000                                                                                                                                              
                                                                                                                                                                         
Gerät  boot.     Anfang        Ende     Blöcke   Id  System                                                                                                           
/dev/sdb1            8064     7827455     3909696    c  W95 FAT32 (LBA)                                                                                                  
linux-ps95:/home/martin #

Die Ausgabe zu TOP

Code:
top - 16:54:58 up  7:02,  3 users,  load average: 0.60, 1.51, 1.57
Tasks: 179 total,   1 running, 178 sleeping,   0 stopped,   0 zombie
Cpu(s): 13.9%us,  9.8%sy,  0.0%ni, 75.6%id,  0.7%wa,  0.0%hi,  0.0%si,  0.0%st
Mem:   1025284k total,  1012008k used,    13276k free,    22752k buffers
Swap:        0k total,        0k used,        0k free,   197568k cached

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND                                                                                                     
 3049 martin    20   0  239m  18m 5916 S   17  1.9  17:45.77 kwin                                                                                                        
 1292 root      20   0  154m  37m 2960 S   13  3.7  11:50.48 Xorg                                                                                                        
18984 martin    20   0  136m  10m 4048 S    6  1.1   0:19.34 konsole                                                                                                     
19880 root      20   0 31096 7952 6808 S    3  0.8   0:00.12 packagekitd                                                                                                 
19853 martin    20   0  106m  23m  14m S    3  2.3   0:13.57 plugin-containe                                                                                             
 3178 martin    20   0  336m  23m 7380 S    2  2.4   1:05.94 plasma-desktop                                                                                              
19651 martin    20   0  358m  85m  30m S    2  8.6   0:28.46 firefox-bin                                                                                                 
 1030 messageb  20   0  3832 1552  532 S    1  0.2   0:43.26 dbus-daemon                                                                                                 
    4 root      20   0     0    0    0 S    1  0.0   0:25.93 kworker/0:0                                                                                                 
    9 root      20   0     0    0    0 S    1  0.0   0:15.59 kworker/1:0                                                                                                 
 1645 root      20   0 25540 2056  660 S    0  0.2   0:11.12 polkitd                                                                                                     
 2409 martin    20   0  248m 7940 2740 S    0  0.8   0:03.94 kded4                                                                                                       
 4324 martin    20   0  583m  42m 5088 S    0  4.2   0:22.07 amarok                                                                                                      
 4465 mysql     20   0  118m  11m   72 S    0  1.1   0:09.04 mysqld                                                                                                      
 4471 martin    20   0  120m 5984 1992 S    0  0.6   0:01.39 klipper                                                                                                     
19086 root      20   0  2516  732  432 R    0  0.1   0:05.83 top                                                                                                         
    1 root      20   0  2216  316  212 S    0  0.0   0:01.27 init                                                                                                        
    2 root      20   0     0    0    0 S    0  0.0   0:00.03 kthreadd                                                                                                    
    3 root      20   0     0    0    0 S    0  0.0   0:00.87 ksoftirqd/0                                                                                                 
    6 root      RT   0     0    0    0 S    0  0.0   0:00.00 migration/0                                                                                                 
    7 root      RT   0     0    0    0 S    0  0.0   0:00.10 watchdog/0                                                                                                  
    8 root      RT   0     0    0    0 S    0  0.0   0:00.00 migration/1                                                                                                 
   10 root      20   0     0    0    0 S    0  0.0   0:00.72 ksoftirqd/1                                                                                                 
   11 root      20   0     0    0    0 S    0  0.0   0:00.00 kworker/0:1                                                                                                 
   12 root      RT   0     0    0    0 S    0  0.0   0:00.09 watchdog/1                                                                                                  
   13 root       0 -20     0    0    0 S    0  0.0   0:00.00 cpuset                                                                                                      
   14 root       0 -20     0    0    0 S    0  0.0   0:00.00 khelper                                                                                                     
   15 root       0 -20     0    0    0 S    0  0.0   0:00.00 netns                                                                                                       
   16 root      20   0     0    0    0 S    0  0.0   0:00.04 sync_supers                                                                                                 
   17 root      20   0     0    0    0 S    0  0.0   0:00.00 bdi-default                                                                                                 
   18 root       0 -20     0    0    0 S    0  0.0   0:00.00 kintegrityd                                                                                                 
   19 root       0 -20     0    0    0 S    0  0.0   0:00.00 kblockd                                                                                                     
   20 root       0 -20     0    0    0 S    0  0.0   0:00.00 kacpid                                                                                                      
   21 root       0 -20     0    0    0 S    0  0.0   0:00.00 kacpi_notify                                                                                                
   22 root       0 -20     0    0    0 S    0  0.0   0:00.00 kacpi_hotplug                                                                                               
   23 root      20   0     0    0    0 S    0  0.0   0:00.00 kseriod                                                                                                     
   24 root       0 -20     0    0    0 S    0  0.0   0:00.00 md                                                                                                          
   25 root      20   0     0    0    0 S    0  0.0   0:00.00 kworker/1:1                                                                                                 
   26 root       0 -20     0    0    0 S    0  0.0   0:00.00 kondemand                                                                                                   
   27 root      20   0     0    0    0 S    0  0.0   0:00.00 khungtaskd                                                                                                  
   28 root      20   0     0    0    0 S    0  0.0   0:21.36 kswapd0                                                                                                     
   29 root      25   5     0    0    0 S    0  0.0   0:00.00 ksmd                                                                                                        
   30 root      20   0     0    0    0 S    0  0.0   0:00.22 fsnotify_mark                                                                                               
   31 root       0 -20     0    0    0 S    0  0.0   0:00.00 aio                                                                                                         
   32 root       0 -20     0    0    0 S    0  0.0   0:00.00 crypto                                                                                                      
   36 root       0 -20     0    0    0 S    0  0.0   0:00.00 kthrotld                                                                                                    
   37 root       0 -20     0    0    0 S    0  0.0   0:00.00 kpsmoused                                                                                                   
   38 root       0 -20     0    0    0 S    0  0.0   0:00.00 ceph-msgr                                                                                                   
   66 root       0 -20     0    0    0 S    0  0.0   0:00.00 ata_sff                                                                                                     
   71 root      20   0     0    0    0 S    0  0.0   0:02.36 scsi_eh_0                                                                                                   
   72 root      20   0     0    0    0 S    0  0.0   0:00.00 scsi_eh_1

Also - ich glaube dass da immer sehr sehr viel läut. Oft crashd einfach der FireFox oder der Amarok, oder die ganze Kiste stürzt ab.

Ich glaub dass ich jede Menge Baustellen habe- resultierend aus deinen Terminal-Abfragen. Super wärs wenn ich nicht nochmals neu installieren muss - sondern das irgendwie so beheben kann / koennte.

Was meinst du / meint ihr!?

Schonmal vielen Dank für Hilfe / Tipps u. Anregungen.


lin
 
Was stört Dich an der Partitionierung? Sie paßt.

Hast Du schon den Hauptspeicher ausführlich mit memtest geprüft? Außerdem könntest Du die Festplatte mit einem Programm des Herstellers oder mit dem Hitachi Drive Fitness Test überprüfen. Was zeigt:
Code:
smartctl -a /dev/sda
Dann könntest Du noch schauen, ob das Deaktivieren der diversen KDE 4-Effekte etwas ändert.
 
OP
L

lin

Hallo josef-wien, vielen Dank fürs schnelle Antworten!

josef-wien schrieb:
Was stört Dich an der Partitionierung? Sie paßt.

Hast Du schon den Hauptspeicher ausführlich mit memtest geprüft? Außerdem könntest Du die Festplatte mit einem Programm des Herstellers oder mit dem Hitachi Drive Fitness Test überprüfen. Was zeigt:
Code:
smartctl -a /dev/sda
Dann könntest Du noch schauen, ob das Deaktivieren der diversen KDE 4-Effekte etwas ändert.[/quote]

Mit Memtest hab ich die Festplatte noch nicht getestet. Das koennte ich nochmals machen...

http://pastebin.de/19363
Code:
linux-ps95:/home/martin # smartctl -a /dev/sda
smartctl 5.40 2010-10-16 r3189 [i686-pc-linux-gnu] (SUSE RPM)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Model Family:     Maxtor DiamondMax 10 family (ATA/133 and SATA/150)
Device Model:     Maxtor 6L160M0
Serial Number:    L30M1WSG    L30M1WSG
Firmware Version: BACE1G10
User Capacity:    160.000.000.000 bytes
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   7
ATA Standard is:  ATA/ATAPI-7 T13 1532D revision 0
Local Time is:    Sat Oct 15 20:09:23 2011 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82) Offline data collection activity
                                        was completed without error.
                                        Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0) The previous self-test routine completed
                                        without error or no self-test has ever 
                                        been run.
Total time to complete Offline 
data collection:                 (1202) seconds.
Offline data collection
capabilities:                    (0x5b) SMART execute Offline immediate.
                                        Auto Offline data collection on/off support.
                                        Suspend Offline collection upon new
                                        command.
                                        Offline surface scan supported.
                                        Self-test supported.
                                        No Conveyance Self-test supported.
                                        Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering                                                                                                 
                                        power-saving mode.                                                                                                               
                                        Supports SMART auto save timer.                                                                                                  
Error logging capability:        (0x01) Error logging supported.                                                                                                         
                                        General Purpose Logging supported.                                                                                               
Short self-test routine                                                                                                                                                  
recommended polling time:        (   2) minutes.                                                                                                                         
Extended self-test routine                                                                                                                                               
recommended polling time:        (  60) minutes.                                                                                                                         
SCT capabilities:              (0x0021) SCT Status supported.                                                                                                            
                                        SCT Data Table supported.                                                                                                        
                                                                                                                                                                         
SMART Attributes Data Structure revision number: 16                                                                                                                      
Vendor Specific SMART Attributes with Thresholds:                                                                                                                        
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE                                                                         
  3 Spin_Up_Time            0x0027   210   202   063    Pre-fail  Always       -       17803                                                                             
  4 Start_Stop_Count        0x0032   253   253   000    Old_age   Always       -       1351                                                                              
  5 Reallocated_Sector_Ct   0x0033   253   253   063    Pre-fail  Always       -       0                                                                                 
  6 Read_Channel_Margin     0x0001   253   253   100    Pre-fail  Offline      -       0
  7 Seek_Error_Rate         0x000a   253   252   000    Old_age   Always       -       0
  8 Seek_Time_Performance   0x0027   247   240   187    Pre-fail  Always       -       48485
  9 Power_On_Minutes        0x0032   224   224   000    Old_age   Always       -       362h+41m
 10 Spin_Retry_Count        0x002b   250   225   157    Pre-fail  Always       -       3
 11 Calibration_Retry_Count 0x002b   253   252   223    Pre-fail  Always       -       0
 12 Power_Cycle_Count       0x0032   250   250   000    Old_age   Always       -       1337
192 Power-Off_Retract_Count 0x0032   253   253   000    Old_age   Always       -       0
193 Load_Cycle_Count        0x0032   253   253   000    Old_age   Always       -       0
194 Temperature_Celsius     0x0032   039   253   000    Old_age   Always       -       37
195 Hardware_ECC_Recovered  0x000a   253   252   000    Old_age   Always       -       14903
196 Reallocated_Event_Count 0x0008   253   253   000    Old_age   Offline      -       0
197 Current_Pending_Sector  0x0008   253   253   000    Old_age   Offline      -       0
198 Offline_Uncorrectable   0x0008   253   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0008   129   001   000    Old_age   Offline      -       3900
200 Multi_Zone_Error_Rate   0x000a   253   252   000    Old_age   Always       -       0
201 Soft_Read_Error_Rate    0x000a   253   252   000    Old_age   Always       -       0
202 Data_Address_Mark_Errs  0x000a   253   252   000    Old_age   Always       -       0
203 Run_Out_Cancel          0x000b   253   252   180    Pre-fail  Always       -       0
204 Soft_ECC_Correction     0x000a   253   252   000    Old_age   Always       -       0
205 Thermal_Asperity_Rate   0x000a   253   252   000    Old_age   Always       -       0
207 Spin_High_Current       0x002a   250   225   000    Old_age   Always       -       3
208 Spin_Buzz               0x002a   253   252   000    Old_age   Always       -       0
209 Offline_Seek_Performnce 0x0024   234   234   000    Old_age   Offline      -       234
210 Unknown_Attribute       0x0032   253   252   000    Old_age   Always       -       0
211 Unknown_Attribute       0x0032   253   252   000    Old_age   Always       -       0
212 Unknown_Attribute       0x0032   253   252   000    Old_age   Always       -       0

SMART Error Log Version: 1
ATA Error Count: 578 (device log contains only the most recent five errors)
        CR = Command Register [HEX]
        FR = Features Register [HEX]
        SC = Sector Count Register [HEX]
        SN = Sector Number Register [HEX]
        CL = Cylinder Low Register [HEX]
        CH = Cylinder High Register [HEX]
        DH = Device/Head Register [HEX]
        DC = Device Command Register [HEX]
        ER = Error register [HEX]
        ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.

Error 578 occurred at disk power-on lifetime: 1711 hours (71 days + 7 hours)
  When the command that caused the error occurred, the device was in an unknown state.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 00 08 ce f7 48 e0   8 sectors at LBA = 0x0048f7ce = 4782030

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  25 00 08 ce f7 48 e0 00      05:12:03.108  READ DMA EXT
  25 00 08 ce f7 48 e0 00      05:12:01.575  READ DMA EXT
  25 00 08 ce f7 48 e0 00      05:12:00.050  READ DMA EXT
  25 00 08 ce f7 48 e0 00      05:11:58.526  READ DMA EXT
  25 00 08 ce f7 48 e0 00      05:11:57.098  READ DMA EXT

Error 577 occurred at disk power-on lifetime: 1711 hours (71 days + 7 hours)
  When the command that caused the error occurred, the device was in an unknown state.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 00 08 ce f7 48 e0   8 sectors at LBA = 0x0048f7ce = 4782030

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  25 00 08 ce f7 48 e0 00      05:12:01.575  READ DMA EXT
  25 00 08 ce f7 48 e0 00      05:12:00.050  READ DMA EXT
  25 00 08 ce f7 48 e0 00      05:11:58.526  READ DMA EXT
  25 00 08 ce f7 48 e0 00      05:11:57.098  READ DMA EXT
  ea 00 00 05 0e 41 a0 00      05:11:57.066  FLUSH CACHE EXT

Error 576 occurred at disk power-on lifetime: 1711 hours (71 days + 7 hours)
  When the command that caused the error occurred, the device was in an unknown state.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  40 00 08 ce f7 48 e0   8 sectors at LBA = 0x0048f7ce = 4782030

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  25 00 08 ce f7 48 e0 00      05:12:00.050  READ DMA EXT
  25 00 08 ce f7 48 e0 00      05:11:58.526  READ DMA EXT
  25 00 08 ce f7 48 e0 00      05:11:57.098  READ DMA EXT
  ea 00 00 05 0e 41 a0 00      05:11:57.066  FLUSH CACHE EXT
  35 00 08 fe 0d 41 e0 00      05:11:57.066  WRITE DMA EXT

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]


SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

Das o.g. ist das Resultat

ich kann ja auch noch mals MEMTEST durchführen, oder die Hitachi-Test durchlaufen lassen.
Zu den KDE-Effekten. Das halte ich für eine gute Idee.

By the way: Wie kann ich denn KDE auf die Basis- bzw. Grundkonfiguration zurückführen. Das würde ich sehr gerne. Denke dass in KDE sich sehr sehr viel verselbständigt hat. Gibts eine solche Moeglichkeit, KDE in einen irgendwie geartgeten Ausgangszustand zurückzuführen..!?
 
memtest testet den Hauptspeicher, aber das dürfte nicht mehr notwendig sein. Sichere Deine Daten, und tausche die Festplatte umgehend aus.

P. S. "Code" und "Pastebin" gemeinsam ist des Guten zu viel, zweimal brauchen wir die Informationen nicht.
 
OP
L

lin

hallo spoensche, hallo Josef-Wien,

vielen Dank für die Tipps. Das ist sehr hilfreich. Werde die Platte austauschen. Dann gehts weiter.

Viele Grüße u. Danke nochmals - für die Hilfe!!!
 
Oben