Custom Query (1433 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 1433)

Ticket Resolution Summary Owner Reporter
#142 duplicate update-smart-drivedb does not work on FreeBSD (+ solution) somebody wesha
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'"

#143 duplicate Path conflict in .bat files somebody dumut6p
Description

Paths that include "..\Program files\.." in smartctl-run and smartd-run cause an error because of the space. It`s a simple quote to be added but I figured you should know.

#163 duplicate Error happened when run smartctl -a /dev/sdb command somebody smartman123
Description
  1. Connect one SATA disk to LSI SAS to SATA bridge.
  2. Run command smartctl -a /dev/sdb.
  3. Error happened as below,

START OF READ SMART DATA SECTION

Error SMART Status command failed Please get assistance from http://smartmontools.sourceforge.net/ Register values returned from SMART Status command are:

ERR=...., SC=...., LL=...., LM=...., LH=...., DEV=...., STS=....

SMART overall-health self-assessment test result: PASSED Warning: This result is based on an Attribute check.

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