Custom Query (1359 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (133 - 135 of 1359)

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.

#144 fixed "smartctl -l xerror -l xselftest" does not report errors in exit status Christian Franke Christian Franke
Description

The command "smartctl -l error -l selftest" sets bit 6 or 7 of exit status if the logs contain records of errors. This does not work if "smartctl -l xerror -l xselftest" is used instead.

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