PartialVolume / shredos.x86_64

Shredos Disk Eraser 64 bit for all Intel 64 bit processors as well as processors from AMD and other vendors which make compatible 64 bit chips. ShredOS - Secure disk erasure/wipe
Other
1.46k stars 61 forks source link

Feature Request: show temperature #48

Closed Firminator closed 2 years ago

Firminator commented 2 years ago

For NVMe:

the NVMe HWMON support to allow reporting the current NVMe drive temperature sensor(s) and min/max thresholds via this kernel infrastructure. This in turn allows user-space to simply query the data over sysfs without the need for any utilities, no root requirement, and should gracefully work with the various programs that report HWMON sensor readings to Linux desktop users.

source https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.5-NVMe-HWMON-Support

For SATA:

Firminator commented 2 years ago
[2021/11/14 00:32:07]    info: Linux version 5.13.0-21-generic (buildd@lgw01-am
                               d64-043) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.
                               3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #21
                               ~20.04.1-Ubuntu SMP Tue Oct 26 15:49:20 UTC 202
                               1 **[odd linebreak]**
[2021/11/14 00:32:07]  notice: Found /dev/sda,  ATA, Crucial_CT512MX1, 512 GB, S/N=xxxxxx
[2021/11/14 00:32:07]  notice: Found /dev/sdb,  ATA, Crucial_CT128MX1, 128 GB, S/N=xxxxxxx
[2021/11/14 00:32:07]  notice: Found /dev/sdc,  ATA, INTEL SSDSC2CT12, 120 GB, S/N=xxxxxxxxx
[2021/11/14 00:32:07]  notice: Found /dev/nvme0n1, NVME, INTEL SSDPEDMW400G4, 400 GB, S/N=xxxxxxxx
[2021/11/14 00:32:07]    info: Automatically enumerated 4 devices.
PartialVolume commented 2 years ago

Sorry, I forgot you need to plug in a usb drive or start a wipe on an internal drive or external drive otherwise the summary table won't appear. I don't know if your able to do that with any of those drives.

Firminator commented 2 years ago

Screenshot from 2021-11-14 19-42-20

[2021/11/14 14:51:17]    info: nwipe 0.32.005
[2021/11/14 14:51:17]    info: Linux version 5.13.0-21-generic (buildd@lgw01-am
                               d64-043) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.
                               3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #21
                               ~20.04.1-Ubuntu SMP Tue Oct 26 15:49:20 UTC 202
                               1
[2021/11/14 14:51:17]  notice: Found /dev/sda,  ATA, Crucial_CT512MX1, 512 GB, S/N=xxxx
[2021/11/14 14:51:17]  notice: Found /dev/sdb,  ATA, Crucial_CT128MX1, 128 GB, S/N=xxxx
[2021/11/14 14:51:17]  notice: Found /dev/sdc,  ATA, INTEL SSDSC2CT12, 120 GB, S/N=xxxx
[2021/11/14 14:51:17]  notice: Found /dev/sdd,  ATA, INTEL SSDSC2CT12, 120 GB, S/N=xxxx
[2021/11/14 14:51:17]  notice: Found /dev/nvme0n1, NVME, INTEL SSDPEDMW400G4, 400 GB, S/N=xxxx
[2021/11/14 14:51:17]  notice: Found /dev/sdk,  ATA, WDC WD3000FYYZ-0,   3 TB, S/N=WD-xxxx
[2021/11/14 14:51:17]  notice: Found /dev/sdj,  ATA, WDC WD6000HLHX-0, 600 GB, S/N=WD-xxxx
[2021/11/14 14:51:17]    info: Automatically enumerated 7 devices.

[2021/11/14 14:52:15]  notice: Program options are set as follows...
[2021/11/14 14:52:15]  notice:   autonuke = 0 (off)
[2021/11/14 14:52:15]  notice:   autopoweroff = 0 (off)
[2021/11/14 14:52:15]  notice:   do not perform a final blank pass
[2021/11/14 14:52:15]  notice:   banner   = nwipe 0.32.005
[2021/11/14 14:52:15]  notice:   prng     = Mersenne Twister
[2021/11/14 14:52:15]  notice:   method   = Fill With Ones
[2021/11/14 14:52:15]  notice:   rounds   = 1
[2021/11/14 14:52:15]  notice:   sync     = 100000
[2021/11/14 14:52:15]  notice:   verify   = 1 (last pass)
[2021/11/14 14:52:15]  notice: /dev/sdj has serial number WD-xxxx
[2021/11/14 14:52:15]  notice: /dev/sdj, sect/blk/dev 512/4096/600127266816
[2021/11/14 14:52:15]  notice: Invoking method 'Fill With Ones' on /dev/sdj
[2021/11/14 14:52:15]  notice: Starting round 1 of 1 on /dev/sdj
[2021/11/14 14:52:15]  notice: Starting pass 1/1, round 1/1, on /dev/sdj
[2021/11/14 14:52:43]   fatal: Nwipe exited with non fatal errors on device = /dev/sdj

******************************** Error Summary *********************************
! Device | Pass Errors | Verifications Errors | Fdatasync I\O Errors
--------------------------------------------------------------------------------
    sdj |           0 |                    0 |                    0
********************************************************************************

********************************* Drive Status *********************************
! Device | Status | Thru-put | HH:MM:SS | Model/Serial Number
--------------------------------------------------------------------------------
!    sdj |UABORTED| 141 MB/s | 00:00:28 | WDC WD6000HLHX-0/WD-xxxx
--------------------------------------------------------------------------------
[2021/11/14 14:52:43] Total Throughput 141 MB/s, Fill With Ones, 1R+NB+VL
********************************************************************************

[2021/11/14 14:52:43]    info: Nwipe was aborted by the user. Check the summary table for the drive status.
PartialVolume commented 2 years ago

nwipe_display_for_long_device_names @Firminator To maintain column alignment, when a device name including the /dev/ path exceeds 8 characters, the "/dev/" is removed and the name prefixed with spaces to 8 characters. So it should look like the above. I'll commit the code into nwipe Monday. When you get a chance, If you could check the following and let me know if everything looks aligned. I don't have any nvme devices so can't test this myself. I've inserted a bit of test code to produce the result above, but if you could test it with real devices. Ignore the ATA next to the nvme device, with the real code it should show NVME.

In particular, the two things to check are:

  1. Using a mix of traditional devices like /dev/sda along side nvme devices the columns should remain aligned in the wipe selection window.
  2. Using a mix of traditional devices like /dev/sda along side nvme devices the columns should remain aligned in the wipe summary table. To test this, you will need to start a wipe on at least two devices simultaneously, then CONTROL-C to abort a few seconds after starting to show the summary table. One device will need to be a traditional /dev/sdx while the other nvme.

Much appreciated.

Firminator commented 2 years ago

The 1st check is no problem. The 2nd check IS problematic since my NVMe disks in 2 devices are production. However on a second thought I do have another device with just NVMe and no SATA and it's not production yet, so I guess I have to dig out an USB enclosure to be able to wipe two different disks. I'll give it a try and prepare it tomorrow, so I'm ready once you committed the code.

PartialVolume commented 2 years ago

Just committed the following https://github.com/martijnvanbrummelen/nwipe/pull/365)

Ready for checking, -q option is next followed by nvme temperatures.

Firminator commented 2 years ago

1st check: Screenshot from 2021-11-15 13-11-40

Interestingly enough the temperature is shown through the 'Disks' utility (gnome-disk-utility 3.36.3 / UDisks 2.8.4): Screenshot from 2021-11-15 13-12-03 I think that's the issue you reported to the drivetemp dev.

The 2nd check turns out to problematic since I can't get ShredOS to finish booting from that device. It's an UEFI-only device (so I can't switch to Legacy/BIOS mode). All I see is 'Recalbox' on the upper left corner. I think I've seen a report here somewhere about it. The second issue is that the device initializes so fast that the USB flash drive I'm booting from is not even recognized. Even after adding a 10 second POST delay (through a dedicated option in the BIOS/UEFI setup) it wouldn't show up. Only after starting the build-in diagnostic and running a quick test on the USB controller (and any attached device) and then EXIT out of the diag (which warm boots) the device will show and be able to select it for booting. Very annoying. Maybe someone else with an NVMe drive can do this test [open new issue HELP wanted?].

PartialVolume commented 2 years ago

The second issue is that the device initializes so fast that the USB flash drive I'm booting from is not even recognized. Even after adding a 10 second POST delay (through a dedicated option in the BIOS/UEFI setup) it wouldn't show up.

If you control-C out of nwipe, then hit any key, nwipe will restart and the USB devices will normally show up.

PartialVolume commented 2 years ago

Anonymize serial numbers feature now added, ready for testing. https://github.com/martijnvanbrummelen/nwipe/pull/366

PartialVolume commented 2 years ago

The 2nd check turns out to problematic since I can't get ShredOS to finish booting from that device. It's an UEFI-only device (so I can't switch to Legacy/BIOS mode). All I see is 'Recalbox' on the upper left corner.

Is this Shredos that you've built from source or is this a .img/.iso version you've downloaded?

The reason I ask is that if you are building shredos from source you can get the same symptoms, i.e. hanging at the Recalbox, if you try to only build the nwipe package only.

If instead of doing a make clean;make shedos_defconfig;make which is a full build that takes a couple of hours, you try to just build the nwipe package only, ie. make nwipe-dirclean; make, it may work once or maybe twice but will end up with a .img or .iso that won't boot. I always do a full rebuild. Of course there is more to it than that, as you have to update the nwipe hash file and .mk files for the new version.

I'm assuming secure boot is disabled and legacy ROMS are loaded? (if it's anything like a DELL's BIOS.)

Firminator commented 2 years ago

The second issue is that the device initializes so fast that the USB flash drive I'm booting from is not even recognized. Even after adding a 10 second POST delay (through a dedicated option in the BIOS/UEFI setup) it wouldn't show up.

If you control-C out of nwipe, then hit any key, nwipe will restart and the USB devices will normally show up.

There is misunderstanding here. I can't CTRL+C out of nwipe since ShredOS is not even loaded since POSTing is too fast for the flash drive to be recognized. I'm now realizing that I did this wrong (since I don't have an ISO nor USB IMG with the latest cod additions that you want us to test). I need to load an OS, compile nwipe and then delete two disks and then get the logfile off of that box.

Firminator commented 2 years ago

The 2nd check turns out to problematic since I can't get ShredOS to finish booting from that device. It's an UEFI-only device (so I can't switch to Legacy/BIOS mode). All I see is 'Recalbox' on the upper left corner.

Is this Shredos that you've built from source or is this a .img/.iso version you've downloaded?

IMG and ISO. Building ShredOS from source always fails for me.

The reason I ask is that if you are building shredos from source you can get the same symptoms, i.e. hanging at the Recalbox, if you try to only build the nwipe package only.

If instead of doing a make clean;make shedos_defconfig;make which is a full build that takes a couple of hours, you try to just build the nwipe package only, ie. make nwipe-dirclean; make, it may work once or maybe twice but will end up with a .img or .iso that won't boot. I always do a full rebuild. Of course there is more to it than that, as you have to update the nwipe hash file and .mk files for the new version.

I can't compile ShredOS due too many errors.

I'm assuming secure boot is disabled and legacy ROMS are loaded? (if it's anything like a DELL's BIOS.)

SecureBoot is disabled. Legacy BIOS mode is not selectable since this is the newest generation Dell laptops which comes with UEFI only. Hence the Legacy ROM option present in earlier BIOS/UEFI cannot be enabled/disabled since they removed this setting.

PartialVolume commented 2 years ago

Anonymized SMBIOS/DMI data. Ready for checking. https://github.com/martijnvanbrummelen/nwipe/pull/367

PartialVolume commented 2 years ago

@Firminator I guessing ALT-F2 and ALT-F3 don't switch terminals? What are the model details of that system and do other live distros boot ok? I think I need to have some sort of switch so kernel messages are sent straight to the main terminal much like a normal distro boots so we can see whats going on.

Firminator commented 2 years ago

Yes, there is no ALT+F2 or ALT+F3. No CTRL+C either. It just sits there showing the recalbox text. I haven't testing other distros yet, but might do this week. Depends on my workload. This is sidetracking us. For now it is what it is. I think if you compile the latest code and provide an IMG and ISO other people might be able to test this by opening a new HELP WANTED thread "Using a mix of traditional devices like /dev/sda along side nvme devices the columns should remain aligned in the wipe summary table. To test this, you will need to start a wipe on at least two devices simultaneously, then CONTROL-C to abort a few seconds after starting to show the summary table. One device will need to be a traditional /dev/sdx while the other nvme. Then post the log in this thread. If you need help getting the log onto a flash drive let us know."

What else can I do to help getting the NVMe temperature displayed correctly?

PartialVolume commented 2 years ago

What else can I do to help getting the NVMe temperature displayed correctly?

Sorry, I've only just spotted your comment.

It's been a busy day today with the job that pays the bills so I've not spent as much time coding as I would have liked.

However, I have fixed the bug that was causing the summary table to say FAILED rather than UABORTED when Control-C was used to abort nwipe. Unless of course the erase had completed. There are lots of permutations to check and my test system is still running. I'll commit the code in the morning for checking the validity of the summary table results. From my tests so far it all looks good.

Then I'll move on to fixing the temperatures for nvme drives.

There's nothing I need at the moment in regards to that but as long as work remains quiet them I should have some code related to nvme temperatures for you to test tomorrow.

And if that also works out ok, then next is the formal smartctl structure that relies upon smartctls --json data format which will then allow me to revamp the drive selection screen, followed by adding the secure erase method and DSO/HPA status etc.

PartialVolume commented 2 years ago

@Firminator New version, ready for testing, includes NVME temperatures (hopefully) plus a number of smaller additions. https://github.com/martijnvanbrummelen/nwipe/pull/377

  1. Added NVME temperature support for checks
  2. Distinguish between [wipe] and [vrfy] when verify only methods are selected.
  3. Add " (ANONYMIZED)" flag to banner when -q or --quiet is specified.
  4. Fix ETA under fault condition (when bad drive is unresponsive).
  5. Fix intermittent FAILED message in summary table on Control-C when it should say UABORTED unless errors are detected.
Firminator commented 2 years ago

Screenshot from 2021-11-17 12-20-48

[2021/11/17 12:20:34]    info: nwipe 0.32.011
[2021/11/17 12:20:34]    info: Linux version 5.11.0-40-generic (buildd@lgw01-am
                               d64-010) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.
                               3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #44
                               ~20.04.2-Ubuntu SMP Tue Oct 26 18:07:44 UTC 202
                               1
[2021/11/17 12:20:34]   debug: Readlink: ../devices/pci0000:00/0000:00:1d.0/0000:3d:00.0/nvme/nvme0/nvme0n1 
[2021/11/17 12:20:34]   debug: smartctl: smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.11.0-40-generic] (local build) 
[2021/11/17 12:20:34]   debug: smartctl: Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org 
[2021/11/17 12:20:34]   debug: smartctl: === START OF INFORMATION SECTION === 
[2021/11/17 12:20:34]   debug: smartctl: Model Number:                       SM951 NVMe SAMSUNG 512GB 
[2021/11/17 12:20:34]   debug: smartctl: Serial Number:                      XXXXXXXXXXXXXX 
[2021/11/17 12:20:34]   debug: smartctl: Firmware Version:                   BXW75D0Q 
[2021/11/17 12:20:34]   debug: smartctl: PCI Vendor/Subsystem ID:            0x144d 
[2021/11/17 12:20:34]   debug: smartctl: IEEE OUI Identifier:                0x002538 
[2021/11/17 12:20:34]   debug: smartctl: Controller ID:                      1 
[2021/11/17 12:20:34]   debug: smartctl: Number of Namespaces:               1 
[2021/11/17 12:20:34]   debug: smartctl: Namespace 1 Size/Capacity:          512,110,190,592 [512 GB] 
[2021/11/17 12:20:34]   debug: smartctl: Namespace 1 Utilization:            409,879,863,296 [409 GB] 
[2021/11/17 12:20:34]   debug: smartctl: Namespace 1 Formatted LBA Size:     512 
[2021/11/17 12:20:34]   debug: smartctl: Namespace 1 IEEE EUI-64:            002538 656100b8f9 
[2021/11/17 12:20:34]   debug: smartctl: Local Time is:                      Wed Nov 17 12:20:34 2021 EST 
[2021/11/17 12:20:35]  notice: Found /dev/nvme0n1, NVME, SM951 NVMe SAMSUNG 512GB, 512 GB, S/N=XXXXXXXXXXXXXXX
[2021/11/17 12:20:35]    info: Automatically enumerated 1 devices.
[2021/11/17 12:20:35]  notice: bios-version = 1.23.3
[2021/11/17 12:20:35]  notice: bios-release-date = 09/03/2021
[2021/11/17 12:20:35]  notice: system-manufacturer = Dell Inc.
[2021/11/17 12:20:35]  notice: system-product-name = Precision 7510
[2021/11/17 12:20:35]  notice: system-version = Not Specified
[2021/11/17 12:20:35]  notice: system-serial-number = XXXXXXXXXXXXXXX
[2021/11/17 12:20:35]  notice: system-uuid = XXXXXXXXXXXXXXX
[2021/11/17 12:20:35]  notice: baseboard-manufacturer = Dell Inc.
[2021/11/17 12:20:35]  notice: baseboard-product-name = 0M91XC
[2021/11/17 12:20:35]  notice: baseboard-version = A00
[2021/11/17 12:20:35]  notice: baseboard-serial-number = XXXXXXXXXXXXXXX
[2021/11/17 12:20:35]  notice: baseboard-asset-tag = XXXXXXXXXXXXXXX
[2021/11/17 12:20:35]  notice: chassis-manufacturer = Dell Inc.
[2021/11/17 12:20:35]  notice: chassis-type = Laptop
[2021/11/17 12:20:35]  notice: chassis-version = Not Specified
[2021/11/17 12:20:35]  notice: chassis-serial-number = XXXXXXXXXXXXXXX
[2021/11/17 12:20:35]  notice: chassis-asset-tag = XXXXXXXXXXXXXXX
[2021/11/17 12:20:35]  notice: processor-family = Core i7
[2021/11/17 12:20:35]  notice: processor-manufacturer = Intel(R) Corporation
[2021/11/17 12:20:35]  notice: processor-version = Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
[2021/11/17 12:20:35]  notice: processor-frequency = 2700 MHz
[2021/11/17 12:20:35]  notice: Opened entropy source '/dev/urandom'.
[2021/11/17 12:20:35]  notice: hwmon: Module drivetemp loaded, drive temperatures available
[2021/11/17 12:20:35]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/ or ../hwmonX/block
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/.
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/..
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/uevent
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/passive
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/mode
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/power
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/hwmon4
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/available_policies
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/policy
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/k_d
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/sustainable_power
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/offset
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/slope
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/trip_point_0_type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/emul_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/k_po
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/integral_cutoff
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/subsystem
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/k_i
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/k_pu
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/trip_point_0_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/.
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/..
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/uevent
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/charge_full_design
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/serial_number
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/technology
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/current_now
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/charge_now
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/present
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/power
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/manufacturer
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/hwmon2
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/device
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/charge_full
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/capacity
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/cycle_count
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/voltage_now
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/subsystem
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/status
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/alarm
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/model_name
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/voltage_min_design
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/capacity_level
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/.
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/..
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/uevent
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/power
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/online
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/device
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/hwmon0
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/wakeup27
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/subsystem
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/.
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/..
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/uevent
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_5_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_3_type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_4_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_2_type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/mode
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/power
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/available_policies
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/policy
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_3_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_1_type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/k_d
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/sustainable_power
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_7_type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/offset
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/slope
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_2_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_0_type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_6_type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/emul_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/k_po
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/integral_cutoff
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/hwmon7
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/subsystem
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/k_i
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_1_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/k_pu
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_7_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_5_type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_0_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_6_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/trip_point_4_type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/.
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/..
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/uevent
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/power
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/driver
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/driver_override
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/subsystem
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/hwmon
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/modalias
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/.
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/..
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/uevent
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/power_state
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/broken_parity_status
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/subsystem_device
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/pools
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/dma_mask_bits
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/vendor
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/local_cpus
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/firmware_node
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/power
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/class
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/reset
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/numa_node
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/resource
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/rescan
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/max_link_width
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/msi_bus
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/device
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/aer_dev_nonfatal
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/current_link_width
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/max_link_speed
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/local_cpulist
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver_override
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/subsystem
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/d3cold_allowed
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/irq
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/revision
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/resource2
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/current_link_speed
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/aer_dev_correctable
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/consistent_dma_mask_bits
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/resource0
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/config
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/ari_enabled
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/msi_irqs
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/remove
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/aer_dev_fatal
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/enable
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/link
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/hwmon
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/modalias
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/subsystem_vendor
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/.
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/..
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/uevent
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/passive
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/mode
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/power
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/available_policies
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/device
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/policy
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/k_d
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/sustainable_power
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/offset
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/slope
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/trip_point_0_type
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/emul_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/k_po
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/integral_cutoff
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsystem
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/k_i
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/k_pu
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/trip_point_0_temp
[2021/11/17 12:20:35]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/hwmon1
[2021/11/17 12:20:35]  notice: hwmon: Device /dev/nvme0n1 hwmon path = 
[2021/11/17 12:20:35]  notice: hwmon: Unable to  open /temp1_crit
[2021/11/17 12:20:35]  notice: hwmon: Unable to  open /temp1_highest
[2021/11/17 12:20:35]  notice: hwmon: Unable to  open /temp1_input
[2021/11/17 12:20:35]  notice: hwmon: Unable to  open /temp1_lcrit
[2021/11/17 12:20:35]  notice: hwmon: Unable to  open /temp1_lowest
[2021/11/17 12:20:35]  notice: hwmon: Unable to  open /temp1_max
[2021/11/17 12:20:35]  notice: hwmon: Unable to  open /temp1_min
[2021/11/17 12:20:51]    info: Exit in progress
[2021/11/17 12:20:51]    info: Cancelling the GUI thread.
[2021/11/17 12:20:51]    info: GUI compute_stats thread has been cancelled
[2021/11/17 12:20:51]    info: Nwipe was aborted by the user prior to the wipe starting.
PartialVolume commented 2 years ago

Could you post the results of the following

cd /sys/class/hwmon/hwmon3/device/nvme
ls -al

And also

cd /sys/class/hwmon/hwmon3
ls -al
Firminator commented 2 years ago
total 0
drwxr-xr-x 3 root root 0 Nov 17 12:20 .
drwxr-xr-x 7 root root 0 Nov 17 12:15 ..
drwxr-xr-x 4 root root 0 Nov 17 12:20 nvme0

and

total 0
drwxr-xr-x 3 root root    0 Nov 17 12:15 .
drwxr-xr-x 3 root root    0 Nov 17 12:15 ..
lrwxrwxrwx 1 root root    0 Nov 17 12:15 device -> ../../../0000:3d:00.0
-r--r--r-- 1 root root 4096 Nov 17 12:15 name
drwxr-xr-x 2 root root    0 Nov 17 12:45 power
lrwxrwxrwx 1 root root    0 Nov 17 12:45 subsystem -> ../../../../../../class/hwmon
-r--r--r-- 1 root root 4096 Nov 17 12:15 temp1_alarm
-r--r--r-- 1 root root 4096 Nov 17 12:15 temp1_input
-r--r--r-- 1 root root 4096 Nov 17 12:15 temp1_label
-rw-r--r-- 1 root root 4096 Nov 17 12:45 uevent
PartialVolume commented 2 years ago

Excellent, I know what I need to do now. I'll commit an update in 20 minutes.

Firminator commented 2 years ago

Awesome! I'll be ready

PartialVolume commented 2 years ago

There's still something that's not quite right. So in the gui the device is nvme0n1 that's the name I'm trying to match in the hwmon directories.

From what I've read about nvme naming standards nvme0 is the nvme controller, nvme0n1 is the first namespace (or name of the first nvme disk?) while nvme0n1p1 is the first partition on the first nvme disk.

So bearing that in mind and looking at the above directories /sys/class/hwmon/hwmon3/device/nvme/nvme0 represents the nvme controller. Is there another directory under /sys/class/hwmon/hwmon3/device/nvme/nvme0/?

Can you try

cd /sys/class/hwmon/hwmon3/device/nvme/nvme0
ls -al

I'm expecting there to be a directory

.
..
nvme0n1

Is that what you find ?

Firminator commented 2 years ago

Yes ls- al shows nvme0n1 as a directory:

total 0
drwxr-xr-x  4 root root    0 Nov 17 12:20 .
drwxr-xr-x  3 root root    0 Nov 17 12:20 ..
-r--r--r--  1 root root 4096 Nov 17 13:53 address
-r--r--r--  1 root root 4096 Nov 17 13:53 cntlid
-r--r--r--  1 root root 4096 Nov 17 13:53 dev
lrwxrwxrwx  1 root root    0 Nov 17 13:53 device -> ../../../0000:3d:00.0
-r--r--r--  1 root root 4096 Nov 17 13:53 firmware_rev
-r--r--r--  1 root root 4096 Nov 17 13:53 model
-r--r--r--  1 root root 4096 Nov 17 13:53 numa_node
drwxr-xr-x 13 root root    0 Nov 17 13:53 nvme0n1
drwxr-xr-x  2 root root    0 Nov 17 13:53 power
-r--r--r--  1 root root 4096 Nov 17 13:53 queue_count
--w-------  1 root root 4096 Nov 17 13:53 rescan_controller
--w-------  1 root root 4096 Nov 17 13:53 reset_controller
-r--r--r--  1 root root 4096 Nov 17 13:53 serial
-r--r--r--  1 root root 4096 Nov 17 13:53 sqsize
-r--r--r--  1 root root 4096 Nov 17 13:53 state
-r--r--r--  1 root root 4096 Nov 17 13:53 subsysnqn
lrwxrwxrwx  1 root root    0 Nov 17 13:53 subsystem -> ../../../../../../class/nvme
-r--r--r--  1 root root 4096 Nov 17 13:53 transport
-rw-r--r--  1 root root 4096 Nov 17 13:53 uevent
Firminator commented 2 years ago

and then cd'ing into /sys/class/hwmon/hwmon3/device/nvme/nvme0/nvme0n1/ and ls'ing show the partitions you were mentioning:

total 0
drwxr-xr-x 13 root root    0 Nov 17 13:53 .
drwxr-xr-x  4 root root    0 Nov 17 12:20 ..
-r--r--r--  1 root root 4096 Nov 17 13:56 alignment_offset
lrwxrwxrwx  1 root root    0 Nov 17 13:56 bdi -> ../../../../../../virtual/bdi/259:0
-r--r--r--  1 root root 4096 Nov 17 13:56 capability
-r--r--r--  1 root root 4096 Nov 17 13:56 dev
lrwxrwxrwx  1 root root    0 Nov 17 13:56 device -> ../../nvme0
-r--r--r--  1 root root 4096 Nov 17 13:56 discard_alignment
-r--r--r--  1 root root 4096 Nov 17 13:56 eui
-r--r--r--  1 root root 4096 Nov 17 13:56 events
-r--r--r--  1 root root 4096 Nov 17 13:56 events_async
-rw-r--r--  1 root root 4096 Nov 17 13:56 events_poll_msecs
-r--r--r--  1 root root 4096 Nov 17 13:56 ext_range
-r--r--r--  1 root root 4096 Nov 17 13:56 hidden
drwxr-xr-x  2 root root    0 Nov 17 13:56 holders
-r--r--r--  1 root root 4096 Nov 17 13:56 inflight
drwxr-xr-x  2 root root    0 Nov 17 13:56 integrity
drwxr-xr-x  2 root root    0 Nov 17 13:56 lightnvm
drwxr-xr-x  6 root root    0 Nov 17 13:56 mq
-r--r--r--  1 root root 4096 Nov 17 13:56 nsid
drwxr-xr-x  5 root root    0 Nov 17 13:56 nvme0n1p1
drwxr-xr-x  5 root root    0 Nov 17 13:56 nvme0n1p2
drwxr-xr-x  5 root root    0 Nov 17 13:56 nvme0n1p3
drwxr-xr-x  2 root root    0 Nov 17 13:56 power
drwxr-xr-x  2 root root    0 Nov 17 13:56 queue
-r--r--r--  1 root root 4096 Nov 17 13:56 range
-r--r--r--  1 root root 4096 Nov 17 13:56 removable
-r--r--r--  1 root root 4096 Nov 17 13:56 ro
-r--r--r--  1 root root 4096 Nov 17 13:56 size
drwxr-xr-x  2 root root    0 Nov 17 13:56 slaves
-r--r--r--  1 root root 4096 Nov 17 13:56 stat
lrwxrwxrwx  1 root root    0 Nov 17 13:56 subsystem -> ../../../../../../../class/block
drwxr-xr-x  2 root root    0 Nov 17 13:56 trace
-rw-r--r--  1 root root 4096 Nov 17 13:56 uevent
-r--r--r--  1 root root 4096 Nov 17 13:56 wwid
PartialVolume commented 2 years ago

Yes ls- al shows nvme0n1 as a directory:

Perfect, that will give me the match I need to match the device detected by the 'ped_device_get_next' function (libparted) against the correct hwmon directory.

Firminator commented 2 years ago

hallejujah. we are getting there.

PartialVolume commented 2 years ago

I am wondering though if the temperatures found in /sys/class/hwmon/hwmon3 are actually the nvme controllers temperatures? I guess we would only know if we had two nvme disks on a controller or/and multiple nvme controllers and multiple nvme disks. I'll set it up with what we know so far then when we comes across multiple nvme disks we'll have to take it from there. I've made the changes just commiting the code now.

Firminator commented 2 years ago

Good point. Only time will tell. I have another device with an NVME disk available later today and can test it on there as well... even though it wouldn't give a definite answer to your thought.

PartialVolume commented 2 years ago

Uploaded latest https://github.com/martijnvanbrummelen/nwipe/pull/380

Firminator commented 2 years ago

Works: Screenshot from 2021-11-17 14-40-08

Log has some odd errors though

[2021/11/17 14:39:52]    info: nwipe 0.32.012
[2021/11/17 14:39:52]    info: Linux version 5.11.0-40-generic (buildd@lgw01-am
                               d64-010) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.
                               3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #44
                               ~20.04.2-Ubuntu SMP Tue Oct 26 18:07:44 UTC 202
                               1
[2021/11/17 14:39:52]   debug: Readlink: ../devices/pci0000:00/0000:00:1d.0/0000:3d:00.0/nvme/nvme0/nvme0n1 
[2021/11/17 14:39:52]   debug: smartctl: smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.11.0-40-generic] (local build) 
[2021/11/17 14:39:52]   debug: smartctl: Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org 
[2021/11/17 14:39:52]   debug: smartctl: === START OF INFORMATION SECTION === 
[2021/11/17 14:39:52]   debug: smartctl: Model Number:                       SM951 NVMe SAMSUNG 512GB 
[2021/11/17 14:39:52]   debug: smartctl: Serial Number:                      XXXXXXXXXXXXXX 
[2021/11/17 14:39:52]   debug: smartctl: Firmware Version:                   BXW75D0Q 
[2021/11/17 14:39:52]   debug: smartctl: PCI Vendor/Subsystem ID:            0x144d 
[2021/11/17 14:39:52]   debug: smartctl: IEEE OUI Identifier:                0x002538 
[2021/11/17 14:39:52]   debug: smartctl: Controller ID:                      1 
[2021/11/17 14:39:52]   debug: smartctl: Number of Namespaces:               1 
[2021/11/17 14:39:52]   debug: smartctl: Namespace 1 Size/Capacity:          512,110,190,592 [512 GB] 
[2021/11/17 14:39:52]   debug: smartctl: Namespace 1 Utilization:            409,939,124,224 [409 GB] 
[2021/11/17 14:39:52]   debug: smartctl: Namespace 1 Formatted LBA Size:     512 
[2021/11/17 14:39:52]   debug: smartctl: Namespace 1 IEEE EUI-64:            002538 656100b8f9 
[2021/11/17 14:39:52]   debug: smartctl: Local Time is:                      Wed Nov 17 14:39:52 2021 EST 
[2021/11/17 14:39:52]  notice: Found /dev/nvme0n1, NVME, SM951 NVMe SAMSUNG 512GB, 512 GB, S/N=XXXXXXXXXXXXXXX
[2021/11/17 14:39:52]    info: Automatically enumerated 1 devices.
[2021/11/17 14:39:52]  notice: bios-version = 1.23.3
[2021/11/17 14:39:52]  notice: bios-release-date = 09/03/2021
[2021/11/17 14:39:52]  notice: system-manufacturer = Dell Inc.
[2021/11/17 14:39:52]  notice: system-product-name = Precision 7510
[2021/11/17 14:39:52]  notice: system-version = Not Specified
[2021/11/17 14:39:52]  notice: system-serial-number = XXXXXXXXXXXXXXX
[2021/11/17 14:39:52]  notice: system-uuid = XXXXXXXXXXXXXXX
[2021/11/17 14:39:52]  notice: baseboard-manufacturer = Dell Inc.
[2021/11/17 14:39:52]  notice: baseboard-product-name = 0M91XC
[2021/11/17 14:39:52]  notice: baseboard-version = A00
[2021/11/17 14:39:52]  notice: baseboard-serial-number = XXXXXXXXXXXXXXX
[2021/11/17 14:39:52]  notice: baseboard-asset-tag = XXXXXXXXXXXXXXX
[2021/11/17 14:39:52]  notice: chassis-manufacturer = Dell Inc.
[2021/11/17 14:39:52]  notice: chassis-type = Laptop
[2021/11/17 14:39:52]  notice: chassis-version = Not Specified
[2021/11/17 14:39:52]  notice: chassis-serial-number = XXXXXXXXXXXXXXX
[2021/11/17 14:39:52]  notice: chassis-asset-tag = XXXXXXXXXXXXXXX
[2021/11/17 14:39:52]  notice: processor-family = Core i7
[2021/11/17 14:39:52]  notice: processor-manufacturer = Intel(R) Corporation
[2021/11/17 14:39:52]  notice: processor-version = Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz
[2021/11/17 14:39:52]  notice: processor-frequency = 2700 MHz
[2021/11/17 14:39:52]  notice: Opened entropy source '/dev/urandom'.
[2021/11/17 14:39:52]  notice: hwmon: Module drivetemp loaded, drive temperatures available
[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/.
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/..
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/uevent
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/nvme0n1
[2021/11/17 14:39:52]  notice: hwmon: Device nvme0n1 has 'hwmon' temperature monitoring
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/cntlid
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/address
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/reset_controller
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/sqsize
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/queue_count
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/transport
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/subsysnqn
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/power
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/rescan_controller
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/numa_node
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/model
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/dev
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/device
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/firmware_rev
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/subsystem
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/state
[2021/11/17 14:39:52]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/nvme/nvme0/serial
[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 14:39:52]  notice: hwmon: Device /dev/nvme0n1 hwmon path = /sys/class/hwmon/hwmon3
[2021/11/17 14:39:52]  notice: hwmon: Unable to  open /sys/class/hwmon/hwmon3/temp1_crit
[2021/11/17 14:39:52]  notice: hwmon: Unable to  open /sys/class/hwmon/hwmon3/temp1_highest
[2021/11/17 14:39:52]  notice: hwmon: /sys/class/hwmon/hwmon3/temp1_input 30C
[2021/11/17 14:39:52]  notice: hwmon: Unable to  open /sys/class/hwmon/hwmon3/temp1_lcrit
[2021/11/17 14:39:52]  notice: hwmon: Unable to  open /sys/class/hwmon/hwmon3/temp1_lowest
[2021/11/17 14:39:52]  notice: hwmon: Unable to  open /sys/class/hwmon/hwmon3/temp1_max
[2021/11/17 14:39:52]  notice: hwmon: Unable to  open /sys/class/hwmon/hwmon3/temp1_min
[2021/11/17 14:41:14]    info: Exit in progress
[2021/11/17 14:41:14]    info: Cancelling the GUI thread.
[2021/11/17 14:41:14]    info: GUI compute_stats thread has been cancelled
[2021/11/17 14:41:14]    info: Nwipe was aborted by the user prior to the wipe starting.
PartialVolume commented 2 years ago

@Firminator Did you want me to update shredos with nwipe v0.32.012 ? It will take a couple of hours to build, I'll set it going before hitting the sack, so will be available about 10:00hrs UTC+0 tomorrow UK

Firminator commented 2 years ago

I think we should be good to go regarding the temperature readout for now. Take your time though with the compile. There is no pressure. It can wait. So what's the deal with these error messages? It says "Module drivetemp loaded, drive temperatures available", but then

[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 14:39:52]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
PartialVolume commented 2 years ago

That error message needs rewording. It should say "error: hwmon: Can't open /sys/class/hwmon/hwmonX/block" as it first tries to open block devices. I need to correct that. It's also (or should be) a verbose message so normally won't appear in the logs

Firminator commented 2 years ago

I see. For clarification: this output was done with -v so I guess there is nothing to fix there except for your mentioned wording.

Firminator commented 2 years ago

I have another device with an NVME disk available later today and can test it on there as well...

The drive is not M.2 formfactor, but it's a PCIe slot add-in card. Temperature is not detected on that PC: Screenshot from 2021-11-17 22-53-30

Here's the log:

[2021/11/17 22:59:14]    info: nwipe 0.32.012
[2021/11/17 22:59:14]    info: Linux version 5.13.0-21-generic (buildd@lgw01-am
                               d64-043) (gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.
                               3.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #21
                               ~20.04.1-Ubuntu SMP Tue Oct 26 15:49:20 UTC 202
                               1
[2021/11/17 22:59:14]   debug: Readlink: ../devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda 
[2021/11/17 22:59:14]   debug: smartctl: smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.13.0-21-generic] (local build) 
[2021/11/17 22:59:14]   debug: smartctl: Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org 
[2021/11/17 22:59:14]   debug: smartctl: === START OF INFORMATION SECTION === 
[2021/11/17 22:59:14]   debug: smartctl: Model Family:     Crucial/Micron BX/MX1/2/3/500, M5/600, 1100 SSDs 
[2021/11/17 22:59:14]   debug: smartctl: Device Model:     Crucial_CT512MX100SSD1 
[2021/11/17 22:59:14]   debug: smartctl: Serial Number:    XXXXXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: LU WWN Device Id: X XXXXXX XXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: Firmware Version: MU03 
[2021/11/17 22:59:14]   debug: smartctl: User Capacity:    512,110,190,592 bytes [512 GB] 
[2021/11/17 22:59:14]   debug: smartctl: Sector Sizes:     512 bytes logical, 4096 bytes physical 
[2021/11/17 22:59:14]   debug: smartctl: Rotation Rate:    Solid State Device 
[2021/11/17 22:59:14]   debug: smartctl: Form Factor:      2.5 inches 
[2021/11/17 22:59:14]   debug: smartctl: Device is:        In smartctl database [for details use: -P show] 
[2021/11/17 22:59:14]   debug: smartctl: ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 6 
[2021/11/17 22:59:14]   debug: smartctl: SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) 
[2021/11/17 22:59:14]   debug: smartctl: Local Time is:    Wed Nov 17 22:59:14 2021 EST 
[2021/11/17 22:59:14]   debug: smartctl: SMART support is: Available - device has SMART capability. 
[2021/11/17 22:59:14]   debug: smartctl: SMART support is: Enabled 
[2021/11/17 22:59:14]  notice: Found /dev/sda,  ATA, Crucial_CT512MX1, 512 GB, S/N=XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]   debug: Readlink: ../devices/pci0000:00/0000:00:1f.2/ata2/host1/target1:0:0/1:0:0:0/block/sdb 
[2021/11/17 22:59:14]   debug: smartctl: smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.13.0-21-generic] (local build) 
[2021/11/17 22:59:14]   debug: smartctl: Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org 
[2021/11/17 22:59:14]   debug: smartctl: === START OF INFORMATION SECTION === 
[2021/11/17 22:59:14]   debug: smartctl: Model Family:     Crucial/Micron BX/MX1/2/3/500, M5/600, 1100 SSDs 
[2021/11/17 22:59:14]   debug: smartctl: Device Model:     Crucial_CT128MX100SSD1 
[2021/11/17 22:59:14]   debug: smartctl: Serial Number:    XXXXXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: LU WWN Device Id: X XXXXXX XXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: Firmware Version: MU03 
[2021/11/17 22:59:14]   debug: smartctl: User Capacity:    128,035,676,160 bytes [128 GB] 
[2021/11/17 22:59:14]   debug: smartctl: Sector Sizes:     512 bytes logical, 4096 bytes physical 
[2021/11/17 22:59:14]   debug: smartctl: Rotation Rate:    Solid State Device 
[2021/11/17 22:59:14]   debug: smartctl: Form Factor:      2.5 inches 
[2021/11/17 22:59:14]   debug: smartctl: Device is:        In smartctl database [for details use: -P show] 
[2021/11/17 22:59:14]   debug: smartctl: ATA Version is:   ACS-2, ATA8-ACS T13/1699-D revision 6 
[2021/11/17 22:59:14]   debug: smartctl: SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s) 
[2021/11/17 22:59:14]   debug: smartctl: Local Time is:    Wed Nov 17 22:59:14 2021 EST 
[2021/11/17 22:59:14]   debug: smartctl: SMART support is: Available - device has SMART capability. 
[2021/11/17 22:59:14]   debug: smartctl: SMART support is: Enabled 
[2021/11/17 22:59:14]  notice: Found /dev/sdb,  ATA, Crucial_CT128MX1, 128 GB, S/N=XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]   debug: Readlink: ../devices/pci0000:00/0000:00:1f.2/ata3/host2/target2:0:0/2:0:0:0/block/sdc 
[2021/11/17 22:59:14]   debug: smartctl: smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.13.0-21-generic] (local build) 
[2021/11/17 22:59:14]   debug: smartctl: Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org 
[2021/11/17 22:59:14]   debug: smartctl: === START OF INFORMATION SECTION === 
[2021/11/17 22:59:14]   debug: smartctl: Model Family:     Intel 330/335 Series SSDs 
[2021/11/17 22:59:14]   debug: smartctl: Device Model:     INTEL SSDSC2CT120A3 
[2021/11/17 22:59:14]   debug: smartctl: Serial Number:    XXXXXXXXXXXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: LU WWN Device Id: X XXXXXX XXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: Firmware Version: 300i 
[2021/11/17 22:59:14]   debug: smartctl: User Capacity:    120,034,123,776 bytes [120 GB] 
[2021/11/17 22:59:14]   debug: smartctl: Sector Size:      512 bytes logical/physical 
[2021/11/17 22:59:14]   debug: smartctl: Rotation Rate:    Solid State Device 
[2021/11/17 22:59:14]   debug: smartctl: Device is:        In smartctl database [for details use: -P show] 
[2021/11/17 22:59:14]   debug: smartctl: ATA Version is:   ACS-2 T13/2015-D revision 3 
[2021/11/17 22:59:14]   debug: smartctl: SATA Version is:  SATA 3.0, 3.0 Gb/s (current: 3.0 Gb/s) 
[2021/11/17 22:59:14]   debug: smartctl: Local Time is:    Wed Nov 17 22:59:14 2021 EST 
[2021/11/17 22:59:14]   debug: smartctl: SMART support is: Available - device has SMART capability. 
[2021/11/17 22:59:14]   debug: smartctl: SMART support is: Enabled 
[2021/11/17 22:59:14]  notice: Found /dev/sdc,  ATA, INTEL SSDSC2CT12, 120 GB, S/N=XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]   debug: Readlink: ../devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sdd 
[2021/11/17 22:59:14]   debug: smartctl: smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.13.0-21-generic] (local build) 
[2021/11/17 22:59:14]   debug: smartctl: Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org 
[2021/11/17 22:59:14]   debug: smartctl: === START OF INFORMATION SECTION === 
[2021/11/17 22:59:14]   debug: smartctl: Model Family:     Intel 330/335 Series SSDs 
[2021/11/17 22:59:14]   debug: smartctl: Device Model:     INTEL SSDSC2CT120A3 
[2021/11/17 22:59:14]   debug: smartctl: Serial Number:    XXXXXXXXXXXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: LU WWN Device Id: X XXXXXX XXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: Firmware Version: 300i 
[2021/11/17 22:59:14]   debug: smartctl: User Capacity:    120,034,123,776 bytes [120 GB] 
[2021/11/17 22:59:14]   debug: smartctl: Sector Size:      512 bytes logical/physical 
[2021/11/17 22:59:14]   debug: smartctl: Rotation Rate:    Solid State Device 
[2021/11/17 22:59:14]   debug: smartctl: Device is:        In smartctl database [for details use: -P show] 
[2021/11/17 22:59:14]   debug: smartctl: ATA Version is:   ACS-2 T13/2015-D revision 3 
[2021/11/17 22:59:14]   debug: smartctl: SATA Version is:  SATA 3.0, 3.0 Gb/s (current: 3.0 Gb/s) 
[2021/11/17 22:59:14]   debug: smartctl: Local Time is:    Wed Nov 17 22:59:14 2021 EST 
[2021/11/17 22:59:14]   debug: smartctl: SMART support is: Available - device has SMART capability. 
[2021/11/17 22:59:14]   debug: smartctl: SMART support is: Enabled 
[2021/11/17 22:59:14]  notice: Found /dev/sdd,  ATA, INTEL SSDSC2CT12, 120 GB, S/N=XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]   debug: Readlink: ../devices/pci0000:00/0000:00:1c.7/0000:06:00.0/ata9/host8/target8:0:0/8:0:0:0/block/sde 
[2021/11/17 22:59:14]   debug: smartctl: smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.13.0-21-generic] (local build) 
[2021/11/17 22:59:14]   debug: smartctl: Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org 
[2021/11/17 22:59:14]   debug: smartctl: === START OF INFORMATION SECTION === 
[2021/11/17 22:59:14]   debug: smartctl: Model Family:     Western Digital Re 
[2021/11/17 22:59:14]   debug: smartctl: Device Model:     WDC WD3000FYYZ-01UL1B1 
[2021/11/17 22:59:14]   debug: smartctl: Serial Number:    XXXXXXXXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: LU WWN Device Id: X XXXXXX XXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: Firmware Version: 01.01K02 
[2021/11/17 22:59:14]   debug: smartctl: User Capacity:    3,000,592,982,016 bytes [3.00 TB] 
[2021/11/17 22:59:14]   debug: smartctl: Sector Size:      512 bytes logical/physical 
[2021/11/17 22:59:14]   debug: smartctl: Rotation Rate:    7200 rpm 
[2021/11/17 22:59:14]   debug: smartctl: Device is:        In smartctl database [for details use: -P show] 
[2021/11/17 22:59:14]   debug: smartctl: ATA Version is:   ATA8-ACS (minor revision not indicated) 
[2021/11/17 22:59:14]   debug: smartctl: SATA Version is:  SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s) 
[2021/11/17 22:59:14]   debug: smartctl: Local Time is:    Wed Nov 17 22:59:14 2021 EST 
[2021/11/17 22:59:14]   debug: smartctl: SMART support is: Available - device has SMART capability. 
[2021/11/17 22:59:14]   debug: smartctl: SMART support is: Enabled 
[2021/11/17 22:59:14]  notice: Found /dev/sde,  ATA, WDC WD3000FYYZ-0,   3 TB, S/N=XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]   debug: Readlink: ../devices/pci0000:00/0000:00:1c.7/0000:06:00.0/ata10/host9/target9:0:0/9:0:0:0/block/sdf 
[2021/11/17 22:59:14]   debug: smartctl: smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.13.0-21-generic] (local build) 
[2021/11/17 22:59:14]   debug: smartctl: Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org 
[2021/11/17 22:59:14]   debug: smartctl: === START OF INFORMATION SECTION === 
[2021/11/17 22:59:14]   debug: smartctl: Model Family:     Western Digital VelociRaptor 
[2021/11/17 22:59:14]   debug: smartctl: Device Model:     WDC WD6000HLHX-01JJPV0 
[2021/11/17 22:59:14]   debug: smartctl: Serial Number:    XXXXXXXXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: LU WWN Device Id: X XXXXXX XXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: Firmware Version: 04.05G04 
[2021/11/17 22:59:14]   debug: smartctl: User Capacity:    600,127,266,816 bytes [600 GB] 
[2021/11/17 22:59:14]   debug: smartctl: Sector Size:      512 bytes logical/physical 
[2021/11/17 22:59:14]   debug: smartctl: Rotation Rate:    10000 rpm 
[2021/11/17 22:59:14]   debug: smartctl: Device is:        In smartctl database [for details use: -P show] 
[2021/11/17 22:59:14]   debug: smartctl: ATA Version is:   ATA8-ACS (minor revision not indicated) 
[2021/11/17 22:59:14]   debug: smartctl: SATA Version is:  SATA 2.6, 6.0 Gb/s 
[2021/11/17 22:59:14]   debug: smartctl: Local Time is:    Wed Nov 17 22:59:14 2021 EST 
[2021/11/17 22:59:14]   debug: smartctl: SMART support is: Available - device has SMART capability. 
[2021/11/17 22:59:14]   debug: smartctl: SMART support is: Enabled 
[2021/11/17 22:59:14]  notice: Found /dev/sdf,  ATA, WDC WD6000HLHX-0, 600 GB, S/N=XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]   debug: Readlink: ../devices/pci0000:00/0000:00:1c.0/0000:02:00.0/nvme/nvme0/nvme0n1 
[2021/11/17 22:59:14]   debug: smartctl: smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.13.0-21-generic] (local build) 
[2021/11/17 22:59:14]   debug: smartctl: Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org 
[2021/11/17 22:59:14]   debug: smartctl: === START OF INFORMATION SECTION === 
[2021/11/17 22:59:14]   debug: smartctl: Model Number:                       INTEL SSDPEDMW400G4 
[2021/11/17 22:59:14]   debug: smartctl: Serial Number:                      XXXXXXXXXXXXXXXXXX 
[2021/11/17 22:59:14]   debug: smartctl: Firmware Version:                   8EV101H0 
[2021/11/17 22:59:14]   debug: smartctl: PCI Vendor/Subsystem ID:            0x8086 
[2021/11/17 22:59:14]   debug: smartctl: IEEE OUI Identifier:                0x5cd2e4 
[2021/11/17 22:59:14]   debug: smartctl: Controller ID:                      0 
[2021/11/17 22:59:14]   debug: smartctl: Number of Namespaces:               1 
[2021/11/17 22:59:14]   debug: smartctl: Namespace 1 Size/Capacity:          400,088,457,216 [400 GB] 
[2021/11/17 22:59:14]   debug: smartctl: Namespace 1 Formatted LBA Size:     512 
[2021/11/17 22:59:14]   debug: smartctl: Local Time is:                      Wed Nov 17 22:59:14 2021 EST 
[2021/11/17 22:59:14]  notice: Found /dev/nvme0n1, NVME, INTEL SSDPEDMW400G4, 400 GB, S/N=XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]    info: Automatically enumerated 7 devices.
[2021/11/17 22:59:14]  notice: bios-version = 2104
[2021/11/17 22:59:14]  notice: bios-release-date = 08/13/2013
[2021/11/17 22:59:14]  notice: system-manufacturer = System manufacturer
[2021/11/17 22:59:14]  notice: system-product-name = System Product Name
[2021/11/17 22:59:14]  notice: system-version = System Version
[2021/11/17 22:59:14]  notice: system-serial-number = XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]  notice: system-uuid = XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]  notice: baseboard-manufacturer = ASUSTeK COMPUTER INC.
[2021/11/17 22:59:14]  notice: baseboard-product-name = SABERTOOTH Z77
[2021/11/17 22:59:14]  notice: baseboard-version = Rev 1.xx
[2021/11/17 22:59:14]  notice: baseboard-serial-number = XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]  notice: baseboard-asset-tag = XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]  notice: chassis-manufacturer = Chassis Manufacture
[2021/11/17 22:59:14]  notice: chassis-type = Desktop
[2021/11/17 22:59:14]  notice: chassis-version = Chassis Version
[2021/11/17 22:59:14]  notice: chassis-serial-number = XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]  notice: chassis-asset-tag = XXXXXXXXXXXXXXX
[2021/11/17 22:59:14]  notice: processor-family = Core 2 Duo
[2021/11/17 22:59:14]  notice: processor-manufacturer = Intel
[2021/11/17 22:59:14]  notice: processor-version = Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz
[2021/11/17 22:59:14]  notice: processor-frequency = 3426 MHz
[2021/11/17 22:59:14]  notice: Opened entropy source '/dev/urandom'.
[2021/11/17 22:59:14]  notice: hwmon: Module drivetemp loaded, drive temperatures available
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/17 22:59:14]  notice: hwmon: Device sda has 'hwmon' temperature monitoring
[2021/11/17 22:59:14]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:14]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/17 22:59:14]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:14]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:14]  notice: hwmon: Device /dev/sda hwmon path = /sys/class/hwmon/hwmon4
[2021/11/17 22:59:14]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_crit 75C
[2021/11/17 22:59:14]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_highest 39C
[2021/11/17 22:59:14]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_input 39C
[2021/11/17 22:59:14]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_lcrit -5C
[2021/11/17 22:59:14]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_lowest 29C
[2021/11/17 22:59:14]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_max 70C
[2021/11/17 22:59:14]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_min 0C
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/17 22:59:14]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:14]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/17 22:59:14]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/17 22:59:14]  notice: hwmon: Device sdb has 'hwmon' temperature monitoring
[2021/11/17 22:59:14]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:14]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:14]  notice: hwmon: Device /dev/sdb hwmon path = /sys/class/hwmon/hwmon5
[2021/11/17 22:59:14]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_crit 75C
[2021/11/17 22:59:14]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_highest 40C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_input 40C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_lcrit -5C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_lowest 30C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_max 70C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_min 0C
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]  notice: hwmon: Device /dev/sdc hwmon path = 
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_crit
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_highest
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_input
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_lcrit
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_lowest
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_max
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_min
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]  notice: hwmon: Device /dev/sdd hwmon path = 
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_crit
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_highest
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_input
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_lcrit
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_lowest
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_max
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_min
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/17 22:59:15]  notice: hwmon: Device sde has 'hwmon' temperature monitoring
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]  notice: hwmon: Device /dev/sde hwmon path = /sys/class/hwmon/hwmon6
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_crit 85C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_highest 46C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_input 46C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_lcrit -41C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_lowest 30C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_max 60C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_min 0C
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/17 22:59:15]  notice: hwmon: Device sdf has 'hwmon' temperature monitoring
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]  notice: hwmon: Device /dev/sdf hwmon path = /sys/class/hwmon/hwmon7
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_crit 85C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_highest 44C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_input 44C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_lcrit -41C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_lowest 18C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_max 60C
[2021/11/17 22:59:15]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_min 0C
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/17 22:59:15]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]   error: hwmon: Can't open /sys/class/hwmon/hwmonX/block or ../hwmonX/device/nvme/nvme0
[2021/11/17 22:59:15]  notice: hwmon: Device /dev/nvme0n1 hwmon path = 
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_crit
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_highest
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_input
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_lcrit
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_lowest
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_max
[2021/11/17 22:59:15]  notice: hwmon: Unable to  open /temp1_min
[2021/11/17 22:59:22]    info: Exit in progress
[2021/11/17 22:59:22]    info: Cancelling the GUI thread.
[2021/11/17 22:59:22]    info: GUI compute_stats thread has been cancelled
[2021/11/17 22:59:22]    info: Nwipe was aborted by the user prior to the wipe starting.

Here's is output of ls -al /sys/class/hwmon/hwmon1/ :

total 0
drwxr-xr-x 3 root root    0 Nov 17 22:48 .
drwxr-xr-x 6 root root    0 Nov 17 22:48 ..
lrwxrwxrwx 1 root root    0 Nov 17 22:48 device -> ../../nvme0
-r--r--r-- 1 root root 4096 Nov 17 22:48 name
drwxr-xr-x 2 root root    0 Nov 17 23:13 power
lrwxrwxrwx 1 root root    0 Nov 17 22:48 subsystem -> ../../../../../../../class/hwmon
-r--r--r-- 1 root root 4096 Nov 17 22:48 temp1_alarm
-r--r--r-- 1 root root 4096 Nov 17 22:48 temp1_input
-r--r--r-- 1 root root 4096 Nov 17 22:48 temp1_label
-rw-r--r-- 1 root root 4096 Nov 17 22:48 uevent

And hre's output of ls -al /sys/class/hwmon/hwmon1/device/ :

total 0
drwxr-xr-x  6 root root    0 Nov 17 22:48 .
drwxr-xr-x  3 root root    0 Nov 17 22:48 ..
-r--r--r--  1 root root 4096 Nov 17 23:14 address
-r--r--r--  1 root root 4096 Nov 17 23:14 cntlid
-r--r--r--  1 root root 4096 Nov 17 23:14 dev
lrwxrwxrwx  1 root root    0 Nov 17 22:48 device -> ../../../0000:02:00.0
-r--r--r--  1 root root 4096 Nov 17 22:48 firmware_rev
drwxr-xr-x  3 root root    0 Nov 17 22:48 hwmon1
-r--r--r--  1 root root 4096 Nov 17 23:14 kato
-r--r--r--  1 root root 4096 Nov 17 22:48 model
drwxr-xr-x  3 root root    0 Nov 17 22:48 ng0n1
-r--r--r--  1 root root 4096 Nov 17 23:14 numa_node
drwxr-xr-x 11 root root    0 Nov 17 22:48 nvme0n1
drwxr-xr-x  2 root root    0 Nov 17 23:14 power
-r--r--r--  1 root root 4096 Nov 17 23:14 queue_count
--w-------  1 root root 4096 Nov 17 23:14 rescan_controller
--w-------  1 root root 4096 Nov 17 23:14 reset_controller
-r--r--r--  1 root root 4096 Nov 17 22:48 serial
-r--r--r--  1 root root 4096 Nov 17 23:14 sqsize
-r--r--r--  1 root root 4096 Nov 17 23:14 state
-r--r--r--  1 root root 4096 Nov 17 23:14 subsysnqn
lrwxrwxrwx  1 root root    0 Nov 17 22:48 subsystem -> ../../../../../../class/nvme
-r--r--r--  1 root root 4096 Nov 17 23:14 transport
-rw-r--r--  1 root root 4096 Nov 17 22:48 uevent
PartialVolume commented 2 years ago

I need to add a third path to look for this device /sys/class/hwmon/hwmonX/device/ So far, we've found device names will appear in:

`/sys/class/hwmon/hwmonX/device/block` (for traditional /dev/sdX devices)
`/sys/class/hwmon/hwmonX/device/nvme/` (for nvme devices behind a nvme controller)
and
`/sys/class/hwmon/hwmonX/device/` (also for nvme)

I'll make the changes this morning and let you know when it's ready.

Regarding the blank screen issue, I've build a version of shredos with framebuffer support, so commands like fbgrab image.png or fbgrab -C2 image.png now work for taking a snapshot of the three virtual screens. Tested in both legacy and UEFI. Legacy defaults to 640x480 on my DELL optiplex and I see the video resolution switch as it boots up and hopefully the resolution should be user switchable via the command line or linux kernel line.

In UEFI it comes up in 1024x768. I'm using a 4:3 monitor hence the resolutions it's defaulting to. Fingers crossed this will fix the blank screen issue. fbgrab -v image.png will tell you what mode your in.

Regarding devices /dev/sdc and /dev/sdd above, do they output any temperature info via smartctl -a or are they the drives that don't seem to produce any temperature data?

PartialVolume commented 2 years ago

Latest nwipe available for testing https://github.com/martijnvanbrummelen/nwipe/pull/381 Updated hwmon search path to handle more nvme devices.

Firminator commented 2 years ago

Regarding devices /dev/sdc and /dev/sdd above, do they output any temperature info via smartctl -a or are they the drives that don't seem to produce any temperature data?

Yes, there is no temp output from smartctl. I checked recently and found that the firmware doesn't even provide the SMART attribute 194 for temp. The tech specs for that drive series don't mention it at all. My guess is that INTEL decided to not put a temp. sensor in the drives (to drive costs down maybe). It's odd as you would expect that INTEL drives do have all the features. It's not that temp reading in storage is a new thing.

Firminator commented 2 years ago

Latest nwipe available for testing martijnvanbrummelen/nwipe#381 Updated hwmon search path to handle more nvme devices.

Screenshot from 2021-11-18 06-35-45

[2021/11/18 06:35:36]  notice: Opened entropy source '/dev/urandom'.
[2021/11/18 06:35:36]  notice: hwmon: Module drivetemp loaded, drive temperatures available
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon6/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon4/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/18 06:35:36]  notice: hwmon: sda has temperature monitoring
[2021/11/18 06:35:36]   debug: hwmon: sda found in /sys/class/hwmon/hwmon4/device/block)
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon2/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/cpufv
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/input
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon0/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/mode
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/available_policies
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/policy
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_d
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/sustainable_power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/hwmon0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/offset
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/slope
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/emul_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_po
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/integral_cutoff
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_i
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_pu
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_type
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon7/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon5/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon3/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon1/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/nvme0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/cntlid
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/address
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/reset_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/sqsize
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/queue_count
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/transport
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsysnqn
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/rescan_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/numa_node
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/model
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/dev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/firmware_rev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/ng0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/state
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/kato
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/serial
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/hwmon1
[2021/11/18 06:35:36]  notice: hwmon: Device /dev/sda hwmon path = /sys/class/hwmon/hwmon4
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_crit 75C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_highest 43C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_input 36C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_lcrit -5C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_lowest 29C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_max 70C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon4/temp1_min 0C
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon6/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon4/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon2/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/cpufv
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/input
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon0/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/mode
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/available_policies
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/policy
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_d
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/sustainable_power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/hwmon0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/offset
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/slope
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/emul_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_po
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/integral_cutoff
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_i
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_pu
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_type
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon7/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon5/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/18 06:35:36]  notice: hwmon: sdb has temperature monitoring
[2021/11/18 06:35:36]   debug: hwmon: sdb found in /sys/class/hwmon/hwmon5/device/block)
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon3/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon1/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/nvme0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/cntlid
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/address
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/reset_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/sqsize
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/queue_count
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/transport
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsysnqn
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/rescan_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/numa_node
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/model
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/dev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/firmware_rev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/ng0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/state
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/kato
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/serial
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/hwmon1
[2021/11/18 06:35:36]  notice: hwmon: Device /dev/sdb hwmon path = /sys/class/hwmon/hwmon5
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_crit 75C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_highest 40C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_input 37C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_lcrit -5C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_lowest 30C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_max 70C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon5/temp1_min 0C
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon6/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon4/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon2/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/cpufv
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/input
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon0/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/mode
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/available_policies
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/policy
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_d
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/sustainable_power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/hwmon0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/offset
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/slope
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/emul_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_po
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/integral_cutoff
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_i
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_pu
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_type
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon7/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon5/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon3/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon1/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/nvme0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/cntlid
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/address
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/reset_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/sqsize
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/queue_count
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/transport
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsysnqn
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/rescan_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/numa_node
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/model
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/dev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/firmware_rev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/ng0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/state
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/kato
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/serial
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/hwmon1
[2021/11/18 06:35:36]  notice: hwmon: Device /dev/sdc hwmon path = 
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_crit
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_highest
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_input
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_lcrit
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_lowest
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_max
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_min
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon6/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon4/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon2/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/cpufv
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/input
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon0/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/mode
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/available_policies
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/policy
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_d
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/sustainable_power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/hwmon0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/offset
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/slope
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/emul_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_po
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/integral_cutoff
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_i
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_pu
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_type
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon7/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon5/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon3/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon1/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/nvme0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/cntlid
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/address
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/reset_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/sqsize
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/queue_count
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/transport
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsysnqn
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/rescan_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/numa_node
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/model
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/dev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/firmware_rev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/ng0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/state
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/kato
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/serial
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/hwmon1
[2021/11/18 06:35:36]  notice: hwmon: Device /dev/sdd hwmon path = 
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_crit
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_highest
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_input
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_lcrit
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_lowest
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_max
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /temp1_min
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon6/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/18 06:35:36]  notice: hwmon: sde has temperature monitoring
[2021/11/18 06:35:36]   debug: hwmon: sde found in /sys/class/hwmon/hwmon6/device/block)
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon4/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon2/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/cpufv
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/input
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon0/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/mode
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/available_policies
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/policy
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_d
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/sustainable_power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/hwmon0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/offset
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/slope
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/emul_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_po
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/integral_cutoff
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_i
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_pu
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_type
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon7/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon5/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon3/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon1/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/nvme0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/cntlid
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/address
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/reset_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/sqsize
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/queue_count
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/transport
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsysnqn
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/rescan_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/numa_node
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/model
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/dev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/firmware_rev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/ng0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/state
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/kato
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/serial
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/hwmon1
[2021/11/18 06:35:36]  notice: hwmon: Device /dev/sde hwmon path = /sys/class/hwmon/hwmon6
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_crit 85C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_highest 46C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_input 44C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_lcrit -41C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_lowest 30C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_max 60C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon6/temp1_min 0C
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon6/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon4/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon2/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/cpufv
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/input
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon0/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/mode
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/available_policies
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/policy
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_d
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/sustainable_power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/hwmon0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/offset
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/slope
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/emul_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_po
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/integral_cutoff
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_i
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_pu
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_type
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon7/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/18 06:35:36]  notice: hwmon: sdf has temperature monitoring
[2021/11/18 06:35:36]   debug: hwmon: sdf found in /sys/class/hwmon/hwmon7/device/block)
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon5/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon3/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon1/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/nvme0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/cntlid
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/address
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/reset_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/sqsize
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/queue_count
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/transport
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsysnqn
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/rescan_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/numa_node
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/model
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/dev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/firmware_rev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/ng0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/state
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/kato
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/serial
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/hwmon1
[2021/11/18 06:35:36]  notice: hwmon: Device /dev/sdf hwmon path = /sys/class/hwmon/hwmon7
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_crit 85C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_highest 44C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_input 41C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_lcrit -41C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_lowest 18C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_max 60C
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon7/temp1_min 0C
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon6/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon6/device/block/sde
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon4/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon4/device/block/sda
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon2/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon2/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/cpufv
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/input
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon2/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon0/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon0/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/mode
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_weight
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/available_policies
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/policy
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_3_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_d
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/sustainable_power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/hwmon0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev3_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/offset
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/slope
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_2_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/emul_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_po
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/integral_cutoff
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev1_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_i
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_1_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev2
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/k_pu
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_5_type
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev0
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_0_temp
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/cdev4_trip_point
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon0/device/trip_point_4_type
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon7/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon7/device/block/sdf
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon5/device/block
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon5/device/block/sdb
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon3/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon3/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/driver_override
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/hwmon
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon3/device/modalias
[2021/11/18 06:35:36]   debug: hwmon:
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/block doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: /sys/class/hwmon/hwmon1/device/nvme/nvme0 doesn't exist, trying next path
[2021/11/18 06:35:36]   debug: hwmon: Found /sys/class/hwmon/hwmon1/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/.
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/..
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/uevent
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/nvme0n1
[2021/11/18 06:35:36]  notice: hwmon: nvme0n1 has temperature monitoring
[2021/11/18 06:35:36]   debug: hwmon: nvme0n1 found in /sys/class/hwmon/hwmon1/device)
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/cntlid
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/address
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/reset_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/sqsize
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/queue_count
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/transport
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsysnqn
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/power
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/rescan_controller
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/numa_node
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/model
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/dev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/device
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/firmware_rev
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/ng0n1
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/subsystem
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/state
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/kato
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/serial
[2021/11/18 06:35:36]   debug: hwmon: dirpath_tmp=/sys/class/hwmon/hwmon1/device/hwmon1
[2021/11/18 06:35:36]  notice: hwmon: Device /dev/nvme0n1 hwmon path = /sys/class/hwmon/hwmon1
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /sys/class/hwmon/hwmon1/temp1_crit
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /sys/class/hwmon/hwmon1/temp1_highest
[2021/11/18 06:35:36]  notice: hwmon: /sys/class/hwmon/hwmon1/temp1_input 31C
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /sys/class/hwmon/hwmon1/temp1_lcrit
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /sys/class/hwmon/hwmon1/temp1_lowest
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /sys/class/hwmon/hwmon1/temp1_max
[2021/11/18 06:35:36]  notice: hwmon: Unable to  open /sys/class/hwmon/hwmon1/temp1_min
[2021/11/18 06:36:13]    info: Exit in progress
[2021/11/18 06:36:13]    info: Cancelling the GUI thread.
[2021/11/18 06:36:13]    info: GUI compute_stats thread has been cancelled
[2021/11/18 06:36:13]    info: Nwipe was aborted by the user prior to the wipe starting.
PartialVolume commented 2 years ago

That's great, I'll release Shredos with the latest version. Then after that, I'll start on implementing the smartctl json structure so I can update the USB temperatures (where the adapter supports ATA pass through).

PartialVolume commented 2 years ago

I think I'll close this and open a new issue regarding adding temperature support to USB devices.

Firminator commented 2 years ago

I ran nwipe yesterday on another device that couldn't boot ShredOS at all. It came preinstalled with Ubuntu hence took advantage of it and compiled nwipe. NVMe temperature readout was succesfull on a M.2 port connected to a PCIe Gen3 so I think we got this covered pretty good. Awesome. Also this device will get 2 additional NVMe drives using PCIe Gen3 and Gen4, so that's going to be a good test if the NVMe pathes change again :)

PartialVolume commented 2 years ago

Excellent, glad the temperature readouts are working well.

Did ShredOS just display the Recalbox message and get no further?

PartialVolume commented 2 years ago

For these systems that don't appear to boot but in fact are running nwipe, I could have ShredOS pipe the output of dmesg to the USB flash. Then we could see whether anything is showing up in the logs.

Firminator commented 2 years ago

Did ShredOS just display the Recalbox message and get no further?

Yes, this device is latest gen and the BIOS is UEFI-only with no option so set it to Legacy. Intel GPU. No additional video. It just hangs saying Recalbox.

For these systems that don't appear to boot but in fact are running nwipe, I could have ShredOS pipe the output of dmesg to the USB flash. Then we could see whether anything is showing up in the logs.

Yes good idea. Pipe out the whole boot and initialization process to the flash drive.

Firminator commented 2 years ago

Good news. NVMe temperatures show up with 2 NVMe drives as well. Well done PartialVolume! I don't have a picture right now, but nwipe is now more advanced in that regard than GSmartControl/smartmontools. Who would have thought. Once I get the 3rd drive I run another test.

PartialVolume commented 2 years ago

That's great !, I'm still running tests on the new build based on kernel rev. 5.13.19. It probably won't be ready for a day or two but I'll keep you updated.

Firminator commented 2 years ago

Once I get the 3rd drive I run another test.

Here we go: 3xNVMeTemp Looking good!

[I took this picture 2021-11-30, but the latest ShredOS version from this week looks identical. So this works and this thread could be closed.]

On a sidenote (and this should probably go into a seperate issue): The ordering of the NVMe drives is off - which is only a cosmetic issue - and I can't tell if this is how the drives are enumerated on my device only or if others are seeing this, too.

PartialVolume commented 2 years ago

Excellent.

The drive names appear in whatever order libparted decides to find the drives. The drive contexts are then created in that same order. Probably best to open that as a separate issue. If it was to be fixed I'd probably do that at the libparted stage. After finding all the drives, sort the list then create the contexts, the GUI displays the list in order of context c[0]-> through c[n]->. I probably wouldn't do a sort in the GUI as that code is already pretty convoluted.