Custom Query (1552 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 1552)

Ticket Resolution Summary Owner Reporter
#22 fixed smartctl segfaults on 3ware Christian Franke valharis
Description

I'm running smartctl from SVN head (revision 2985) on an AMD64 system with Linux kernel 2.6.30-2 (Debian unstable)

Calling smartctl -d 3ware,0 -a /dev/sda results in a Segmentation fault.

Backtrace: #0 0x000000000042e2de in os_linux::linux_escalade_device::ata_pass_through (this=0x674010, in=..., out=...) at os_linux.cpp:1610 #1 0x000000000040cb99 in smartcommandhandler (device=0x674010, command=IDENTIFY, select=0, data=0x662d40 "\036") at atacmds.cpp:569 #2 0x000000000040e82d in ataReadHDIdentity (device=0x674010, buf=0x662d40) at atacmds.cpp:774 #3 0x0000000000413891 in ataPrintMain (device=0x674010, options=...) at ataprint.cpp:1758 #4 0x000000000040600d in main_worker (argc=5, argv=0x7fffffffe4e8) at smartctl.cpp:949 #5 0x000000000040614c in main (argc=5, argv=0x7fffffffe4e8) at smartctl.cpp:967

Debugging reveals:

passthru is initialized in os_linux.cpp:1471 in the (m_escalade_type==AMCC_3WARE_678K) section. It is then reset to NULL at os_linux.cpp:1576 The subsequent access at os_linux.cpp:1610 dereferences the NULL-Pointer, which segfaults.

#61 fixed smartctl running like other user different from root Christian Franke ferent
Description

I need some help or explanation, i need to run smartctl like other user diferent from root, my user p.e user1 can be in any group,in fact is in group disk, this requirement is for a monitoring staff.

/usr/sbin/smartctl -H /dev/sda
smartctl version 5.33 [x86_64-redhat-linux-gnu] Copyright (C) 2002-4 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

Smartctl: Device Read Identity Failed (not an ATA/ATAPI device)

A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
#1255 fixed smartctl reports drive not in smartctl database (HITACHI HUA721075KLA330) Christian Franke John Littleton
Description

SYMPTOM: smartctl incorrectly reports drive not is smartctl database

  { "Hitachi Ultrastar A7K1000", // tested with
    // HUA721010KLA330      44X2459 42C0424IBM/GKAOAB4A
    "(**Hitachi** )?HUA7210(50|75|10)KLA330.*",
    "", "", ""
  },

=== START OF INFORMATION SECTION ===
Device Model:     HITACHI HUA721075KLA330
Serial Number:    P8H91GWF
LU WWN Device Id: 5 000cca 215d23466
Firmware Version: GK8OA90A
User Capacity:    750,156,374,016 bytes [750 GB]
Sector Size:      512 bytes logical/physical
**Device is:        Not in smartctl database [for details use: -P showall]**
ATA Version is:   ATA/ATAPI-7 T13/1532D revision 1
Local Time is:    Sun Oct 27 08:50:18 2019 PDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

SYMPTOM: smartctl now correctly reports drive in smartctl database CAUSE: letter case mismatch on drive "Device Model:"

  { "Hitachi Ultrastar A7K1000", // tested with
    // HUA721010KLA330      44X2459 42C0424IBM/GKAOAB4A
    "(**HITACHI** )?HUA7210(50|75|10)KLA330.*",
    "", "", ""
  },

=== START OF INFORMATION SECTION ===
Model Family:     Hitachi Ultrastar A7K1000
Device Model:     HITACHI HUA721075KLA330
Serial Number:    P8H91GWF
LU WWN Device Id: 5 000cca 215d23466
Firmware Version: GK8OA90A
User Capacity:    750,156,374,016 bytes [750 GB]
Sector Size:      512 bytes logical/physical
**Device is:        In smartctl database [for details use: -P show]**
ATA Version is:   ATA/ATAPI-7 T13/1532D revision 1
Local Time is:    Sun Oct 27 07:47:20 2019 PDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.