http://82.192.84.142/dmesg.txt
Nothing special...
[root@localhost smartsuite-2.1]# make install
gcc -fsigned-char -Wall -O2 -c atacmds.c
make: gcc: Command not found
make: *** [atacmds.o] Error 127
[root@localhost smartsuite-2.1]#
Pre-compiled is er alleen in rpm-vorm, en helaas werkt de command rpm niet. Zie ook hierboven.
Schokkende ontdekking! RPM's werken wel, ik moet alleen wel 10min w8en voordat er verder nog iets gebeurd dan!
code:
1
2
3
4
5
6
| [root@localhost root]# rpm -Uvh smartsuite-2.1-2.i386.rpm
Preparing... ########################################### [100%]
file /etc/rc.d/init.d/smartd from install of smartsuite-2.1-2 conflicts with file from package kernel-utils-2.4-8.37.6
file /usr/sbin/smartctl from install of smartsuite-2.1-2 conflicts with file from package kernel-utils-2.4-8.37.6
file /usr/sbin/smartd from install of smartsuite-2.1-2 conflicts with file from package kernel-utils-2.4-8.37.6
[root@localhost root]# |
/usr/bin/smartctl werkt gelukkig wel

code:
1
2
3
4
5
6
7
8
9
10
11
| [root@localhost init.d]# /usr/sbin/smartctl -t short /dev/hda
smartctl version 5.1-11 Copyright (C) 2002-3 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Short self-test routine immediately in off-line mode".
Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 2 minutes for test to complete.
Use smartctl -X to abort test.
[root@localhost init.d]# |
Nu nog ff vinden wat hij straks het resulstaat gaat printen.
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
| [root@localhost log]# /usr/sbin/smartctl -t long /dev/hda
smartctl version 5.1-11 Copyright (C) 2002-3 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
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.
Please wait 37 minutes for test to complete.
Use smartctl -X to abort test.
[root@localhost log]# ps -aux | grep smart
root 3423 0.0 0.0 3684 688 pts/0 S 19:46 0:00 grep smart
[root@localhost log]# |
... hier kan ik ook niets mee...
[
Voor 64% gewijzigd door
Verwijderd op 14-01-2005 12:46
]