Custom Query (1359 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (148 - 150 of 1359)

Ticket Resolution Summary Owner Reporter
#316 fixed improvements for the systemd service file Christian Franke cadhalpun
Description

I think the service file for smartmontools could be improved:

  • Add a reference to the documentation in the [Unit] section, e.g.:

Documentation=man:smartd(8) man:smartd.conf(5)

  • The 'EnvironmentFile=-/usr/local/etc/sysconfig/smartmontools' line should not be in the unit file, as that contains only three configuration options, two of which (enable_smart, start_smartd) are completely ignored by the service file and the third (smartd_opts) is only for additional command line options, that should better be changed in the service file itself.

The second point has already been requested in ticket 194, but was not implemented. I think having the 'EnvironmentFile=' line in the service file is more confusing than helpful, so please consider removing it.

http://sourceforge.net/ticket/194

#317 fixed os_linux.cpp: max_pathc value is low Christian Franke kicca
Description

You should change const int max_pathc = 32 to a higher value because with this value smartctl --scan shows false data.

with the old value (32): smartctl --scan|wc -l 58

and the new (48): ./smartctl --scan|wc -l 74

#320 fixed Support for Seagate Expansion Drive (3TB) Christian Franke dev-eth0
Description

The new seagate expansion drives seem to use a different usb bridge which is not automatically detected:

smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.9-1-amd64] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

/dev/sdi: Unknown USB bridge [0x0bc2:0x3312 (0x737)]
Please specify device type with the -d option.

Using the -d sat switch, it works fine:

root@nas:/home/deveth0# smartctl -d sat -a /dev/sdi
smartctl 6.2 2013-07-26 r3841 [x86_64-linux-3.9-1-amd64] (local build)
Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Barracuda 7200.14 (AF)
Device Model:     ST3000DM001-1E6166
Serial Number:    XYZ
LU WWN Device Id: A BCDEFG HIJKLMN
Firmware Version: SC48
User Capacity:    3,000,592,982,016 bytes [3.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS T13/1699-D revision 4
SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is:    Mon Feb 24 13:53:38 2014 CET

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