Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 656138 - app-admin/hddtemp include HGST Ultrastar 7K6000 and SuperMicro SSD into the Gentoo hddtemp database
Summary: app-admin/hddtemp include HGST Ultrastar 7K6000 and SuperMicro SSD into the G...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-20 07:20 UTC by Chicago
Modified: 2018-10-20 17:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chicago 2018-05-20 07:20:42 UTC
Hello,

    Please add HGST Ultrastar 7K6000 model HUS726060ALE610 and SuperMicro SSD to the Gentoo hddtemp database.

Best Regards,
-Chicago




# smartctl -a /dev/disk/by-id/ata-HGST_HUS726060ALE610_K1GRY9WB | grep Temp
194 Temperature_Celsius     0x0002   206   206   000    Old_age   Always       -       29 (Min/Max 19/39)

# smartctl -a /dev/disk/by-id/ata-SuperMicro_SSD_SMC0515D92217DMB2221 | grep Temp
194 Temperature_Celsius     0x0000   100   100   000    Old_age   Offline      -       33 (Min/Max 15/47)




# hddtemp --debug /dev/disk/by-id/ata-HGST_HUS726060ALE610_K1GRY9WB

================= hddtemp 0.3-beta15 ==================
Model: HGST HUS726060ALE610

field(1)         = 0
field(2)         = 100
field(3)         = 219
field(4)         = 56
field(5)         = 0
field(7)         = 0
field(8)         = 18
field(9)         = 1
field(10)        = 0
field(12)        = 56
field(192)       = 166
field(193)       = 166
field(194)       = 29
field(196)       = 0
field(197)       = 0
field(198)       = 0
field(199)       = 0

If one of the field value seems to match the temperature, be sure to read
the hddtemp man page before sending a report (section REPORT). Thanks.




# hddtemp --debug /dev/disk/by-id/ata-SuperMicro_SSD_SMC0515D92217DMB2221

================= hddtemp 0.3-beta15 ==================
Model: SuperMicro SSD

field(1)         = 0
field(5)         = 0
field(9)         = 59
field(12)        = 65
field(15)        = 0
field(160)       = 0
field(161)       = 161
field(163)       = 16
field(164)       = 71
field(165)       = 11
field(166)       = 0
field(167)       = 0
field(168)       = 184
field(172)       = 0
field(175)       = 16
field(177)       = 0
field(181)       = 0
field(187)       = 0
field(192)       = 11
field(194)       = 33
field(195)       = 109
field(197)       = 0
field(198)       = 0
field(199)       = 2
field(231)       = 100
field(232)       = 100
field(233)       = 68
field(241)       = 61
field(242)       = 32

If one of the field value seems to match the temperature, be sure to read
the hddtemp man page before sending a report (section REPORT). Thanks.
Comment 1 Marek Szuba archtester gentoo-dev 2018-05-21 11:44:48 UTC
Unfortunately this package is presently unmaintained so it might take a while before this gets taken care of... You are very much welcome to become its proxied maintainer if you think you could do it, that would be immensely helpful.

Out of curiousity, have you submitted this request upstream as well?
Comment 2 Chicago 2018-05-21 16:05:51 UTC
Regrettably, the project is also Orphaned/Unmaintained upstream.
https://savannah.nongnu.org/projects/hddtemp/
Comment 3 Larry the Git Cow gentoo-dev 2018-10-20 16:36:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfea1064475d1d149628e811be2cf4173f04bf53

commit dfea1064475d1d149628e811be2cf4173f04bf53
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2018-10-20 16:35:13 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2018-10-20 16:35:42 +0000

    app-admin/hddtemp: Bump to follow latest Debian patchset...
    
    also multiple updates to the DB
    
    Thanks-to: Frank Krömmelbein
    Thanks-to: Thomas Albers
    Thanks-to: Paolo Pedroni
    Thanks-to: Evert
    Thanks-to: Chicago
    Closes: https://bugs.gentoo.org/627272
    Closes: https://bugs.gentoo.org/661256
    Closes: https://bugs.gentoo.org/664150
    Closes: https://bugs.gentoo.org/668176
    Closes: https://bugs.gentoo.org/497380
    Closes: https://bugs.gentoo.org/656138
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 app-admin/hddtemp/Manifest                      |   1 +
 app-admin/hddtemp/files/hddgentoo.db            |   6 +-
 app-admin/hddtemp/hddtemp-0.3_beta15-r27.ebuild | 114 ++++++++++++++++++++++++
 3 files changed, 119 insertions(+), 2 deletions(-)
Comment 4 Chicago 2018-10-20 17:16:32 UTC
Thanks Pacho!