Kevin M. White
Kevin M. White
Do you have the new `--display-hide-progress-bar` feature enabled?
Arround line 7954... try adding this line: `unset display_hide_progress_bar_status` It should look like this in context: ``` set_display_strings_deferral_button unset display_hide_progress_bar_status log_super "IBM Notifier: Failure notification."
I'm aware... it's a known bug and is addressed in the next beta of `super`.
Fixed in https://github.com/Macjutsu/super/releases/tag/v5.0.0-beta2 that may resolve this behavior.
This is in reference to the native Apple MDM configuration profile that contains software update deferral restrictions. Specifically `super` is detecting changes to this file `/Library/Managed Preferences/com.apple.applicationaccess.plist`. MDM creates that...
There are many updates in https://github.com/Macjutsu/super/releases/tag/v5.0.0-beta2 that may resolve this behavior. Please try it out.
There have been so many changes to the latest version of `super` that I'm closing this issue. https://github.com/Macjutsu/super/releases/tag/v5.0.0-beta3 If you find it persists with the latest builds of `super` please...
Please refer to the local super.log when troubleshooting a device. https://github.com/Macjutsu/super/wiki/Troubleshooting
There have been so many changes to the latest version of `super` that I'm closing this issue. https://github.com/Macjutsu/super/releases/tag/v5.0.0-beta3 If you find it persists with the latest builds of `super` please...
Ineed this is likley related and stems from an issue with Apple breaking the `softwareupdate` download function. I'm working on a solution in `super` v5.1, but it requires a significant...