Custom Query (1359 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 1359)

Ticket Resolution Summary Owner Reporter
#113 fixed SMARTD_DEVICE and ...TYPE cannot be used for smartctl parameters Christian Franke Christian Franke
Description

When running scripts via smartd -M exec directive, the environment variables SMARTD_DEVICE and SMARTD_DEVICETYPE should be set such that the following command works:

smartctl ... -d $SMARTD_DEVICETYPE $SMARTD_DEVICE

Such a command is already used in Example1 and Example2.

This does not always work: SMARTD_DEVICE may contain extra info about the device (see Ubuntu Bug 491324, comment 8). It should be set to the plain device name instead. SMARTD_DEVICETYPE may not be set to the correct type if the type was autodetected.

#114 fixed Script Example3 uses wall command incorrectly Christian Franke Christian Franke
Description

The script Example3 passes the message as an argument to wall. This does not work with all flavors of wall (e.g. util-linux-ng). Stdin should be used instead. (reported in Ubuntu Bug 491324, comment 8)

#115 fixed USB ID detection on Windows is slow Christian Franke Christian Franke
Description

USB ID detection on Windows may take several seconds because wmic.exe is run several times for each device.

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