-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mist helper needed for macOS 13 w/ restrictions profile? #290
Comments
First, It's also not likley that the deferral configuration profile is affecting In any case, I can't replicate this issue as
|
I was using non modified 5.0.0. As I mentioned the issue seems to be that (due to restrictions profile?), the macOS 13 system can't see available updates and then tries to rely on mist. Mist isn't available because super only gets it for 12 and lower. |
We have many computers with 13.x and a 30 day MDM OS install delay trying to do a --install-macos-major-upgrades. Mist is being called/verified but never gets installed because it's limited to < macOS 13
Considerations:
-Removing the Restrictions profile works fine and mist is not needed.
-Forcing mist to install resolves the problem.
-Perhaps there's an issue with restrictions deferral and availability of super to handle.
--
Forcing mist
Line 3862
If needed, validate mist-cli and if missing or invalid then install and check again.
if [[ "${install_macos_major_upgrades}" == "TRUE" ]] && { [[ "${macos_version_major}" -lt 13 ]] || [[ -n "${install_macos_major_upgrades_target}" ]]; }; then
Changing to 14 solves it.
--
Fresh super install with --install-macos-major-upgrades and vebose show:
Tue Mar 11 20:16:29 03-Virtual-Machine super[11832]: **** S.U.P.E.R.M.A.N. 5.0.0 - SUPER INSTALLATION ****
Tue Mar 11 20:16:33 03-Virtual-Machine super[11832]: Verbose Mode: Function manage_helpers: Line 3792: display_icon_light_file_cached_origin is: DEFAULT
Tue Mar 11 20:16:33 03-Virtual-Machine super[11832]: Verbose Mode: Function manage_helpers: Line 3823: display_icon_light is: /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/Current/Resources/SoftwareUpdate.icns
Tue Mar 11 20:16:33 03-Virtual-Machine super[11832]: Verbose Mode: Function manage_helpers: Line 3828: display_icon_dark_file_cached_origin is: DEFAULT
Tue Mar 11 20:16:33 03-Virtual-Machine super[11832]: Verbose Mode: Function manage_helpers: Line 3859: display_icon_dark is: /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/Current/Resources/SoftwareUpdate.icns
Tue Mar 11 20:16:33 03-Virtual-Machine super[11832]: Verbose Mode: Function manage_authentication_options: Line 2853: auth_ask_user_to_save_password: FALSE
Tue Mar 11 20:16:33 03-Virtual-Machine super[11832]: Verbose Mode: Function manage_authentication_options: Line 2854: auth_user_account_saved: FALSE
Tue Mar 11 20:16:38 03-Virtual-Machine super-starter[12757]: **** S.U.P.E.R.M.A.N. 5.0.0 - LAUNCHDAEMON ****
Tue Mar 11 20:16:43 03-Virtual-Machine super[12772]: Verbose Mode: Function workflow_check_software_status: Line 6492: macos_minor_update_latest is: FALSE
Tue Mar 11 20:18:43 03-Virtual-Machine super[12772]: mist-cli Error: macOS installers listing failed, check /Library/Management/super/logs/macos-installers-list.log for more detail.
Tue Mar 11 20:18:43 03-Virtual-Machine super[12772]: mist-cli Error: macOS installers listing failed to complete, as indicated by no progress after waiting for 120 seconds.
Tue Mar 11 20:18:43 03-Virtual-Machine super[12772]: Verbose Mode: Function get_macos_installers_list: Line 6121: get_macos_installers_list_error is: TRUE
Tue Mar 11 20:18:43 03-Virtual-Machine super[12772]: Verbose Mode: Function get_macos_installers_list: Line 6122: get_macos_installers_list_timeout is: TRUE
Tue Mar 11 20:18:43 03-Virtual-Machine super[12772]: Verbose Mode: Function get_macos_installers_list: Line 6123: macos_installers_list is:
FALSE
Tue Mar 11 20:18:43 03-Virtual-Machine super[12772]: Warning: Re-starting check for macOS installers...
Tue Mar 11 20:20:43 03-Virtual-Machine super[12772]: mist-cli Error: macOS installers listing failed, check /Library/Management/super/logs/macos-installers-list.log for more detail.
Tue Mar 11 20:20:43 03-Virtual-Machine super[12772]: mist-cli Error: macOS installers listing failed to complete, as indicated by no progress after waiting for 120 seconds.
Tue Mar 11 20:20:43 03-Virtual-Machine super[12772]: Verbose Mode: Function get_macos_installers_list: Line 6121: get_macos_installers_list_error is: TRUE
Tue Mar 11 20:20:43 03-Virtual-Machine super[12772]: Verbose Mode: Function get_macos_installers_list: Line 6122: get_macos_installers_list_timeout is: TRUE
Tue Mar 11 20:20:43 03-Virtual-Machine super[12772]: Verbose Mode: Function get_macos_installers_list: Line 6123: macos_installers_list is:
FALSE
Tue Mar 11 20:20:43 03-Virtual-Machine super[12772]: Error: Checking for macOS installers listing did not return any available installers.
--
Logs also referece /Library/Management/super/logs/macos-installers-list.log which is empty
After changing line 3862 to -1t 14
Tue Mar 11 20:37:39 03-Virtual-Machine super[17975]: **** S.U.P.E.R.M.A.N. 5.0.0 - SUPER INSTALLATION ****
Tue Mar 11 20:37:42 03-Virtual-Machine super[17975]: -= 3770 start manage_helpers
Tue Mar 11 20:37:42 03-Virtual-Machine super[17975]: Verbose Mode: Function manage_helpers: Line 3793: display_icon_light_file_cached_origin is: DEFAULT
Tue Mar 11 20:37:42 03-Virtual-Machine super[17975]: Verbose Mode: Function manage_helpers: Line 3824: display_icon_light is: /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/Current/Resources/SoftwareUpdate.icns
Tue Mar 11 20:37:42 03-Virtual-Machine super[17975]: Verbose Mode: Function manage_helpers: Line 3829: display_icon_dark_file_cached_origin is: DEFAULT
Tue Mar 11 20:37:42 03-Virtual-Machine super[17975]: Verbose Mode: Function manage_helpers: Line 3860: display_icon_dark is: /System/Library/PrivateFrameworks/SoftwareUpdate.framework/Versions/Current/Resources/SoftwareUpdate.icns
Tue Mar 11 20:37:42 03-Virtual-Machine super[17975]: Status: Attempting to download and install mist-cli...
Tue Mar 11 20:37:45 03-Virtual-Machine super[17975]: Verbose Mode: Function manage_authentication_options: Line 2853: auth_ask_user_to_save_password: FALSE
Tue Mar 11 20:37:45 03-Virtual-Machine super[17975]: Verbose Mode: Function manage_authentication_options: Line 2854: auth_user_account_saved: FALSE
Tue Mar 11 20:37:51 03-Virtual-Machine super-starter[18936]: **** S.U.P.E.R.M.A.N. 5.0.0 - LAUNCHDAEMON ****
Tue Mar 11 20:37:55 03-Virtual-Machine super[18951]: Verbose Mode: Function workflow_check_software_status: Line 6493: mdmclient_macos_msu_minor_update_target is: FALSE
Tue Mar 11 20:37:55 03-Virtual-Machine super[18951]: Verbose Mode: Function workflow_check_software_status: Line 6494: macos_minor_update_latest is: FALSE
Tue Mar 11 20:37:56 03-Virtual-Machine super[18951]: mist-cli: Waiting for macOS installers listing...
Tue Mar 11 20:37:57 03-Virtual-Machine super[18951]: Verbose Mode: Function get_macos_installers_list: Line 6123: get_macos_installers_list_error is: FALSE
Tue Mar 11 20:37:57 03-Virtual-Machine super[18951]: Verbose Mode: Function get_macos_installers_list: Line 6124: get_macos_installers_list_timeout is: FALSE
Tue Mar 11 20:37:57 03-Virtual-Machine super[18951]: Verbose Mode: Function get_macos_installers_list: Line 6125: macos_installers_list is:
"082-01336","macOS Sequoia","=""15.3.2""","=""24D81""",15254375659,2025-03-11,YES,NO
"072-70706","macOS Sequoia","=""15.3.1""","=""24D70""",15255393097,2025-02-17,YES,NO
"072-08251","macOS Sequoia","=""15.3""","=""24D60""",15253153260,2025-02-03,YES,NO
"072-44286","macOS Sequoia","=""15.2""","=""24C101""",15285649807,2024-12-11,YES,NO
"072-84039","macOS Sonoma","=""14.7.4""","=""23H420""",13667889424,2025-02-17,YES,NO
"072-61299","macOS Sonoma","=""14.7.3""","=""23H417""",13669672178,2025-02-03,YES,NO
"072-36705","macOS Sonoma","=""14.7.2""","=""23H311""",13668423063,2024-12-11,YES,NO
"072-83845","macOS Ventura","=""13.7.4""","=""22H420""",12214185097,2025-02-17,YES,NO
"072-61270","macOS Ventura","=""13.7.3""","=""22H417""",12214615088,2025-02-03,YES,NO
"072-36728","macOS Ventura","=""13.7.2""","=""22H313""",12215551207,2024-12-11,YES,NO
"052-60131","macOS Monterey","=""12.7.4""","=""21H1123""",12415331849,2024-03-18,YES,NO
Tue Mar 11 20:37:57 03-Virtual-Machine super[18951]: Verbose Mode: Function workflow_check_software_status: Line 6526: macos_installers_sanitized_list is:
082-01336,macOS Sequoia,15.3.2,24D81,15254375659,2025-03-11,YES,NO
072-70706,macOS Sequoia,15.3.1,24D70,15255393097,2025-02-17,YES,NO
072-08251,macOS Sequoia,15.3,24D60,15253153260,2025-02-03,YES,NO
072-44286,macOS Sequoia,15.2,24C101,15285649807,2024-12-11,YES,NO
072-84039,macOS Sonoma,14.7.4,23H420,13667889424,2025-02-17,YES,NO
072-61299,macOS Sonoma,14.7.3,23H417,13669672178,2025-02-03,YES,NO
072-36705,macOS Sonoma,14.7.2,23H311,13668423063,2024-12-11,YES,NO
072-83845,macOS Ventura,13.7.4,22H420,12214185097,2025-02-17,YES,NO
072-61270,macOS Ventura,13.7.3,22H417,12214615088,2025-02-03,YES,NO
072-36728,macOS Ventura,13.7.2,22H313,12215551207,2024-12-11,YES,NO
052-60131,macOS Monterey,12.7.4,21H1123,12415331849,2024-03-18,YES,NO
Tue Mar 11 20:37:57 03-Virtual-Machine super[18951]: Verbose Mode: Function workflow_check_software_status: Line 6529: macos_installers_array is:
Title:macOS Sequoia,Version:15.3.2,Build:24D81,Size:15254375659
Title:macOS Sequoia,Version:15.3.1,Build:24D70,Size:15255393097
Title:macOS Sequoia,Version:15.3,Build:24D60,Size:15253153260
Title:macOS Sequoia,Version:15.2,Build:24C101,Size:15285649807
Title:macOS Sonoma,Version:14.7.4,Build:23H420,Size:13667889424
Title:macOS Sonoma,Version:14.7.3,Build:23H417,Size:13669672178
Title:macOS Sonoma,Version:14.7.2,Build:23H311,Size:13668423063
Title:macOS Ventura,Version:13.7.4,Build:22H420,Size:12214185097
Title:macOS Ventura,Version:13.7.3,Build:22H417,Size:12214615088
Title:macOS Ventura,Version:13.7.2,Build:22H313,Size:12215551207
Title:macOS Monterey,Version:12.7.4,Build:21H1123,Size:12415331849
Tue Mar 11 20:37:57 03-Virtual-Machine super[18951]: Verbose Mode: Function workflow_check_software_status: Line 6533:
Regarding the software update check when the restrictions profile is installed
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: **** S.U.P.E.R.M.A.N. 5.0.0 - CHECK FOR SOFTWARE UPDATES/UPGRADES ****
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5785: msu_last_sccessful_date is: 2025-03-12 03:04:02 +0000
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5786: msu_last_sccessful_epoch is: 1741748642
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5796: restrictions_deferral_checksum_cache is: 5e3bb07bdc3e60cfe22dc6c796c061d3
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5800: restrictions_deferral_cache is: 1
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: Verbose Mode: Function check_restrictions_deferral: Line 5939: restrictions_deferral_response is:
enforcedSoftwareUpdateDelay = 30
enforcedSoftwareUpdateMajorOSDeferredInstallDelay = 30
enforcedSoftwareUpdateMinorOSDeferredInstallDelay = 30
forceDelayedAppSoftwareUpdates = 0
forceDelayedMajorSoftwareUpdates = 1
forceDelayedSoftwareUpdates = 1
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: Status: Restrictions configuration profile is deferring macOS major upgrades for 30 days.
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: Status: Restrictions configuration profile is deferring macOS minor updates for 30 days.
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: Verbose Mode: Function check_restrictions_deferral: Line 5963: restrictions_deferral_macOS_major_upgrades is: 30
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: Verbose Mode: Function check_restrictions_deferral: Line 5964: restrictions_deferral_macOS_minor_updates is: 30
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: Verbose Mode: Function check_restrictions_deferral: Line 5965: restrictions_deferral_non_system_updates is: FALSE
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5817: macos_beta_program_cache is: 0
Tue Mar 11 20:29:50 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5828: macos_beta_program is: FALSE
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5833: mdmclient_list_checksum_cache is: f06b161371cf1fdeb8ed8df414aea79d
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5837: mdmclient_available_cache is: 1
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5853: mdmclient_list is:
{
AllowsInstallLater = 0;
AppIdentifiersToClose = (
);
DownloadSize = 15279129909;
HumanReadableName = "macOS Sequoia";
IsConfigDataUpdate = 0;
IsCritical = 0;
IsFirmwareUpdate = 0;
IsMajorOSUpdate = 1;
IsSecurityResponse = 0;
ProductKey = "_MACOS_15.2";
RequiresBootstrapToken = 1;
RestartRequired = 1;
Version = "15.2";
},
{
AllowsInstallLater = 0;
AppIdentifiersToClose = (
);
DownloadSize = 15246633557;
HumanReadableName = "macOS Sequoia";
IsConfigDataUpdate = 0;
IsCritical = 0;
IsFirmwareUpdate = 0;
IsMajorOSUpdate = 1;
IsSecurityResponse = 0;
ProductKey = "_MACOS_15.3";
RequiresBootstrapToken = 1;
RestartRequired = 1;
Version = "15.3";
},
{
AllowsInstallLater = 0;
AppIdentifiersToClose = (
);
DownloadSize = 13653061319;
HumanReadableName = "macOS Sonoma";
IsConfigDataUpdate = 0;
IsCritical = 0;
IsFirmwareUpdate = 0;
IsMajorOSUpdate = 1;
IsSecurityResponse = 0;
ProductKey = "_MACOS_14.7.2";
RequiresBootstrapToken = 1;
RestartRequired = 1;
Version = "14.7.2";
},
{
AllowsInstallLater = 0;
AppIdentifiersToClose = (
);
DeferredUntil = "2025-04-10 07:00:00 +0000";
DownloadSize = 15247855265;
HumanReadableName = "macOS Sequoia";
IsConfigDataUpdate = 0;
IsCritical = 0;
IsFirmwareUpdate = 0;
IsMajorOSUpdate = 1;
IsSecurityResponse = 0;
ProductKey = "_MACOS_15.3.2";
RequiresBootstrapToken = 1;
RestartRequired = 1;
Version = "15.3.2";
},
{
AllowsInstallLater = 0;
AppIdentifiersToClose = (
);
DeferredUntil = "2025-03-12 08:00:00 +0000";
DownloadSize = 15248873054;
HumanReadableName = "macOS Sequoia";
IsConfigDataUpdate = 0;
IsCritical = 0;
IsFirmwareUpdate = 0;
IsMajorOSUpdate = 1;
IsSecurityResponse = 0;
ProductKey = "_MACOS_15.3.1";
RequiresBootstrapToken = 1;
RestartRequired = 1;
Version = "15.3.1";
},
{
AllowsInstallLater = 1;
AppIdentifiersToClose = (
);
Build = 22H420;
DeferredUntil = "2025-04-10 00:00:00 +0000";
DownloadSize = 1592948751;
HumanReadableName = "macOS Ventura 13.7.4";
HumanReadableNameLocale = "en-US";
IsConfigDataUpdate = 0;
IsCritical = 0;
IsFirmwareUpdate = 0;
IsSecurityResponse = 0;
ProductKey = "MSU_UPDATE_22H420_patch_13.7.4_minor";
RequiresBootstrapToken = 1;
RestartRequired = 1;
SupplementalBuildVersion = 22H420;
Version = "13.7.4";
},
{
AllowsInstallLater = 0;
AppIdentifiersToClose = (
);
DownloadSize = 13654310518;
HumanReadableName = "macOS Sonoma";
IsConfigDataUpdate = 0;
IsCritical = 0;
IsFirmwareUpdate = 0;
IsMajorOSUpdate = 1;
IsSecurityResponse = 0;
ProductKey = "_MACOS_14.7.3";
RequiresBootstrapToken = 1;
RestartRequired = 1;
Version = "14.7.3";
},
{
AllowsInstallLater = 1;
AppIdentifiersToClose = (
);
Build = 22H417;
DownloadSize = 1592819787;
HumanReadableName = "macOS Ventura 13.7.3";
HumanReadableNameLocale = "en-US";
IsConfigDataUpdate = 0;
IsCritical = 0;
IsFirmwareUpdate = 0;
IsSecurityResponse = 0;
ProductKey = "MSU_UPDATE_22H417_patch_13.7.3_minor";
RequiresBootstrapToken = 1;
RestartRequired = 1;
SupplementalBuildVersion = 22H417;
Version = "13.7.3";
},
{
AllowsInstallLater = 0;
AppIdentifiersToClose = (
);
Build = 24D81;
DeferredUntil = "2025-04-10 00:00:00 +0000";
DownloadSize = 9921322381;
HumanReadableName = "macOS Sequoia 15.3.2";
HumanReadableNameLocale = "en-US";
IsConfigDataUpdate = 0;
IsCritical = 0;
IsFirmwareUpdate = 0;
IsSecurityResponse = 0;
ProductKey = "MSU_UPDATE_24D81_patch_15.3.2_major";
RequiresBootstrapToken = 1;
RestartRequired = 1;
SupplementalBuildVersion = 24D81;
Version = "15.3.2";
},
{
AllowsInstallLater = 1;
AppIdentifiersToClose = (
"com.apple.Safari.SafariQuickLookPreview",
"com.apple.Safari"
);
DownloadSize = 179423853;
HumanReadableName = Safari;
HumanReadableNameLocale = en;
IsConfigDataUpdate = 0;
IsCritical = 0;
IsFirmwareUpdate = 0;
IsSecurityResponse = 0;
MetadataURL = "https://swcdn.apple.com/content/downloads/40/31/082-05632-A_DU8EI8VNVI/m4gu4h8k7p95qshxoosd2ynmpx9bcwnwkj/Safari18.3.1VenturaAuto.smd";
ProductKey = "082-05632";
RequiresBootstrapToken = 0;
RestartRequired = 0;
Version = "18.3.1";
},
{
AllowsInstallLater = 0;
AppIdentifiersToClose = (
);
DeferredUntil = "2025-03-12 08:00:00 +0000";
DownloadSize = 13652527760;
HumanReadableName = "macOS Sonoma";
IsConfigDataUpdate = 0;
IsCritical = 0;
IsFirmwareUpdate = 0;
IsMajorOSUpdate = 1;
IsSecurityResponse = 0;
ProductKey = "_MACOS_14.7.4";
RequiresBootstrapToken = 1;
RestartRequired = 1;
Version = "14.7.4";
},
{
AllowsInstallLater = 1;
AppIdentifiersToClose = (
);
Build = 22H313;
DownloadSize = 1590339417;
HumanReadableName = "macOS Ventura 13.7.2";
HumanReadableNameLocale = "en-US";
IsConfigDataUpdate = 0;
IsCritical = 0;
IsFirmwareUpdate = 0;
IsSecurityResponse = 0;
ProductKey = "MSU_UPDATE_22H313_patch_13.7.2_minor";
RequiresBootstrapToken = 1;
RestartRequired = 1;
SupplementalBuildVersion = 22H313;
Version = "13.7.2";
}
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5854: mdmclient_available is: TRUE
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5859: macos_installers_list_checksum_cache is:
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5869: macos_installers_list is:
FALSE
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5874: msu_list_checksum_cache is: a446dcb274067b4c9a60e8d4c794cdbe
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function check_software_update_status_cached: Line 5884: msu_list is:
2025-03-11 20:04:03.161 softwareupdate[10406:32308] XType: Using static font registry.
Software Update Tool
Finding available software
Software Update found the following new or updated software:
Title: Safari, Version: 18.3.1, Size: 175218KiB, Recommended: YES,
Title: macOS Ventura 13.7.4, Version: 13.7.4, Size: 1555614KiB, Recommended: YES, Action: restart,
Title: macOS Sequoia 15.3.1, Version: 15.3.1, Size: 9687761KiB, Recommended: YES, Action: restart,
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6199: check_software_status_required is: FALSE
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6243: mdmclient_sanitized_list is:
Title:macOS Sequoia,Version:15.2,
Title:macOS Sequoia,Version:15.3,
Title:macOS Sonoma,Version:14.7.2,
DeferredUntil:2025-04-10 07:00:00,Title:macOS Sequoia,Version:15.3.2,
DeferredUntil:2025-03-12 08:00:00,Title:macOS Sequoia,Version:15.3.1,
Build:22H420,DeferredUntil:2025-04-10 00:00:00,Title:macOS Ventura 13.7.4,Version:13.7.4,
Title:macOS Sonoma,Version:14.7.3,
Build:22H417,Title:macOS Ventura 13.7.3,Version:13.7.3,
Build:24D81,DeferredUntil:2025-04-10 00:00:00,Title:macOS Sequoia 15.3.2,Version:15.3.2,
Title:Safari,Version:18.3.1,
DeferredUntil:2025-03-12 08:00:00,Title:macOS Sonoma,Version:14.7.4,
Build:22H313,Title:macOS Ventura 13.7.2,Version:13.7.2,
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6271: mdmclient_macos_installers_array is:
Title:macOS Sequoia,Version:15.3
Title:macOS Sequoia,Version:15.2
Title:macOS Sonoma,Version:14.7.3
Title:macOS Sonoma,Version:14.7.2
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6272: mdmclient_macos_msu_array is:
Title:macOS Ventura 13.7.3,Build:22H417,Version:13.7.3
Title:macOS Ventura 13.7.2,Build:22H313,Version:13.7.2
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6273: mdmclient_non_system_array is:
Title:Safari,Version:18.3.1
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6274: mdmclient_macos_installers_deferred_array is:
DeferredUntil:2025-04-10 07:00:00,Title:macOS Sequoia,Version:15.3.2
DeferredUntil:2025-03-12 08:00:00,Title:macOS Sequoia,Version:15.3.1
DeferredUntil:2025-03-12 08:00:00,Title:macOS Sonoma,Version:14.7.4
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6275: mdmclient_macos_msu_deferred_array is:
DeferredUntil:2025-04-10 00:00:00,Title:macOS Sequoia 15.3.2,Build:24D81,Version:15.3.2
DeferredUntil:2025-04-10 00:00:00,Title:macOS Ventura 13.7.4,Build:22H420,Version:13.7.4
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6276: mdmclient_non_system_deferred_array is:
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6277: mdmclient_security_array is:
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6286: mdmclient_macos_msu_item is:
Title:macOS Ventura 13.7.3,Build:22H417,Version:13.7.3
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6286: mdmclient_macos_msu_item is:
Title:macOS Ventura 13.7.2,Build:22H313,Version:13.7.2
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6290: mdmclient_macos_msu_major_upgrade_array is:
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6291: mdmclient_macos_msu_minor_update_array is:
Title:macOS Ventura 13.7.3,Build:22H417,Version:13.7.3
Title:macOS Ventura 13.7.2,Build:22H313,Version:13.7.2
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6301: mdmclient_macos_msu_item is:
DeferredUntil:2025-04-10 00:00:00,Title:macOS Sequoia 15.3.2,Build:24D81,Version:15.3.2
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6301: mdmclient_macos_msu_item is:
DeferredUntil:2025-04-10 00:00:00,Title:macOS Ventura 13.7.4,Build:22H420,Version:13.7.4
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6305: mdmclient_macos_msu_major_upgrade_deferred_array is:
DeferredUntil:2025-04-10 00:00:00,Title:macOS Sequoia 15.3.2,Build:24D81,Version:15.3.2
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6306: mdmclient_macos_msu_minor_update_deferred_array is:
DeferredUntil:2025-04-10 00:00:00,Title:macOS Ventura 13.7.4,Build:22H420,Version:13.7.4
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Status: Some updates are deferred due to a restrictions deferral configuration profile.
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Warning: Some updates are inaccurately reporting as deferred even though restrictions deferral configuration is not enabled. As such, these updates will still be considered for installation.
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Restrictions Deferral: macOS major upgrade installer 1 of 3 is: DeferredUntil:2025-04-10 07:00:00,Title:macOS Sequoia,Version:15.3.2
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Restrictions Deferral: macOS major upgrade installer 2 of 3 is: DeferredUntil:2025-03-12 08:00:00,Title:macOS Sequoia,Version:15.3.1
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Restrictions Deferral: macOS major upgrade installer 3 of 3 is: DeferredUntil:2025-03-12 08:00:00,Title:macOS Sonoma,Version:14.7.4
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Restrictions Deferral: macOS major upgrade 1 of 1 is: DeferredUntil:2025-04-10 00:00:00,Title:macOS Sequoia 15.3.2,Build:24D81,Version:15.3.2
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Restrictions Deferral: macOS minor update 1 of 1 is: DeferredUntil:2025-04-10 00:00:00,Title:macOS Ventura 13.7.4,Build:22H420,Version:13.7.4
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6360: mdmclient_macos_installers_array is:
Title:macOS Sequoia,Version:15.3
Title:macOS Sequoia,Version:15.2
Title:macOS Sonoma,Version:14.7.3
Title:macOS Sonoma,Version:14.7.2
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6361: mdmclient_macos_msu_major_upgrade_array is:
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6362: mdmclient_macos_msu_minor_update_array is:
Title:macOS Ventura 13.7.3,Build:22H417,Version:13.7.3
Title:macOS Ventura 13.7.2,Build:22H313,Version:13.7.2
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6363: mdmclient_non_system_array is:
Title:Safari,Version:18.3.1
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6383: install_macos_major_upgrades is: TRUE
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Line 6384: install_macos_major_upgrades_target is:
Tue Mar 11 20:29:51 03-Virtual-Machine super[16336]: Verbose Mode: Function workflow_check_software_status: Lin
The text was updated successfully, but these errors were encountered: