Disk-Problem mit Kernel-Panic

fiffi

Active Member
Hallo,
habe folgendes Problem:
Ein installiertes FreeBSD 7.1 64Bit mit vier 1.5 TB-Platten in einem ZPOOL
Gestern wollte ich ein paar ISO-Dateien in das Pool-Verzeichnis schreiben (habe ich früher auch schon gemacht und hat immer geklappt). Das Ergebns sah so (/var/log/mesages) aus:
Mar 29 11:06:17 server syslogd: kernel boot file is /boot/kernel/kernel
Mar 29 11:06:17 server kernel: ad10: FAILURE - device detached
Mar 29 11:06:17 server kernel: subdisk10: detached
Mar 29 11:06:17 server kernel: ad10: detached
Mar 29 11:06:17 server kernel:
Mar 29 11:06:17 server kernel:
Mar 29 11:06:17 server kernel: Fatal trap 12: page fault while in kernel mode
Mar 29 11:06:17 server kernel: cpuid = 1; apic id = 01
Mar 29 11:06:17 server kernel: fault virtual address = 0x50
Mar 29 11:06:17 server kernel: fault code = supervisor write data, page not present
Mar 29 11:06:17 server kernel: instruction pointer = 0x8:0xffffffff804a8465
Mar 29 11:06:17 server kernel: stack pointer = 0x10:0xffffffffac26cbc0
Mar 29 11:06:17 server kernel: frame pointer = 0x10:0xffffffffac26cc00
Mar 29 11:06:17 server kernel: code segment = base 0x0, limit 0xfffff, type 0x1b
Mar 29 11:06:17 server kernel: = DPL 0, pres 1, long 1, def32 0, gran 1
Mar 29 11:06:17 server kernel: processor eflags = interrupt enabled, resume, IOPL = 0
Mar 29 11:06:17 server kernel: current process = 3 (g_up)
Mar 29 11:06:17 server kernel: trap number = 12
Mar 29 11:06:17 server kernel: panic: page fault
Mar 29 11:06:17 server kernel: cpuid = 1
Mar 29 11:06:17 server kernel: Uptime: 18m43s
Mar 29 11:06:17 server kernel: Physical memory: 4066 MB
Mar 29 11:06:17 server kernel: Dumping 583 MB

Der Fehler ließ sich (wie an den Zeitstempeln zu sehen) ohne größere Probleme reproduzieren.
Ich habe darauf ein dd if=/dev/zero | split -b 2000m - test. gefeuert - Ergebnis: Nach ca. 8 GB hörte ich, wie eine platte anfing zu "klicken"; im Syslog konnte ich die Zeile "TIMEOUT - FLUSHCACHE retrying (1 retry left)" erkennen. Das dd konnte ich noch abbrechen, bevor mein Kernel wieder eine Panic gekriegt hat.
Da Schreibzugriffe auf den ZPOOL bisher immer geklappt haben und die Platte (wenn man smartctl glauben kann) völlig "gesund" ist (sie ist auch nicht mal ein halbes jahr alt), bin ich allmählich mit meinem Latein am Ende.
Über Tips, wie ich die Panics verhindern kann (klar: keine Daten mehr schreiben) wäre ich entsprechend dankbar.

Fiffi

PS: Einen Wackelkontakt in den Kabeln schließe ich aus; ich benutze den GENERIC-Kernel. Hoffe, diese Angaben reichen...
 
Es kommt öfters vor, dass neue Platten von Werk aus einen Schaden mitbringen. Wenn sie ungewöhnliche Geräusche macht, dann ist es schon ein kleiner Hinweis.

Kannst Du einmal sysutils/smartmontools installieren und den Status der Platte mal hier posten? Was interessiert ist die Ausgabe von:
Code:
# smartctl -A /dev/ad10

Es kann sein, dass Du S.M.A.R.T. erstmal einschalten musst. Das kann man im BIOS machen. Das kann man auch mit smartctl machen. Siehe manpage. Am sichersten ist auch, bei eingeschaltetem S.M.A.R.T. die Platte zum Abschmieren zu bringen und dann die Ausgabe von -A anschauen.

Ich würde also S.M.A.R.T. einschalten, dann Backup von der Platte ziehen (da dies auch schon eine Belastung für die Platte ist), dann erst den Test mit dem ISO versuchen.
 
Danke für die Antwort. SMART ist im BIOS eingeschaltet; die Ausgabe von smartctl -A /dev/ad10 sieht so aus:

smartctl version 5.38 [amd64-portbld-freebsd7.1] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 117 099 006 Pre-fail Always - 151339363
3 Spin_Up_Time 0x0003 093 092 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 21
5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 5
7 Seek_Error_Rate 0x000f 061 060 030 Pre-fail Always - 42963773844
9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1184
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 24
184 Unknown_Attribute 0x0032 100 100 099 Old_age Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
188 Unknown_Attribute 0x0032 100 099 000 Old_age Always - 262148
189 High_Fly_Writes 0x003a 091 091 000 Old_age Always - 9
190 Airflow_Temperature_Cel 0x0022 068 065 045 Old_age Always - 32 (Lifetime Min/Max 32/33)
194 Temperature_Celsius 0x0022 032 040 000 Old_age Always - 32 (0 19 0 0)
195 Hardware_ECC_Recovered 0x001a 048 030 000 Old_age Always - 151339363
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0

scheint mir michts ungewöhnliches zu sein. Spannender Weise läuft die Platte ganz normal (ich habe einen VDR aufgesetzt, der DVDs abspielen kann; diese DVDs liegen als ISO-Images auf dem FreeBSD-Server und das Abspielen funzt ohne Probleme)...
Und bevor die Frage auch noch kommt: Hier die Ausgabe von zpool status
pool: srv
state: ONLINE
scrub: none requested
config:

NAME STATE READ WRITE CKSUM
srv ONLINE 0 0 0
raidz1 ONLINE 0 0 0
ad10 ONLINE 0 0 0
ad12 ONLINE 0 0 0
ad14 ONLINE 0 0 0
ad16 ONLINE 0 0 0

errors: No known data errors
 
zpool-Status ist dabei weniger interessant. Wenn Du Dir Deine Logs anschaust, dann hat der Kernel das Device weggehängt, weil er mit dem Fehlerstatus der Hardware oder des Treibers (kann auch ein Kernel Bug sein) nicht zurecht gekommen ist. Du bist also mit ZFS schon weit über der Ursache.

Lass mal S.M.A.R.T. eine Weile eingeschaltet und warte bis der Fehler auftritt. Die Fehler werden nicht immer zuverlässig geloggt. Man kann auch mit smartctl die Platte passiv scannen lassen (Oberflächen-Scan, Mechaniktests und Drive-Controller-Tests). Ich weiß aber nicht, ob das unbedingt eine gute Idee ist, wenn Du die Daten auf der Platte noch haben willst und die Platte während der Tests stirbt.
 
nen "smartcrl -t long /dev/xyz" und nach einiger Zeit mal "smartctl -A /dev/xyz" könnte aufschlussreich sein. Nur der SMART Status hilft ja nicht viel. Die Checks laufen im Hintergrund, mit -A kann man den Status abfragen.
 
Mal ein Zwischenstand (der Long-Test läuft noch):

[root@server ~]# echo $(date) && smartctl -A /dev/ad10
Sun Mar 29 16:59:35 CEST 2009
smartctl version 5.38 [amd64-portbld-freebsd7.1] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 117 099 006 Pre-fail Always - 159079965
3 Spin_Up_Time 0x0003 093 092 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 21
5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 5
7 Seek_Error_Rate 0x000f 061 060 030 Pre-fail Always - 42963822301
9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1187
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 24
184 Unknown_Attribute 0x0032 100 100 099 Old_age Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
188 Unknown_Attribute 0x0032 100 099 000 Old_age Always - 262148
189 High_Fly_Writes 0x003a 091 091 000 Old_age Always - 9
190 Airflow_Temperature_Cel 0x0022 066 065 045 Old_age Always - 34 (Lifetime Min/Max 32/34)
194 Temperature_Celsius 0x0022 034 040 000 Old_age Always - 34 (0 19 0 0)
195 Hardware_ECC_Recovered 0x001a 044 030 000 Old_age Always - 159079965
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0

[root@server ~]# echo $(date) && smartctl -A /dev/ad10
Sun Mar 29 18:08:52 CEST 2009
smartctl version 5.38 [amd64-portbld-freebsd7.1] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 117 099 006 Pre-fail Always - 162115063
3 Spin_Up_Time 0x0003 093 092 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 21
5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 5
7 Seek_Error_Rate 0x000f 061 060 030 Pre-fail Always - 42963837248
9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1188
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 24
184 Unknown_Attribute 0x0032 100 100 099 Old_age Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
188 Unknown_Attribute 0x0032 100 099 000 Old_age Always - 262148
189 High_Fly_Writes 0x003a 091 091 000 Old_age Always - 9
190 Airflow_Temperature_Cel 0x0022 066 065 045 Old_age Always - 34 (Lifetime Min/Max 32/34)
194 Temperature_Celsius 0x0022 034 040 000 Old_age Always - 34 (0 19 0 0)
195 Hardware_ECC_Recovered 0x001a 042 030 000 Old_age Always - 162115063
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0



Mir fällt auf, dass die SEEK_ERROR_RATE- und die Hardware_ECC_Recovered-Werte ansteigen.
Ohne jetzt die Ahnung zu haben: Der Flushcache-Timeout tritt auf, weil die Platte die Daten in ihrem Cache nicht rechtzeitig auf die Magnetscheiben schreiben kann; das kann sie nicht, weil diverse Sektoren defekt sind und die Zeit nicht ausreicht, um heile Sektoren zu suchen...
Oder?

Fiffi
 
Ich habe auch einen Rechner bei dessen SATA-Controller der nach ein paar GiB schreiben er auf einmal das Gerät detached und panic'ed. Und das ohne Klicken oder ähnliches... ist wohl ein bekanntes Phänomen mit einigen SATA-Controllern... großer Mist, mein letztes Backup ist 6Wochen alt :(
 
Naja, spannend ist nur eine Sache dabei: Der ZPOOL ist insgesamt 4 TB groß, von denen 3,8TB benutzt sind (also noch ca. 200GB frei). Mit anderen Worten: Diese 3,8TB müssen da irgendwie drauf gekommen sein. Sind sie auch - ich habe die Daten (hauptsächlich ISO-Dateien von DVDs - ja, ich habe die Originale) draufkopiert (entweder über scp oder indem ich eine USB-Platte angeschlossen habe). Das hat immer problemlos gefunzt - bis auf gestern abend / heute morgen...
 
Hmm... also, wie ich das sehe gibt es da schon vor dem Test 5 Sektoren auf der Platte, die defekt waren und ersetzt worden sind. Das finde ich schon ziemlich heftig für eine neue Platte. Ich hatte allerdings schon so eine Platte, die beim ersten Einschalten schon Fehler festgeschrieben gehabt hatte.

Dann die rapide steigenden ECC Read Errors, das ist sehr übel. Solch ein Verhalten ist sehr oft bei Seagate-Platten zu finden (hab soweit 2 Stück gesehen, bei denen so 10000 Fehler pro Sekunde entstehen). Das scheint aber werkstechnisch für Seagate OK zu sein.

Noch eine Sache könnte gewesen sein (reine Spekulation), dass die besagten 5 defekten Sektoren umkopiert worden sind, während das System versucht hat, darauf zuzugreifen. Das könnte eine Verklemmung verursacht haben. Vielleicht kann FreeBSD mit so einem Ausnahmezustand nicht umgehen. Es kann sein, dass Du das jetzt nie wieder erlebst und die Platte läuft dann weiter bis sie regulär stirbt oder langweilig wird.
 
Also, gegen deine Theorie, dass es sich um einen "Verschlucker" handelt, spricht dass der Fehler reproduzierbar auftritt: das erste Mal gestern abend, dann zweimal heute morgen und gerade eben (ich habe nochmal ein 'dd -if=/dev/zero | split -b 200m - test.' gefeuert - der schreibt Dateien mit Nullen in jweils 2000 MB Größe).
Interessant war, dass die Kiste heute morgen beim dd-Geschreibsel bei ca 11 GB die Grätsche gemacht hat und heute abend bei knapp 21 GB... Ich habe mehr und mehr den Eindruck, dass die Platte langsam aber sicher den Kurt Cobain macht. Also neue Platte besorgen und gut (solche Sachen sollen ja angeblich bei ZFS kein Probem darstellen...).
Fiffi
 
Oh Sorry! "smartctl -a /dev/xyz" gibt Alle Infos aus, auch über den Status des Tests und deren Error Reports. Den Test musst du nicht nochmal machen, die werden in der Festplatten-internen Logfile gespeichert.
 
smartctl -a /dev/ad10
smartctl version 5.38 [amd64-portbld-freebsd7.1] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Device Model: ST31500341AS
Serial Number: 9VS0EJ35
Firmware Version: SD27
User Capacity: 1,500,301,910,016 bytes
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: 8
ATA Standard is: ATA-8-ACS revision 4
Local Time is: Mon Mar 30 08:07:21 2009 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: ( 33) The self-test routine was interrupted
by the host with a hard or soft reset.
Total time to complete Offline
data collection: ( 609) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
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: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 255) minutes.
Conveyance self-test routine
recommended polling time: ( 2) minutes.
SCT capabilities: (0x103b) SCT Status supported.
SCT Feature Control supported.
SCT Data Table supported.

SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 118 099 006 Pre-fail Always - 172962969
3 Spin_Up_Time 0x0003 093 092 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 100 100 020 Old_age Always - 21
5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 6
7 Seek_Error_Rate 0x000f 060 060 030 Pre-fail Always - 51553984213
9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 1202
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 020 Old_age Always - 24
184 Unknown_Attribute 0x0032 100 100 099 Old_age Always - 0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always - 0
188 Unknown_Attribute 0x0032 100 099 000 Old_age Always - 327685
189 High_Fly_Writes 0x003a 091 091 000 Old_age Always - 9
190 Airflow_Temperature_Cel 0x0022 068 065 045 Old_age Always - 32 (Lifetime Min/Max 31/34)
194 Temperature_Celsius 0x0022 032 040 000 Old_age Always - 32 (0 19 0 0)
195 Hardware_ECC_Recovered 0x001a 040 030 000 Old_age Always - 172962969
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Interrupted (host reset) 10% 1190 -
# 2 Short offline Completed without error 00% 1181 -
# 3 Short offline Completed without error 00% 1181 -

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.


Dass der Extended offline-Test unterbrochen wurde, könnte daran liegen, dass ich in der Annahme, es handele sich um einen "Verschlucker" nochmal versucht habe, auf die Platte zu schreiben - mit dem Erfolg, dass der Kernel sich wieder tierisch verjagt hat...

Fiffi
 
Allerdings...
Das könnte es erklären:
1. ich schreibe eine Datei
2. die Platte merkt, dass der sektor defekt ist, und weicht auf einen Reserve-Sektor aus
2a. das haut auch nicht hin, und der Schreibzugriff schlägt fehl
3. Kernel Panic...
Scheint also doch auf ne neue Platte hinauszulaufen (ich wede nochmal gucken, was die SeaTools sagen)...
 
Hmm, ich hab hier ne Platte, die hat über 750 Reallocated Sectors, als die verschoben wurden hing das ganze System zwar und es wurden böse errors ausgegeben, aber eine Kernelpanic gabs nicht.

Vielleicht is es ja doch ZFS, speziell auf sehr vollen Pools? - Oder mal versuchen den writecache der Platten abzuschalten (dafür hw.ata.wc=0 in die /boot/loader.conf).
 
Zuletzt bearbeitet:
Das mit dem "Ausweichen auf einen anderen Sektor" haut schon hin. Das haut nicht hin, wenn es keine mehr gibt, aber da Du von dem Schwellenwert noch weit entfernt bist, ist da noch gut Platz für defekte Sektoren.

Wovon der Panic letztendlich kommt ist nicht so wichtig. Fakt ist, dass die Platte weggehängt wird. Das ist das größere Problem. Und es liegt tiefer als das Problem mit Dateisystemen. ZFS ist "self-healing", deswegen wird der Pool schon nach kurzer Zeit wieder OK sein. Was Du machen kannst, ist Checksummen anzuschalten, dann erkennst Du ob Deine Daten überhaupt sicher sind.

Außer der steigenden Zahl von defekten Sektoren (was Dir Sorgen machen sollte), fällt auch noch der Qualitätswert "Hardware_ECC_Recovered". Behalt das mal im Auge.
 
Sooo,
ich habe mal die SeaTools von Seagate runtergeladen: Den Short-Test haben alle Platten bestanden, beim Long-Test ist das Programm bei 35% auf der zweiten Platte ausgestiegen (ohne jetzt sicher zu sein: Ich glaube, diese Platte ist die, die FreeBSD als /dev/da10 erkennt) --> Platte putt, Seagate tauschen lassen...
Nächste Frage (ich wollte es erst testen - möglichst nicht am offenen Herzen): Kann ich die Platte einfach so tauschen, oder muss ich sie aus dem ZPool entfernen (zpool detatch), dann tauschen und die neue Platte wieder einbinden?
Fiffi
 
Guten Morgen,
nachdem die SeaTools bei ZWEI Platten ausgestiegen sind (sie haben keinen Fehler gemeldet, sondern sich einfach beendet) und ich von diesen beiden Platten eine erneut OHNE Probleme getestet hab (die Zweite löuft gerade), bin ich nicht mehr so sicher, ob es wirklich ein Platten-Problem ist, oder nicht vielleicht der Controller auf meinem Mainboard die Ursache sein könnte (zufällig jemand Erfahrungen mit einem AsRock N61P-S?)...
 
Kannst du uns mal die komplette Augabe von "dmesg" geben? Daraus könnte man ableiten, was für ein Controller das genau ist und was für Festplatten. Wobei ich schon im Vorfeld sagen kann, dass das Mainboard einen nVidia-Chipsatz hat und damit fast sicher auch einen nVidia-Controller. Und die sind leider nicht für ihre hohe Qualität bekannt. :/
 
Also, /var/log/demsg.today:

Copyright (c) 1992-2009 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009
root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (2210.06-MHz K8-class CPU)
Origin = "AuthenticAMD" Id = 0x40fb2 Stepping = 2
Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
Features2=0x2001<SSE3,CX16>
AMD Features=0xea500800<SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!>
AMD Features2=0x1f<LAHF,CMP,SVM,ExtAPIC,CR8>
Cores per package: 2
usable memory = 4264439808 (4066 MB)
avail memory = 4095107072 (3905 MB)
ACPI APIC Table: <A_M_I OEMAPIC >
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
ioapic0 <Version 1.1> irqs 0-23 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0: <A_M_I OEMRSDT> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of fec80000, fecc0000 (3) failed
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, bff00000 (3) failed
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: <memory, RAM> at device 0.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 1.0 on pci0
isa0: <ISA bus> on isab0
pci0: <serial bus, SMBus> at device 1.1 (no driver attached)
pci0: <memory, RAM> at device 1.2 (no driver attached)
ohci0: <OHCI (generic) USB controller> mem 0xdfdff000-0xdfdfffff irq 21 at device 2.0 on pci0
ohci0: [GIANT-LOCKED]
ohci0: [ITHREAD]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: <nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 9 ports with 9 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xdfdfec00-0xdfdfecff irq 22 at device 2.1 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb1: EHCI version 1.0
usb1: companion controller, 10 ports each: usb0
usb1: <EHCI (generic) USB 2.0 controller> on ehci0
usb1: USB revision 2.0
uhub1: <nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb1
uhub1: 9 ports with 9 removable, self powered
uhub2: <Apple, Inc. Keyboard Hub, class 9/0, rev 2.00/95.15, addr 2> on uhub1
uhub2: single transaction translator
uhub2: 3 ports with 2 removable, bus powered
ukbd0: <Apple, Inc Apple Keyboard, class 0/0, rev 2.00/0.69, addr 3> on uhub2
kbd2 at ukbd0
uhid0: <Apple, Inc Apple Keyboard, class 0/0, rev 2.00/0.69, addr 3> on uhub2
pcib1: <ACPI PCI-PCI bridge> at device 4.0 on pci0
pci1: <ACPI PCI bus> on pcib1
atapci0: <VIA 6421 SATA150 controller> port 0xdc00-0xdc0f,0xd880-0xd88f,0xd800-0xd80f,0xd480-0xd48f,0xd400-0xd41f,0xd000-0xd0ff irq 16 at device 8.0 on pci1
atapci0: [ITHREAD]
ata2: <ATA channel 0> on atapci0
ata2: [ITHREAD]
ata3: <ATA channel 1> on atapci0
ata3: [ITHREAD]
ata4: <ATA channel 2> on atapci0
ata4: [ITHREAD]
pci1: <network> at device 10.0 (no driver attached)
atapci1: <nVidia nForce MCP61 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 6.0 on pci0
ata0: <ATA channel 0> on atapci1
ata0: [ITHREAD]
ata1: <ATA channel 1> on atapci1
ata1: [ITHREAD]
atapci2: <nVidia nForce MCP61 SATA300 controller> port 0xb480-0xb487,0xb400-0xb403,0xb080-0xb087,0xb000-0xb003,0xac00-0xac0f mem 0xdfdfd000-0xdfdfdfff irq 23 at device 8.0 on pci0
atapci2: [ITHREAD]
ata5: <ATA channel 0> on atapci2
ata5: [ITHREAD]
ata6: <ATA channel 1> on atapci2
ata6: [ITHREAD]
atapci3: <nVidia nForce MCP61 SATA300 controller> port 0xa880-0xa887,0xa800-0xa803,0xa480-0xa487,0xa400-0xa403,0xa080-0xa08f mem 0xdfdfc000-0xdfdfcfff irq 20 at device 8.1 on pci0
atapci3: [ITHREAD]
ata7: <ATA channel 0> on atapci3
ata7: [ITHREAD]
ata8: <ATA channel 1> on atapci3
ata8: [ITHREAD]
pcib2: <ACPI PCI-PCI bridge> at device 9.0 on pci0
pci2: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> at device 11.0 on pci0
pci3: <ACPI PCI bus> on pcib3
re0: <RealTek 8168/8168B/8168C/8168CP/8168D/8111B/8111C/8111CP PCIe Gigabit Ethernet> port 0xe800-0xe8ff mem 0xdffff000-0xdfffffff irq 18 at device 0.0 on pci3
re0: turning off MSI enable bit.
re0: Chip rev. 0x30000000
re0: MAC rev. 0x00000000
miibus0: <MII bus> on re0
rgephy0: <RTL8169S/8110S/8211B media interface> PHY 1 on miibus0
rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
re0: Ethernet address: 00:08:54:52:ff:6b
re0: [FILTER]
pcib4: <ACPI PCI-PCI bridge> at device 12.0 on pci0
pci4: <ACPI PCI bus> on pcib4
vgapci0: <VGA-compatible display> mem 0xde000000-0xdeffffff,0xc0000000-0xcfffffff,0xdd000000-0xddffffff irq 21 at device 13.0 on pci0
acpi_button0: <Power Button> on acpi0
ppc0: <Parallel port> port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
ppbus0: <Parallel port bus> on ppc0
ppbus0: [ITHREAD]
plip0: <PLIP network interface> on ppbus0
plip0: WARNING: using obsoleted IFF_NEEDSGIANT flag
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
ppc0: [GIANT-LOCKED]
ppc0: [ITHREAD]
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio0: [FILTER]
cpu0: <ACPI CPU> on acpi0
powernow0: <PowerNow! K8> on cpu0
cpu1: <ACPI CPU> on acpi0
powernow1: <PowerNow! K8> on cpu1
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 1.000 msec
ad0: 152627MB <SAMSUNG SP1614N TM100-24> at ata0-master UDMA100
ad4: 953869MB <WDC WD10EAVS-00D7B0 01.01A01> at ata2-master SATA150
ad10: 1430799MB <Seagate ST31500341AS SD27> at ata5-master SATA300
ad12: 1430799MB <Seagate ST31500341AS SD27> at ata6-master SATA300
ad14: 1430799MB <Seagate ST31500341AS SD27> at ata7-master SATA300
ad16: 1430799MB <Seagate ST31500341AS SD27> at ata8-master SATA300
SMP: AP CPU #1 Launched!
Trying to mount root from ufs:/dev/ad0s1a
This module (opensolaris) contains code covered by the
Common Development and Distribution License (CDDL)
see http://opensolaris.org/os/licensing/opensolaris_license/
WARNING: ZFS is considered to be an experimental feature in FreeBSD.
ZFS filesystem version 6
ZFS storage pool version 6
bridge0: Ethernet address: 32:51:2e:23:c6:0f
tap0: Ethernet address: 00:bd:15:1b:00:00
re0: link state changed to UP
ad10: FAILURE - device detached
subdisk10: detached
ad10: detached


Fatal trap 12: page fault while in kernel mode
cpuid = 1; apic id = 01
fault virtual address = 0x50
fault code = supervisor write data, page not present
instruction pointer = 0x8:0xffffffff804a8465
stack pointer = 0x10:0xffffffffac26cbc0
frame pointer = 0x10:0xffffffffac26cc00
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 3 (g_up)
trap number = 12
panic: page fault
cpuid = 1
Uptime: 18m43s
Physical memory: 4066 MB
Dumping 583 MB:Copyright (c) 1992-2009 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009
root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (2210.07-MHz K8-class CPU)
Origin = "AuthenticAMD" Id = 0x40fb2 Stepping = 2
Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
Features2=0x2001<SSE3,CX16>
AMD Features=0xea500800<SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!>
AMD Features2=0x1f<LAHF,CMP,SVM,ExtAPIC,CR8>
Cores per package: 2
usable memory = 4264439808 (4066 MB)
avail memory = 4095107072 (3905 MB)
ACPI APIC Table: <A_M_I OEMAPIC >
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
ioapic0 <Version 1.1> irqs 0-23 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0: <A_M_I OEMRSDT> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of fec80000, fecc0000 (3) failed
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, bff00000 (3) failed
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: <memory, RAM> at device 0.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 1.0 on pci0
isa0: <ISA bus> on isab0
pci0: <serial bus, SMBus> at device 1.1 (no driver attached)
pci0: <memory, RAM> at device 1.2 (no driver attached)
ohci0: <OHCI (generic) USB controller> mem 0xdfdff000-0xdfdfffff irq 21 at device 2.0 on pci0
ohci0: [GIANT-LOCKED]
ohci0: [ITHREAD]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: <nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 9 ports with 9 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xdfdfec00-0xdfdfecff irq 22 at device 2.1 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb1: EHCI version 1.0
usb1: companion controller, 10 ports each: usb0
usb1: <EHCI (generic) USB 2.0 controller> on ehci0
usb1: USB revision 2.0
uhub1: <nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb1
uhub1: 9 ports with 9 removable, self powered
uhub2: <Apple, Inc. Keyboard Hub, class 9/0, rev 2.00/95.15, addr 2> on uhub1
uhub2: single transaction translator
uhub2: 3 ports with 2 removable, bus powered
ukbd0: <Apple, Inc Apple Keyboard, class 0/0, rev 2.00/0.69, addr 3> on uhub2
kbd2 at ukbd0
uhid0: <Apple, Inc Apple Keyboard, class 0/0, rev 2.00/0.69, addr 3> on uhub2
pcib1: <ACPI PCI-PCI bridge> at device 4.0 on pci0
pci1: <ACPI PCI bus> on pcib1
atapci0: <VIA 6421 SATA150 controller> port 0xdc00-0xdc0f,0xd880-0xd88f,0xd800-0xd80f,0xd480-0xd48f,0xd400-0xd41f,0xd000-0xd0ff irq 16 at device 8.0 on pci1
atapci0: [ITHREAD]
ata2: <ATA channel 0> on atapci0
ata2: [ITHREAD]
ata3: <ATA channel 1> on atapci0
ata3: [ITHREAD]
ata4: <ATA channel 2> on atapci0
ata4: [ITHREAD]
pci1: <network> at device 10.0 (no driver attached)
atapci1: <nVidia nForce MCP61 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 6.0 on pci0
ata0: <ATA channel 0> on atapci1
ata0: [ITHREAD]
ata1: <ATA channel 1> on atapci1
ata1: [ITHREAD]
atapci2: <nVidia nForce MCP61 SATA300 controller> port 0xb480-0xb487,0xb400-0xb403,0xb080-0xb087,0xb000-0xb003,0xac00-0xac0f mem 0xdfdfd000-0xdfdfdfff irq 23 at device 8.0 on pci0
atapci2: [ITHREAD]
ata5: <ATA channel 0> on atapci2
ata5: [ITHREAD]
ata6: <ATA channel 1> on atapci2
ata6: [ITHREAD]
atapci3: <nVidia nForce MCP61 SATA300 controller> port 0xa880-0xa887,0xa800-0xa803,0xa480-0xa487,0xa400-0xa403,0xa080-0xa08f mem 0xdfdfc000-0xdfdfcfff irq 20 at device 8.1 on pci0
atapci3: [ITHREAD]
ata7: <ATA channel 0> on atapci3
ata7: [ITHREAD]
ata8: <ATA channel 1> on atapci3
ata8: [ITHREAD]
pcib2: <ACPI PCI-PCI bridge> at device 9.0 on pci0
pci2: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> at device 11.0 on pci0
pci3: <ACPI PCI bus> on pcib3
re0: <RealTek 8168/8168B/8168C/8168CP/8168D/8111B/8111C/8111CP PCIe Gigabit Ethernet> port 0xe800-0xe8ff mem 0xdffff000-0xdfffffff irq 18 at device 0.0 on pci3
re0: turning off MSI enable bit.
re0: Chip rev. 0x30000000
re0: MAC rev. 0x00000000
miibus0: <MII bus> on re0
rgephy0: <RTL8169S/8110S/8211B media interface> PHY 1 on miibus0
rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
re0: Ethernet address: 00:08:54:52:ff:6b
re0: [FILTER]
pcib4: <ACPI PCI-PCI bridge> at device 12.0 on pci0
pci4: <ACPI PCI bus> on pcib4
vgapci0: <VGA-compatible display> mem 0xde000000-0xdeffffff,0xc0000000-0xcfffffff,0xdd000000-0xddffffff irq 21 at device 13.0 on pci0
acpi_button0: <Power Button> on acpi0
ppc0: <Parallel port> port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
ppbus0: <Parallel port bus> on ppc0
ppbus0: [ITHREAD]
plip0: <PLIP network interface> on ppbus0
plip0: WARNING: using obsoleted IFF_NEEDSGIANT flag
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
ppc0: [GIANT-LOCKED]
ppc0: [ITHREAD]
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio0: [FILTER]
cpu0: <ACPI CPU> on acpi0
powernow0: <PowerNow! K8> on cpu0
cpu1: <ACPI CPU> on acpi0
powernow1: <PowerNow! K8> on cpu1
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 1.000 msec
ad0: 152627MB <SAMSUNG SP1614N TM100-24> at ata0-master UDMA100
ad4: 953869MB <WDC WD10EAVS-00D7B0 01.01A01> at ata2-master SATA150
ad10: 1430799MB <Seagate ST31500341AS SD27> at ata5-master SATA300
ad12: 1430799MB <Seagate ST31500341AS SD27> at ata6-master SATA300
ad14: 1430799MB <Seagate ST31500341AS SD27> at ata7-master SATA300
ad16: 1430799MB <Seagate ST31500341AS SD27> at ata8-master SATA300
SMP: AP CPU #1 Launched!
Trying to mount root from ufs:/dev/ad0s1a
WARNING: / was not properly dismounted
WARNING: /tmp was not properly dismounted
WARNING: /usr was not properly dismounted
WARNING: /var was not properly dismounted
/var: mount pending error: blocks 44 files 6
This module (opensolaris) contains code covered by the
Common Development and Distribution License (CDDL)
see http://opensolaris.org/os/licensing/opensolaris_license/
WARNING: ZFS is considered to be an experimental feature in FreeBSD.
ZFS filesystem version 6
ZFS storage pool version 6
bridge0: Ethernet address: 32:56:e9:f2:e2:b9
tap0: Ethernet address: 00:bd:03:26:00:00
re0: link state changed to UP
ad10: TIMEOUT - FLUSHCACHE retrying (1 retry left)
ad10: FAILURE - device detached
subdisk10: detached
ad10: detached


Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address = 0x50
fault code = supervisor write data, page not present
instruction pointer = 0x8:0xffffffff804a8465
stack pointer = 0x10:0xffffffffac26cbc0
frame pointer = 0x10:0xffffffffac26cc00
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 3 (g_up)
trap number = 12
panic: page fault
cpuid = 0
Uptime: 9h4m16s
Physical memory: 4066 MB
Dumping 851 MB:Copyright (c) 1992-2009 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009
root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (2210.07-MHz K8-class CPU)
Origin = "AuthenticAMD" Id = 0x40fb2 Stepping = 2
Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
Features2=0x2001<SSE3,CX16>
AMD Features=0xea500800<SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!>
AMD Features2=0x1f<LAHF,CMP,SVM,ExtAPIC,CR8>
Cores per package: 2
usable memory = 4264439808 (4066 MB)
avail memory = 4095107072 (3905 MB)
ACPI APIC Table: <A_M_I OEMAPIC >
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
ioapic0 <Version 1.1> irqs 0-23 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0: <A_M_I OEMRSDT> on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of fec80000, fecc0000 (3) failed
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, bff00000 (3) failed
Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: <memory, RAM> at device 0.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 1.0 on pci0
isa0: <ISA bus> on isab0
pci0: <serial bus, SMBus> at device 1.1 (no driver attached)
pci0: <memory, RAM> at device 1.2 (no driver attached)
ohci0: <OHCI (generic) USB controller> mem 0xdfdff000-0xdfdfffff irq 21 at device 2.0 on pci0
ohci0: [GIANT-LOCKED]
ohci0: [ITHREAD]
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: <nVidia OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 9 ports with 9 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xdfdfec00-0xdfdfecff irq 22 at device 2.1 on pci0
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
usb1: EHCI version 1.0
usb1: companion controller, 10 ports each: usb0
usb1: <EHCI (generic) USB 2.0 controller> on ehci0
usb1: USB revision 2.0
uhub1: <nVidia EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb1
uhub1: 9 ports with 9 removable, self powered
uhub2: <Apple, Inc. Keyboard Hub, class 9/0, rev 2.00/95.15, addr 2> on uhub1
uhub2: single transaction translator
uhub2: 3 ports with 2 removable, bus powered
ukbd0: <Apple, Inc Apple Keyboard, class 0/0, rev 2.00/0.69, addr 3> on uhub2
kbd2 at ukbd0
uhid0: <Apple, Inc Apple Keyboard, class 0/0, rev 2.00/0.69, addr 3> on uhub2
pcib1: <ACPI PCI-PCI bridge> at device 4.0 on pci0
pci1: <ACPI PCI bus> on pcib1
atapci0: <VIA 6421 SATA150 controller> port 0xdc00-0xdc0f,0xd880-0xd88f,0xd800-0xd80f,0xd480-0xd48f,0xd400-0xd41f,0xd000-0xd0ff irq 16 at device 8.0 on pci1
atapci0: [ITHREAD]
ata2: <ATA channel 0> on atapci0
ata2: [ITHREAD]
ata3: <ATA channel 1> on atapci0
ata3: [ITHREAD]
ata4: <ATA channel 2> on atapci0
ata4: [ITHREAD]
pci1: <network> at device 10.0 (no driver attached)
atapci1: <nVidia nForce MCP61 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 6.0 on pci0
ata0: <ATA channel 0> on atapci1
ata0: [ITHREAD]
ata1: <ATA channel 1> on atapci1
ata1: [ITHREAD]
atapci2: <nVidia nForce MCP61 SATA300 controller> port 0xb480-0xb487,0xb400-0xb403,0xb080-0xb087,0xb000-0xb003,0xac00-0xac0f mem 0xdfdfd000-0xdfdfdfff irq 23 at device 8.0 on pci0
atapci2: [ITHREAD]
ata5: <ATA channel 0> on atapci2
ata5: [ITHREAD]
ata6: <ATA channel 1> on atapci2
ata6: [ITHREAD]
atapci3: <nVidia nForce MCP61 SATA300 controller> port 0xa880-0xa887,0xa800-0xa803,0xa480-0xa487,0xa400-0xa403,0xa080-0xa08f mem 0xdfdfc000-0xdfdfcfff irq 20 at device 8.1 on pci0
atapci3: [ITHREAD]
ata7: <ATA channel 0> on atapci3
ata7: [ITHREAD]
ata8: <ATA channel 1> on atapci3
ata8: [ITHREAD]
pcib2: <ACPI PCI-PCI bridge> at device 9.0 on pci0
pci2: <ACPI PCI bus> on pcib2
pcib3: <ACPI PCI-PCI bridge> at device 11.0 on pci0
pci3: <ACPI PCI bus> on pcib3
re0: <RealTek 8168/8168B/8168C/8168CP/8168D/8111B/8111C/8111CP PCIe Gigabit Ethernet> port 0xe800-0xe8ff mem 0xdffff000-0xdfffffff irq 18 at device 0.0 on pci3
re0: turning off MSI enable bit.
re0: Chip rev. 0x30000000
re0: MAC rev. 0x00000000
miibus0: <MII bus> on re0
rgephy0: <RTL8169S/8110S/8211B media interface> PHY 1 on miibus0
rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
re0: Ethernet address: 00:08:54:52:ff:6b
re0: [FILTER]
pcib4: <ACPI PCI-PCI bridge> at device 12.0 on pci0
pci4: <ACPI PCI bus> on pcib4
vgapci0: <VGA-compatible display> mem 0xde000000-0xdeffffff,0xc0000000-0xcfffffff,0xdd000000-0xddffffff irq 21 at device 13.0 on pci0
acpi_button0: <Power Button> on acpi0
ppc0: <Parallel port> port 0x378-0x37f,0x778-0x77f irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
ppbus0: <Parallel port bus> on ppc0
ppbus0: [ITHREAD]
plip0: <PLIP network interface> on ppbus0
plip0: WARNING: using obsoleted IFF_NEEDSGIANT flag
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
ppc0: [GIANT-LOCKED]
ppc0: [ITHREAD]
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio0: [FILTER]
cpu0: <ACPI CPU> on acpi0
powernow0: <PowerNow! K8> on cpu0
cpu1: <ACPI CPU> on acpi0
powernow1: <PowerNow! K8> on cpu1
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounters tick every 1.000 msec
ad0: 152627MB <SAMSUNG SP1614N TM100-24> at ata0-master UDMA100
ad4: 953869MB <WDC WD10EAVS-00D7B0 01.01A01> at ata2-master SATA150
ad10: 1430799MB <Seagate ST31500341AS SD27> at ata5-master SATA300
ad12: 1430799MB <Seagate ST31500341AS SD27> at ata6-master SATA300
ad14: 1430799MB <Seagate ST31500341AS SD27> at ata7-master SATA300
ad16: 1430799MB <Seagate ST31500341AS SD27> at ata8-master SATA300
SMP: AP CPU #1 Launched!
Trying to mount root from ufs:/dev/ad0s1a
WARNING: / was not properly dismounted
WARNING: /tmp was not properly dismounted
WARNING: /usr was not properly dismounted
WARNING: /var was not properly dismounted
/var: mount pending error: blocks 8 files 1
This module (opensolaris) contains code covered by the
Common Development and Distribution License (CDDL)
see http://opensolaris.org/os/licensing/opensolaris_license/
WARNING: ZFS is considered to be an experimental feature in FreeBSD.
ZFS filesystem version 6
ZFS storage pool version 6
bridge0: Ethernet address: ce:27:ab:fa:57:e2
tap0: Ethernet address: 00:bd:78:25:00:00
re0: link state changed to UP


Mir ist etwas aufgefallen: Ich habe 4 Seagate-Platten á 1,5 TB an den S-ATA-Anschlüssen. Die SeaTools steigen beim Long-Test einer jeden Festplatte irgendwo aus (der genaue Ausstiegszeitpunkt ist nicht reroduzierbar - mal sinds 20% der Platte, die ohne Fehler überprüft werden, mal sogar 97%)...
Das scheint mir eher daraug hinzudeuten, dass der Controller auf dem Board nicht mehr ganz in Ordnung ist. Dagegen spricht allerdings, dass FreeBSD (und das einigermaßen reproduzierbar) nur Probleme mit einer Platte hat (nämlich /dev/ad10)...
Ich bin am Überlegen, ob ich mir ein andere Board besorge (relativ günstig von Asus, mit AMD-Chipsatz), um die Platten mal daran zu testen...

Fiffi
 
Rein logisch gesehen sollte ein reiner SMART-Test ohne Beteiligung des Mainboard-ATA-Controllers laufen. Die Tests sollten auf jeden Fall völlig durchlaufen. Notfalls würde ich diese Tests im Single-User-Modus mal machen, damit ausgeschlossen ist, dass etwas auf die Platten zugreift.

So ein Asrock-Mainboard habe ich hier auch. Die sind nicht so der Hammer. NForce-Chipsätze sollte man meiden, da stimme ich Yamagi zu.

Sitzen auch alle SATA-Stecker richtig fest am Mainboard und in der Platte?

Wieviel Watt hat Dein Netzteil?
 
Ja, die Kabel sitzen alle fest; mein Netzteil hat (kann ich momentan nich sehen, da ich im Büro bin und der Server zuhause) 450 oder 500 Watt...
Noch eine Info: Die Kiste ist nicht bei den SMART-Tests ausgestiegen: Ich habe von Seagate die hausinterne Platten-Prüf-Software (SeaTools) als Floppy-Image runtergeladen, den Rechner von dieser Diskette gestartet und dann die Platten getestet - und dabei sind sie mehr oder weniger alle mal ausgestiegen. Das zeigte sich so, dass das Testprogeamm nicht mehr lief und ich den für DOS üblichen Prompt auf dem Schirm hatte (C:...)
Wenn ich den Rechner dann rebootet und den Test serselben Platte nochmal gestartet habe, lief er durch... oder stieg an einer anderen Stelle aus...
Ich bin mehr und mehr der Meinung, dass das Problem beim Controller liegt und nicht bei der / den Platte(n).
 
Zurück
Oben