View Single Post
Old 21st September 2012
daemonfowl daemonfowl is offline
bsdstudent
 
Join Date: Jan 2012
Location: DaemonLand
Posts: 834
Default

Thanks for your help and suggestions !
Quote:
... install 5.1-release to see if the segfault issue goes away ...
As reading bsd.rd failed -yet another more openfirmware eccentricity .. it often works on iBook- I downloaded the latest snapshot (sept 20) install CD , burnt it and installed it. sysctl kern.version
Code:
kern.version=OpenBSD 5.2-current (GENERIC) #12: Tue Sep 11 14:32:34 MDT 2012
    deraadt@macppc.openbsd.org:/usr/src/sys/arch/macppc/compile/GENERIC
No segfault :-) .. I can launch all installed apps .. but again those blue lines still embellish my screen .. :-)
eg.
Code:
d0 (wdc0:0:0 ) : timeout 
              type: ata
              c_bcount: 16384
              c_skip: 0 
wd0g: device timeout writing fsbn ****** of ********-******** (wd0 bn ********; cn****** tn 13 sn 13), retrying
wd0: soft error (corrected)
More likey : "I/O errors are due to a hardware problem in electronics or cable or media" , as you said .
I've installed both smartmontools and e2fsprogs.
smartctl -t long -l selftest /dev/wd0c output :
Code:
smartctl 5.43 2012-06-30 r3573 [powerpc-unknown-openbsd5.2] (local build)
Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF READ SMART DATA SECTION ===
SMART Self-test log structure revision number 0
Warning: ATA Specification requires self-test log structure revision number = 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]


=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Warning: device does not support Self-Test functions.

Sending command: "Execute SMART Extended self-test routine immediately in off-line mode".
Drive command "Execute SMART Extended self-test routine immediately in off-line mode" successful.
Testing has begun. smartctl -a /dev/wd0c
smartctl 5.43 2012-06-30 r3573 [powerpc-unknown-openbsd5.2] (local build)
Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Caviar
Device Model:     WDC WD800BB-55JKA0
Serial Number:    WD-WCAMD2292502
Firmware Version: 05.01C05
User Capacity:    80,026,361,856 bytes [80.0 GB]
Sector Size:      512 bytes logical/physical
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   6
ATA Standard is:  Exact ATA specification draft version not indicated
Local Time is:    Wed Jul 25 10:16:11 2012 JST
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:  (0x00) Offline data collection activity
                                        was never started.
                                        Auto Offline Data Collection: Disabled.
Total time to complete Offline 
data collection:                (    0) seconds.
Offline data collection
capabilities:                    (0x00)         Offline data collection not supported.
SMART capabilities:            (0x0000) Automatic saving of SMART data                                  is not implemented.
Error logging capability:        (0x00) Error logging supported.
                                        No General Purpose Logging support.
SCT capabilities:              (0x003f) SCT Status supported.
                                        SCT Error Recovery Control supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.

SMART Error Log Version: 0
No Errors Logged

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


Device does not support Selective Self Tests/Logging
Sorry I'm new to the tool , maybe should I do something else here.

----- ------ ------
1 more question please :
Why wouldn't iMac screen output print over ssh ? I mean errors go on there on iMac and ssh client screen remains clean.don't they sync ?
Reply With Quote