Skip to content
Snippets Groups Projects
Commit eb50cc21 authored by ballen4705's avatar ballen4705
Browse files

release 11

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@108 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 48964a6e
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
\# at the Concurrent Systems Laboratory (now part of the Storage Systems \# at the Concurrent Systems Laboratory (now part of the Storage Systems
\# Research Center), Jack Baskin School of Engineering, University of \# Research Center), Jack Baskin School of Engineering, University of
\# California, Santa Cruz. http://ssrc.soe.ucsc.edu/ \# California, Santa Cruz. http://ssrc.soe.ucsc.edu/
.TH SMARTD 8 "$Date: 2002/10/24 10:53:50 $" "smartmontools-5.0" .TH SMARTD 8 "$Date: 2002/10/24 10:56:10 $" "smartmontools-5.0"
.SH NAME .SH NAME
smartd \- S.M.A.R.T. Daemon smartd \- S.M.A.R.T. Daemon
.SH SYNOPSIS .SH SYNOPSIS
...@@ -119,7 +119,7 @@ manual page for further explanation. ...@@ -119,7 +119,7 @@ manual page for further explanation.
.B smartd .B smartd
will also make log entries if a SMART attribute has failed, for example: will also make log entries if a SMART attribute has failed, for example:
.nf .nf
.B 'Device: /dev/hdc, Failed SMART attribute: 5 Reallocated_Sector_Ct. Use smartctl -v /dev/hdc.' .B 'Device: /dev/hdc, Failed SMART attribute: 5 Reallocated_Sector_Ct. Use smartctl -a /dev/hdc.'
.fi .fi
Such entries should not be ignored - they mean that the disk is failing. Use the Such entries should not be ignored - they mean that the disk is failing. Use the
.B smartctl .B smartctl
...@@ -198,4 +198,4 @@ Please let us know if there is an on\-line source for this document. ...@@ -198,4 +198,4 @@ Please let us know if there is an on\-line source for this document.
.SH .SH
CVS ID OF THIS PAGE: CVS ID OF THIS PAGE:
$Id: smartd.8,v 1.9 2002/10/24 10:53:50 ballen4705 Exp $ $Id: smartd.8,v 1.10 2002/10/24 10:56:10 ballen4705 Exp $
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "ataprint.h" #include "ataprint.h"
extern const char *CVSid1, *CVSid2; extern const char *CVSid1, *CVSid2;
const char *CVSid3="$Id: smartd.c,v 1.23 2002/10/24 10:53:50 ballen4705 Exp $" const char *CVSid3="$Id: smartd.c,v 1.24 2002/10/24 10:56:10 ballen4705 Exp $"
CVSID1 CVSID4 CVSID7; CVSID1 CVSID4 CVSID7;
int daemon_init(void){ int daemon_init(void){
...@@ -250,7 +250,7 @@ int ataCheckDevice( atadevices_t *drive){ ...@@ -250,7 +250,7 @@ int ataCheckDevice( atadevices_t *drive){
loc=attributename; loc=attributename;
while (*loc && *loc==' ') while (*loc && *loc==' ')
loc++; loc++;
printout(LOG_CRIT,"Device: %s, Failed SMART attribute: %s. Use smartctl -v %s.\n", printout(LOG_CRIT,"Device: %s, Failed SMART attribute: %s. Use smartctl -a %s.\n",
drive->devicename,loc,drive->devicename); drive->devicename,loc,drive->devicename);
} }
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#include "ataprint.h" #include "ataprint.h"
extern const char *CVSid1, *CVSid2; extern const char *CVSid1, *CVSid2;
const char *CVSid3="$Id: smartd.cpp,v 1.23 2002/10/24 10:53:50 ballen4705 Exp $" const char *CVSid3="$Id: smartd.cpp,v 1.24 2002/10/24 10:56:10 ballen4705 Exp $"
CVSID1 CVSID4 CVSID7; CVSID1 CVSID4 CVSID7;
int daemon_init(void){ int daemon_init(void){
...@@ -250,7 +250,7 @@ int ataCheckDevice( atadevices_t *drive){ ...@@ -250,7 +250,7 @@ int ataCheckDevice( atadevices_t *drive){
loc=attributename; loc=attributename;
while (*loc && *loc==' ') while (*loc && *loc==' ')
loc++; loc++;
printout(LOG_CRIT,"Device: %s, Failed SMART attribute: %s. Use smartctl -v %s.\n", printout(LOG_CRIT,"Device: %s, Failed SMART attribute: %s. Use smartctl -a %s.\n",
drive->devicename,loc,drive->devicename); drive->devicename,loc,drive->devicename);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment