607d4b1e57
Skip SMART self-test in quick mode
...
* Addresses issue #96
2019-03-11 12:36:33 -06:00
6edfcc9766
Moved SMART self-test code to its own function
...
* Allows for a simpler run_nvme_smart_tests()
* Self-test is now done before the attribute check
* Addresses issue #96
2019-03-11 11:57:29 -06:00
40f269aabd
More cleanup for generate_attribute_report()
2019-03-11 10:52:11 -06:00
a5852d1caa
Major overhaul of NVMe/SMART reporting/testing
...
* Moved all errors/warnings to new nvme_smart_notes var
* Allows the notes to be appended to the attribute report much easier
* Allows the attribute report to be updated without losing notes
* NVMe/SMART should only contains the SMART short self-test results
* If available and requested
* Updated safety_check to fix erroneous requests
* Disable tests logic reworked
* Updated generate_disk_report() to include notes
* Addresses issue #96
2019-03-09 21:42:28 -07:00
95aa063a69
Adjusted disk safety checks
...
* check_attributes() is now always silent
* Returns a PASS/FAIL bool
* override_disabled is now at the Disk() scope
* Moved self-test checks to check_smart_self_test()
* Returns a PASS/FAIL bool
* Addressed issue #96
2019-03-09 18:07:04 -07:00
858c2e1bd5
Avoid crash on some Macs
...
* Partially addresses issue #88
* HW damage should be avoided by using the THERMAL_LIMIT setting
2019-03-09 14:15:42 -07:00
b0e2b01e00
Added beep function
...
* Fixes issue #89
2019-03-09 14:11:53 -07:00
d5dc453ffa
Added maximum threshold for NVMe/SMART attributes
...
* Fixes issue #95
2019-03-05 19:36:43 -07:00
68a3b6d0c7
Fixed REGEX sections in settings files
2019-03-05 19:36:42 -07:00
197a5a9160
Misc cleanup
2019-03-05 19:36:42 -07:00
62f2ec8a4d
Moved SW-Diags settings to separate file
2019-03-05 19:36:42 -07:00
4197fc9e0b
Moved WinPE settings to separate file
2019-03-05 19:36:42 -07:00
8d8399c9aa
Moved windows setup settings to separate file
2019-03-05 19:36:42 -07:00
af5281626b
Moved setup settings to separate file
2019-03-05 19:36:42 -07:00
8add6f634c
Moved sensor settings to separate file
2019-03-05 19:36:41 -07:00
058a52961d
Moved info settings to separate file
2019-03-05 19:36:41 -07:00
d03772666d
Moved ddrescue-tui settings to separate file
2019-03-05 19:36:41 -07:00
974e20df05
Moved data settings to separate file
2019-03-05 19:36:41 -07:00
34f4bca97d
Moved browser settings to separate file
2019-03-05 19:36:41 -07:00
e2c83aad6e
Moves HW-Diags settings to separate file
2019-03-05 19:36:41 -07:00
cd4bb7c867
Create launcher for new_system_setup.py
2019-03-05 16:34:13 -07:00
0398ea7e51
Disable Tips & Tricks (more)
2019-02-27 23:57:13 -07:00
017c0e3385
Avoid marking aborted badblocks test as failed
2019-02-05 21:49:00 -07:00
7132d971f6
Add temp limit to report
2019-02-05 21:26:27 -07:00
dc6de9cab0
Use consistent labels
2019-02-05 21:25:28 -07:00
a28a754be1
Added thermal limit logic to Prime95 test
2019-02-05 21:08:06 -07:00
3c35a75c92
Raise exception when temps >= limit
2019-02-05 21:06:40 -07:00
f8404f3c16
Raise exception if temps above given threshold
2019-02-05 20:31:16 -07:00
7c7d8e41e2
Prevent crash when testing some NVMe disks
2019-01-15 18:56:29 -07:00
814ada0ac0
Updated HWiNFO url
2019-01-13 17:59:06 -07:00
5b9e91f8af
Updated Killer Network drivers source
2019-01-13 14:51:53 -07:00
bece9837b2
Moved Office 2019 installers to their own folder
2019-01-11 14:42:18 -07:00
6c47650c2d
Updated IOBit Uninstaller
2019-01-11 14:18:01 -07:00
fd8358a899
Fix ODT path
2019-01-11 14:17:41 -07:00
cb072366e0
Bugfix Office sections
...
* Addresses issue #86
2019-01-11 13:25:33 -07:00
4a96736592
Removed network installers
2019-01-11 13:17:25 -07:00
ad1d7d71f2
Fixed ODT sections
...
* Fixes issue #86
2019-01-11 12:59:12 -07:00
6246393894
Fixed update_fastcopy()
2019-01-11 12:31:08 -07:00
c1324548ce
Track ninite processes directly
2019-01-09 20:59:21 -07:00
969011f3f5
Added new_system_setup()
2019-01-09 20:55:48 -07:00
6488101cdc
Dumb workaround for Dell sensors
2019-01-09 16:29:18 -07:00
e088ba134e
Tool version bumps
2019-01-08 23:48:50 -07:00
f2bd2a6e75
Adjusted global_vars report
2019-01-08 20:33:23 -07:00
6ea4791dc9
Added generate_global_vars_report()
...
* Makes crash reports more readable
2019-01-08 20:24:43 -07:00
63f9c1c193
Fixed set_log_file() under Linux
2019-01-08 20:24:14 -07:00
ed70d1ab18
Simplified tmux repair thread handling
...
* Just start once and let run until script is exited
* Pretty sure this fixed the 100%+ CPU usage after returning to the menu
2019-01-08 19:18:00 -07:00
4bd0cd1598
Avoid crash when no sensor data available
...
* This was broken when fixing issue #85
2019-01-07 15:29:33 -07:00
beb36dfc97
Adjusted window name
2019-01-07 12:54:28 -07:00
ebcd38ef50
Don't change directory during initialization
...
* Fixes issue with ddrescue-tui
2019-01-07 12:53:23 -07:00
50da682d76
Fix issue #85
2019-01-06 22:12:01 -07:00