--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/munki-discuss/9fe916e7-9625-4474-adde-83e917bf86d2n%40googlegroups.com.
On Jan 12, 2026, at 6:31 AM, Philip Powell <pkpo...@gmail.com> wrote:Occasionally a co worker will report that their Managed Software Centre is stuck in a loop. Running sudo managedsoftwareupdate && sudo managedsoftwareupdate --installonly completes successfully with no errors or warnings.
More recently an install with a custom "installs" array in its pkginfo will fail with the error "the App is in use by another user". I've tried adding a preinstall script to kill those processes but the script never runs. It looks like the Managed Software Centre is running its own check before handing off to the managedsoftwareupdate process.
In this case running managedsoftwareupdate && managedsoftwareupdate --installonly manually also completes successfully with no errors or warnings.
USAGE: mangedsoftwareupdate [options]
COMMONLY USED OPTIONS:
-v, --verbose More verbose output. May be specified multiple times.
--checkonly Check for updates, but don't install them. This is the default behavior when no other options are specified.
--installonly Skip checking and install all pending updates. No safety checks.
<snip>
Any idea what might be causing this?
Would it be possible to somehow align the GUI behaviour with the cli, or do we have something configured wrong?