Commit graph

2078 commits

Author SHA1 Message Date
c7585d17f0
Added graph functions 2019-12-06 15:02:06 -07:00
2c732885c6
Revert "Adjusted wk.std.input_text()"
This reverts commit 564745f03b.
2019-12-06 13:21:36 -07:00
2a4b68c222
Fixed tail usage under macOS 2019-12-06 13:19:47 -07:00
a76d7775fd
Updated badblocks sections
* Increaded pane height to 5
* Updated pass/fail/unknown logic
* Reduced lines included in reports
2019-12-06 13:02:57 -07:00
b45dc74e5a
Start logging after updating log path 2019-12-06 13:01:31 -07:00
564745f03b
Adjusted wk.std.input_text()
* Should hopefully reduce the duplicate prompts
2019-12-06 13:00:34 -07:00
56a99a8a4e
Avoid crash if tmux pane closes while getting size 2019-12-06 12:25:48 -07:00
e1ef9db6b6
Color disk labels in badblocks panes 2019-12-05 23:02:08 -07:00
d173d317e3
Updated badblocks section
* Start tests in reverse order (so they appear in order on screen)
* Fixed report parsing
2019-12-05 22:57:13 -07:00
76772be422
Added badblocks sections
* Supports running in parallel
* Dropped NonBlockingStreamReader usage
2019-12-05 22:20:26 -07:00
6167d0d78d
Get disk serial numbers under macOS 2019-12-05 14:24:57 -07:00
da7c12bb61
Don't use dummy test objects when no disks avail 2019-12-05 14:20:17 -07:00
fb4b44fefb
Fixed temps pane under macOS 2019-12-03 18:16:33 -07:00
65c08ad972
Updated disk_self_test()
* Parallel self-tests!
2019-12-03 17:36:52 -07:00
b71bca4577
Updated disk_attribute_check() 2019-12-03 16:31:26 -07:00
445523e5f1
Fix aborting Prime95 test 2019-12-03 15:18:10 -07:00
6da34c1f2b
Only register tmux atexit when running HW Diags
* Prevents unintended killing of tmux panes when importing wk or wk.hw
2019-12-03 15:03:02 -07:00
c0b6606758
Stop Prime95 with INT signal instead of TERM 2019-12-03 14:47:57 -07:00
d1005ad0a9
Updated sensor name formatting 2019-12-02 22:47:09 -07:00
e041125c20
Added hw-sensors 2019-12-02 21:02:12 -07:00
4dc41aec27
Bugfix: mprime typos 2019-12-02 20:31:33 -07:00
4990537082
Handle critical temps correctly in mprime sections
* Moved ThermalLimitReachedError catches to wk.hw.sensors
  * Before they would never be caught and would never stop the script
* Added cpu_reached_critical_temp() to wk.hw.sensors
  * This allows us to check if it happened without exceptions
* Added thermal_action to wk.hw.sensors
  * This is run when ThermalLimitReachedError(s) are caught
* Stop print_countdown if mprime is terminated
  * This is required since it may be killed in the background
2019-12-02 20:11:02 -07:00
c520b5a865
Update for Python 3.8 pylint alerts 2019-12-02 17:55:05 -07:00
7796189d14
Clear screen before all diag functions 2019-12-02 17:54:48 -07:00
aa3b69f6fa
Added progress pane logic 2019-11-30 22:43:10 -07:00
4cadb913e8
Dropped bufsize=1 due to Python 3.8 warning 2019-11-30 21:29:24 -07:00
d3293526f4
WizardKit - v1.8.4 - Stanley Build
Linux
* HW-Diagnostics
  * Reworked osTicket checkbox logic
    * There is now a prompt on the results page to update the checkboxes
    * If you choose yes it will update the HDD & CPU PASS/FAIL & CPU max temp
  * Prime95
    * If CPU temps >= 90°C then the test is marked as FAILED
    * If CPU temps >= 99°C then the test is halted
    * If no sensors are found and the checkboxes are updated, it will use 0°C
  * badblocks & I/O Benchmark tests are run in most scenarios now
    * SMART Self-Test failure will not block these tests
    * SMART C9 / 201 will not block these tests (was seen on several LiteOn SSDs)
    * Only critical NVMe/SMART attributes will prevent these tests from running
  * Added workaround for the Crucial MX500 series of SSDs
    * If this is used it will be shown in the results page and osTicket post
  * Failing NVMe/SMART attributes are individually marked for clarity
  * Fixed 4K partition alignment check (most boot partitions were being falsely flagged)
  * Removed several prompts from the HW-Diagnostic startup
  * Removed prompt to upload for review
* ddrescue-TUI (a.k.a WKClone & WKImage)
  * Journal output is limited to kernel events
    * Avoids a flood of "Updating conky" and "sudo" messages
* Added upload-logs script
  * If you see something weird please run this command to upload to Nextcloud
  * This script asks why you're uploading the logs
* Added CTRL+ALT shortuts to match the Super shortcuts
  * e.g. CTRL+ALT+d to open HW Diagnostics
* Much better input handling - should avoid EOFErrors we've been seeing
* Test-Station names should be included in osTicket posts
* Misc bugfixes

Windows
* Added Windows 10 v1909 support
* d7II
  * Added "Starting d7II..." message to launch script
  * Windows Updates are enabled during the default selections
  * SoftwareDistribution folder is now renamed if it can't be deleted
    * Avoids unnecessary crash/reboot
* System Setup
  * Renamed modes
  * Added Verify option
    * This skips all installation steps and optionally skips opening apps
  * Classic Start is now installed for all non-HW non-Verify modes
  * Google Chrome notifications are disabled by directly editing the Preferences file
    * This avoids having Chrome tell you the browser is "Managed by your organization"
  * Added a permission fix for Windows\Temp
  * Browser backups are no longer compressed
    * This should avoid the major slowdowns seen for Chrome profiles
  * Reduced the amount of Ninite windows opened in some cases
  * Updated ShutUp10 config to avoid breaking Windows Search
  * Added prompt to set the default browser/apps
* Updated tools
* Misc bugfixes
2019-11-30 20:17:13 -07:00
bb0a74b98c
Open ESET or KVRT during system_setup.py mode 2 2019-11-26 13:48:24 -07:00
6f44a37cd0
Suppress SSH warnings 2019-11-19 18:56:45 -07:00
9af378ed7c
Removing tcpflush call
* I'll accept a few errant EOFErrors to avoid screen tearing/glitching
2019-11-19 18:55:49 -07:00
4dcebdfbf3
Add smbclient packages 2019-11-19 16:06:59 -07:00
5c84d3f778
Stanley theme 2019-11-19 14:54:43 -07:00
c515033bfa
Update for the new Archlinux base package 2019-11-19 14:15:41 -07:00
63adbc6b3a
Added upload-logs script 2019-11-19 14:12:48 -07:00
3c5f9c1bbe
Added workaround for MX500 SSD issues 2019-11-18 21:47:23 -07:00
c3500ee324
Fail CPU test if temps reach THERMAL_FAIL
* The test is allowed to finish as long as temps < THERMAL_LIMIT
* Addresses issue #111
2019-11-18 21:21:42 -07:00
d1b37eddc1
Restrict journal output to kernel messages 2019-11-18 21:00:09 -07:00
095c00c6ee
Ensure SSH tunnel is closed atexit 2019-11-18 20:57:00 -07:00
4b7e34eb17
Only disable disk tests for critical errors 2019-11-18 20:47:13 -07:00
b1a68e20d7
Label failing disk attributes in reports 2019-11-18 20:18:22 -07:00
a71d56e473
More checkbox updates 2019-11-18 20:10:07 -07:00
58d8722ae2
Always save HW-Diags debug data 2019-11-18 20:09:38 -07:00
c75a67d34b
Fix 4K alignment check under Linux 2019-11-18 20:08:31 -07:00
364f981a58
Adjusted tmux sections 2019-11-18 19:40:16 -07:00
5d5da09c0d
Remove NVMe 'media_errors' from Critical list 2019-11-18 19:39:22 -07:00
0a4f87b0ce
More checkbox updates 2019-11-18 19:38:56 -07:00
8c4ed4ffc5
Only disable disk tests for critical failures
* Addressees issue #109 and #112
2019-11-18 19:34:53 -07:00
214e2c345d
Expanded HW-Diags - osTicket checkbox sections 2019-11-18 18:47:39 -07:00
a41271e296
Enable Windows updates during d7II 2019-11-18 17:47:33 -07:00
990618bfeb
Avoid EOFErrors 2019-11-18 17:47:32 -07:00