<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools">
    <title>gmane.linux.utilities.smartmontools</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8674"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8673"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8672"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8671"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8670"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8669"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8668"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8667"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8666"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8665"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8664"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8663"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8662"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8661"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8660"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8659"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8658"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8657"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8656"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8655"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8674">
    <title>Re: Windows port service installation</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8674</link>
    <description>&lt;pre&gt;
The SERVICE_INTERACTIVE flag is actually no longer needed. Unfortunately 
CreateService() produces an error message in eventlog on Windows &amp;gt;= 
Vista. The message can be safely ignored (it should be a warning, IMO).

This will be fixed in next release.

Thanks,
Christian


------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>Christian Franke</dc:creator>
    <dc:date>2013-05-21T16:18:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8673">
    <title>--warnexec directive under Windows,and some minor glitches</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8673</link>
    <description>&lt;pre&gt;Hello again,

I'm still working on my new implementation of my smartmontools for windows package and ran into some errors.
I run smartd as a windows service and am unable to specify my own error script handling providing the new (i know it's still experimental) way. Here's the event log when i start the service:

smartd[3376]:CRIT
 File C:/Program Files (x86)/smartmontools for Windows/bin/smartd.conf line 3 (drive DEVICESCAN): unknown Directive: --warnexec=erroraction.cmd
 Run smartd -D to print a list of valid Directives.
 Configuration file C:/Program Files (x86)/smartmontools for Windows/bin/smartd.conf has fatal syntax errors.

I also tried with -w instead of --warnexec=
I've tried full paths, no paths, whatever i try i get the same.
When i run smartd -D, output doesn't state any -w option.

I can still run my script the old way with -m &amp;lt;nomailer&amp;gt; -M exec erroraction.cmd, but only if the original smartd_warning.cmd script is there, even if i don't use it or i endup with a strange error message... Hardcod&lt;/pre&gt;</description>
    <dc:creator>Ozy de Jong</dc:creator>
    <dc:date>2013-05-21T16:03:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8672">
    <title>Windows port service installation</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8672</link>
    <description>&lt;pre&gt;Hello Christian,

i'm currently merging your recent Smartmontools 6.1 changes into my alternative package.

I've noticed that a small glitch in your way to install the smartd service. When you install the service with "smartd install", the service gets installed as interactive service (type 110) instead of a simple type 10 service which generates an error. As you just changed the way of the service to interact with desktop via the wtssendmessage tool, is the type 110 for the service still needed?

Greetings from France,

Orsiris de Jong from badministrateur.com



------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may___________________&lt;/pre&gt;</description>
    <dc:creator>Ozy de Jong</dc:creator>
    <dc:date>2013-05-21T10:21:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8671">
    <title>Re: a smartctl question</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8671</link>
    <description>&lt;pre&gt;Dear Jim,

Thanks for your inquiry.  I don't think we have corresponded in the past, but I am aware of (and grateful for) for the work that you have done in T13 and other committees over the years.  I am delighted that T13 management is interested in working with smartmontools developers to help keep smartmontools up-to-date.

I'm hoping that Doug Gilbert and/or Christian Franke are interesting in taking this up.  They are on the smartmontools support mailing list, and I am hoping that they will respond in the coming days.

Cheers,
Bruce


On May 10, 2013, at 9:57 PM, James C Hatfield &amp;lt;james.c.hatfield&amp;lt; at &amp;gt;seagate.com&amp;gt; wrote:



-----------------------------------------------------------------
Prof. Dr. Bruce Allen, Director
Max Planck Institute for Gravitational Physics
Callinstrasse 38
D-30167 Hannover,  Germany

Tel +49-511-762-17145
Fax +49-511-762-17182
Email: bruce.allen&amp;lt; at &amp;gt;aei.mpg.de


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reil&lt;/pre&gt;</description>
    <dc:creator>Bruce Allen</dc:creator>
    <dc:date>2013-05-13T13:14:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8670">
    <title>Re: Samsung 840 SSD - incorrect airflow temperature?</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8670</link>
    <description>&lt;pre&gt;http://lmgtfy.com/?q=SMART+raw+vs+normalized+values




On May 12,2013, at 11:44 , Eugene Dzhurinsky wrote:



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
&lt;/pre&gt;</description>
    <dc:creator>Andrew Reid</dc:creator>
    <dc:date>2013-05-13T12:54:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8669">
    <title>Samsung 840 SSD - incorrect airflowtemperature?</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8669</link>
    <description>&lt;pre&gt;Hello!

HDD: Samsung SSD 500 Gb
OS: Linux devbox 3.8.11-1-ARCH #1 SMP PREEMPT Wed May 1 20:18:57 CEST 2013 x86_64 GNU/Linux
Smartmontools: smartmontools 6.1-2

ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  5 Reallocated_Sector_Ct   0x0033   100   100   010    Pre-fail  Always       -       0
  9 Power_On_Hours          0x0032   099   099   000    Old_age   Always       -       22
 12 Power_Cycle_Count       0x0032   099   099   000    Old_age   Always       -       21
177 Wear_Leveling_Count     0x0013   099   099   000    Pre-fail  Always       -       1
179 Used_Rsvd_Blk_Cnt_Tot   0x0013   100   100   010    Pre-fail  Always       -       0
181 Program_Fail_Cnt_Total  0x0032   100   100   010    Old_age   Always       -       0
182 Erase_Fail_Count_Total  0x0032   100   100   010    Old_age   Always       -       0
183 Runtime_Bad_Block       0x0013   100   100   010    Pre-fail  Always       -       0
187 Uncorrectable_Error_Cnt 0x0032   100   100   000&lt;/pre&gt;</description>
    <dc:creator>Eugene Dzhurinsky</dc:creator>
    <dc:date>2013-05-12T14:44:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8668">
    <title>Selective self tests fail with smartd,but work with smartctl</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8668</link>
    <description>&lt;pre&gt;Hello, all,

I seem to have run into a bug, and haven't been able to find anything
about it in the archives or bug tracker.  I have the following drive:

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Caviar Black
Device Model:     WDC WD4001FAEX-00MJRA0
Firmware Version: 01.01L01
User Capacity:    4,000,787,030,016 bytes [4.00 TB]
Sector Size:      512 bytes logical/physical
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS (minor revision not indicated)
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Sat May 11 07:58:21 2013 CDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled


I am trying to set selective smart tests to run on a nightly basis using
something like:

/dev/disk/by-id/ata-WDC_WD4001FAEX-00MJRA0_WD-XXXXXXXXXXXX \
        -d ata -n standby,q -T normal -o on -S on -H -a \
-l error -l selftest -l offlinests -l selfteststs \
-e lookahead,on -e wcache,on \
        -s &lt;/pre&gt;</description>
    <dc:creator>Daniel Solano Gómez</dc:creator>
    <dc:date>2013-05-11T13:12:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8667">
    <title>a smartctl question</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8667</link>
    <description>&lt;pre&gt;Good afternoon !

I saw your name in the manpage for smartctl on sourceforge.net.

I am the vice-chair of the INCITS T13 committee and wanted to know if you
would be interested updating smartctl from ATA8-ACS to ACS-3 ?
ACS-3 has added more device statistics, and the new Device Statistics
Notification (DSN) feature, and some other relevant features.

Would you be interested in discussing the new features with me ?

Thank You !!!
-----------------------------------------------------------------
Jim Hatfield
Seagate Technology LLC
   e-mail:  James.C.Hatfield&amp;lt; at &amp;gt;seagate.com
   s-mail:  389 Disc Drive;  Longmont, CO 80503 USA
   voice:  720-684-2120
   fax....: 720-684-2711
   cell...: 720-771-8914
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is &lt;/pre&gt;</description>
    <dc:creator>James C Hatfield</dc:creator>
    <dc:date>2013-05-10T19:57:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8666">
    <title>Power_on_Hour meaning ?</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8666</link>
    <description>&lt;pre&gt;Hi folks

On WD USB disks, i see Power_on_hours being very low, eg: counting up
only when the disk is active. Eg: one some archive disk that's 24/7
connected to a 27/7 PC just a few weeks of Power_on_Hour after 3 years,
which is as little as i accessed the disk.

Does this mean that the USB-SATA controller in the external case is
actually disconnecting the disk from power ? I would have to open up
one of the boxes and put it to a voltmeter otherwise ;-)

I was hoping that this would be a real good thing for the life expectancy
of the disk because even all the disc elecronics would be without power.
So worst case if the USB adapter fails/expires one can always ge to the
disk hook it up again and get to the data. On a SATA disk used natively
in a NAS/PC i guess the drive electronics could also expire (probably
not that often, mostly it's going to be surface issues, i know).

Have folks experience with Power_on_hours on internal disks ? Eg: Seen
any cases where in a NAS or PC or for some type of disk this count&lt;/pre&gt;</description>
    <dc:creator>Toerless Eckert</dc:creator>
    <dc:date>2013-05-09T02:12:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8665">
    <title>Re: Path &amp; e-Mail issues with smartd onWindows</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8665</link>
    <description>&lt;pre&gt;Hi,
 
I hit the same issue, thanks a lot Don for identifiying the cause and attaching working smartd_warning.cmd
for the "The system cannot find the path specified" smartd mail sending problem on windows.
 
I edited the mentioned cmd file in a slightly different way, 
instead of excluding %DATE% part from the temp file name I just replaced / char with empty char, so date part will look like YYYYMMDD - no separators. I  believe this better preserves the original idea of the script.
 
This is done by replacing %DATE% with %DATE:/=% in the same two lines.

Please find my version of script attached.
 
Tested on WinXP 32 bit and Win7 64 bit.
 
/McSim&amp;lt; at &amp;gt;echo off
::
:: smartd warning script
::
:: Copyright (C) 2012 Christian Franke &amp;lt;smartmontools-support&amp;lt; at &amp;gt;lists.sourceforge.net&amp;gt;
::
:: This program is free software; you can redistribute it and/or modify
:: it under the terms of the GNU General Public License as published by
:: the Free Software Foundation; either version 2, or (at your option)
:: any late&lt;/pre&gt;</description>
    <dc:creator>Maksym Ruchko</dc:creator>
    <dc:date>2013-05-09T17:52:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8664">
    <title>Re: Inexpensive USB 3.0 -&gt; SATA Dock that works with Smartmontools?</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8664</link>
    <description>&lt;pre&gt;I'm still looking for a USB 3.0 dock available in the US that works with 
Smartmontools on Linux. The only thing close I can find on the list are 
Sharkoon docks, and the only one thats available in the US is


    Sharkoon SATA QUICKPORT XT/XT USB3.0

which is not on the list. The spec sheets tell you nothing other than 
its supported on windows and mac. Sharkoon support never replies to my 
questions.

Anyone know if this would work with smartmontools on Linux?

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
&lt;/pre&gt;</description>
    <dc:creator>Ken Mandelberg</dc:creator>
    <dc:date>2013-05-06T13:29:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8663">
    <title>Re: Compiling from VC10 fails: svnversion.h and config.h missing</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8663</link>
    <description>&lt;pre&gt;
To build smartmontools on Windows, you could either use Cygwin 
(http://cygwin.com/) or MinGW+MSYS (http://mingw.org/).

For Cygwin, you need to install the following packages in addition to 
"base" installation: automake, make, mingw64-i686-gcc-g++, and 
optionally mingw64-x86_64-gcc-g++ for 64-bit builds. This would also 
allow to build the four missing files for VC10. See section 10 of 
INSTALL file for "./configure" and "make" parameters.

Note that VC10 project files are included in SVN because I occasionally 
use VC10 (Express) for debugging new code. The actual smartmontools 
Windows packages available at sourceforge were built with MinGW-w64 
(http://mingw-w64.sourceforge.net/) toolchain.

Christian


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with &amp;lt;2% overhead.
Download for free and get started troub&lt;/pre&gt;</description>
    <dc:creator>Christian Franke</dc:creator>
    <dc:date>2013-05-05T13:39:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8662">
    <title>Compiling from VC10 fails: svnversion.h andconfig.h missing</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8662</link>
    <description>&lt;pre&gt;I know svnversion.h and config.h should be generated by configure.ac script but I can't figure out how to do it on a Windows system (XP). I want to compile a build from the source code provided in the VC10. Any way you could suggest?

Thanks,

Tuen
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with &amp;lt;2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2_______________________________________________
Smartmontools-support mailing list
Smartmontools-support&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/smartmontools-support
&lt;/pre&gt;</description>
    <dc:creator>Tuen Wong</dc:creator>
    <dc:date>2013-05-04T22:49:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8661">
    <title>Re: Build for VC10</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8661</link>
    <description>&lt;pre&gt;Hi,

They are created by configure script.
On 05/03/2013 09:22 PM, Tuen Wong wrote:

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with &amp;lt;2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2_______________________________________________
Smartmontools-support mailing list
Smartmontools-support&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/smartmontools-support
&lt;/pre&gt;</description>
    <dc:creator>Alex Samorukov</dc:creator>
    <dc:date>2013-05-03T20:43:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8660">
    <title>Build for VC10</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8660</link>
    <description>&lt;pre&gt;Greetings,

Would you please give me some indication how to generate or get the two files svnversion.h and config.h?

Thank you

Tuen
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with &amp;lt;2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2_______________________________________________
Smartmontools-support mailing list
Smartmontools-support&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/smartmontools-support
&lt;/pre&gt;</description>
    <dc:creator>Tuen Wong</dc:creator>
    <dc:date>2013-05-03T19:22:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8659">
    <title>Re: Path &amp; e-Mail issues with smartd onWindows</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8659</link>
    <description>&lt;pre&gt;
Thanks for the fix. Cynthia Flynn already sent me a similar fix (not 
CC'ed to the smartmontools-support list).

I will release a fixed Windows build soon after Sourceforge finished 
upgrading the smartmontools project to their new platform.

Thanks,
Christian


------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
&lt;/pre&gt;</description>
    <dc:creator>Christian Franke</dc:creator>
    <dc:date>2013-05-02T05:41:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8658">
    <title>Path &amp; e-Mail issues with smartd on Windows</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8658</link>
    <description>&lt;pre&gt;Hi Christian,

After installing smartd v6.1, I experienced the same problems described by
Cynthia Flynn -- no email messages and an error message saying "The system
cannot find the path specified."  (Sample in the first attachment.)  I
experienced the same problem on both WinXP and Win7 systems (I don't have
any systems running Vista or Win8).

Upon looking in smartd_warning.cmd, which was new to v6.1, I found the
cause of the error messages.  The system variable %DATE% is used in
constructing the name for a temporary file, thus creating a file name that
includes slashes.  The command interpretter then replaces the slashes with
back-slashes and treats the various parts of the file name as a series of
folders and subfolders, and then complains that it cannot find the
specified path!

To see this in action, enter the three following commands:
    set test=test-%DATE%
    set test
    dir "%test%"
Notice that in the third command, the slashes are reversed and it is
treating the filename as a path name rather th&lt;/pre&gt;</description>
    <dc:creator>Don Brinson</dc:creator>
    <dc:date>2013-04-30T20:48:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8657">
    <title>Re: smartd error</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8657</link>
    <description>&lt;pre&gt;
Your smartd version is probably very old. This message was used by 
smartd 5.37 (Dec 2006) and 5.38 (Mar 2008) and removed in later versions.



This is harmless and probably already fixed, see:
http://sourceforge.net/apps/trac/smartmontools/wiki/FAQ#MyATAdriveisnotinthesmartctlsmartddatabase




Please update smartmontools and check output of smartctl -x /dev/sdb.

Thanks,
Christian


------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
&lt;/pre&gt;</description>
    <dc:creator>Christian Franke</dc:creator>
    <dc:date>2013-04-29T16:08:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8656">
    <title>Re: IBM ServeRAID M5110e</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8656</link>
    <description>&lt;pre&gt;
This is as expected: smartctl prints info about the logical SCSI drive 
emulated by the controller.
http://sourceforge.net/apps/trac/smartmontools/wiki/Supported_RAID-Controllers

I'm not aware of any pass-through functionality for IBM RAID controllers 
under Windows.
There is a small chance that this controller's Windows driver supports 
CSMI, please try:

   smartctl -r ioctl,2 --scan

Thanks,
Christian


------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
&lt;/pre&gt;</description>
    <dc:creator>Christian Franke</dc:creator>
    <dc:date>2013-04-29T15:58:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8655">
    <title>smartd error</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8655</link>
    <description>&lt;pre&gt;Hi,

   I have getting error at boot time that Device: /dev/sdb, FAILED SMART 
self-check &amp;amp; Device: /dev/sdb, not found in smartd database.

please provide me solution for this problem.please find the below boot 
time log for your reference.


Apr 29 10:32:56 localhost smartd[3523]: Device: /dev/sda, opened
Apr 29 10:32:56 localhost smartd[3523]: Device /dev/sda: using '-d sat' 
for ATA disk behind SAT layer.
Apr 29 10:32:56 localhost smartd[3523]: Device: /dev/sda, opened
Apr 29 10:32:56 localhost smartd[3523]: Device: /dev/sda, found in 
smartd database.
Apr 29 10:32:57 localhost smartd[3523]: Device: /dev/sda, is SMART 
capable. Adding to "monitor" list.
Apr 29 10:32:57 localhost smartd[3523]: Device: /dev/sdb, opened
Apr 29 10:32:57 localhost smartd[3523]: Device /dev/sdb: using '-d sat' 
for ATA disk behind SAT layer.
Apr 29 10:32:57 localhost smartd[3523]: Device: /dev/sdb, opened
Apr 29 10:32:57 localhost smartd[3523]: Device: /dev/sdb, not found in 
smartd database.
Apr 29 10:32:57 localhost smartd[3&lt;/pre&gt;</description>
    <dc:creator>Nikhil</dc:creator>
    <dc:date>2013-04-29T09:05:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8654">
    <title>IBM ServeRAID M5110e</title>
    <link>http://permalink.gmane.org/gmane.linux.utilities.smartmontools/8654</link>
    <description>&lt;pre&gt;Hi,

i would like to use samrtmontools to monitor my IMB server RAID  (IBM ServeRAID M5110e) but it did not work. I hope you can help me.

C:\smartctl -c  /dev/sda
smartctl 6.0 2012-10-10 r3643 [x86_64-w64-mingw32-2008r2-sp1] (sf-6.0-1)
Copyright (C) 2002-12, Bruce Allen, Christian Franke, www.smartmontools.org

SCSI device successfully opened

Use 'smartctl -a' (or '-x') to print SMART (and more) information

But when I type this I get an error:
C:\ smartctl -x  /dev/sda
smartctl 6.0 2012-10-10 r3643 [x86_64-w64-mingw32-2008r2-sp1] (sf-6.0-1)
Copyright (C) 2002-12, Bruce Allen, Christian Franke, www.smartmontools.org

Vendor:               IBM
Product:              ServeRAID M5110e
Revision:             3.19
User Capacity:        291.999.055.872 bytes [291 GB]
Logical block size:   512 bytes
Logical Unit id:      0x6005076040900e48190d29aa1b60d8aa
Serial number:        00aad8601baa290d19480e9040600705
Device type:          disk
Local Time is:        Mon Apr 29 09:22:28 2013 MS
Device does not support SMART
&lt;/pre&gt;</description>
    <dc:creator>Christian.Resch&lt; at &gt;bohler-edelstahl.at</dc:creator>
    <dc:date>2013-04-29T07:23:57</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.utilities.smartmontools">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.utilities.smartmontools</link>
  </textinput>
</rdf:RDF>
