Custom Query (1357 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (103 - 105 of 1357)

Ticket Resolution Summary Owner Reporter
#112 fixed Memory leak in ATA device scan on FreeBSD somebody Christian Franke
Description

Function freebsd_smart_interface::scan_smart_devices() calls get_dev_names_ata() which allocates memory the name string array. This memory is never freed. See r3183 for a possible way to fix this.

#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)

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