Custom Query (1386 matches)
Results (73 - 75 of 1386)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#113 | fixed | SMARTD_DEVICE and ...TYPE cannot be used for smartctl parameters | ||
Description |
When running scripts via smartd 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 | ||
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 | ||
Description |
USB ID detection on Windows may take several seconds because wmic.exe is run several times for each device. |