Custom Query (1384 matches)
Results (103 - 105 of 1384)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#112 | fixed | Memory leak in ATA device scan on FreeBSD | ||
Description |
Function |
|||
#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) |