Custom Query (1405 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (115 - 117 of 1405)

Ticket
#138
Description
> sudo /usr/sbin/smartctl -V
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

smartctl comes with ABSOLUTELY NO WARRANTY. This is free
software, and you are welcome to redistribute it under
the terms of the GNU General Public License Version 2.
See http://www.gnu.org for further details.


> sudo /usr/sbin/smartctl --version
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

smartctl comes with ABSOLUTELY NO WARRANTY. This is free
software, and you are welcome to redistribute it under
the terms of the GNU General Public License Version 2.
See http://www.gnu.org for further details.

Shouldn't smartctl report its version number (smartmontools-5.40 2010-10-16 r3189 according to the man page)?

#142
Description

/usr/local/sbin > ./update-smart-drivedb ./update-smart-drivedb~: syntax error in version number: 5.40

Problem: SED somehow fails to understand "?" metacharacter:

BRANCH="`echo $VERSION | sed -n 's|\([0-9][0-9]*\)\.\([0-9][0-9]* \)\([0-9].*\)\?$|RELEASE_\1_\2_DRIVEDB|p'`"

Solution: be explicit:

BRANCH="echo $VERSION | sed -n 's|^\([0-9][0-9]*\)\.\([0-9][0-9]*\)\([^0-9].*\)\{0,1\}$|RELEASE_\1_\2_DRIVEDB|p'"

#145
Description

Hi!

There is no way to send any SMART commands to an Raid array which is built by the Intel ICH10R onboard Raid controller. No issue when using the drives as single ones without raid.

The Tool "Argus Monitor" is able to report SMART status values, even if the drives are in a raid array.

Is there a possibility to get smartmontools working to send the scterc even if it is part of an array? Would be very very very great...

Many thanks in advance

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.