On Feb 6, 2019, at 10:52 AM, Mr. Alan Siu <as...@siprep.org> wrote:From a 10.13.6 machine with a pending update:defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates({"Display Name" = "Security Update 2019-001";"Display Version" = "10.13.6";Identifier = "Security Update 2019-001";"Product Key" = "041-31490";})defaults read /Library/Updates/index ProductPaths2019-02-06 10:50:50.268 defaults[31405:142531]The domain/default pair of (/Library/Updates/index, ProductPaths) does not existcat /Library/Updates/index.plistcat: /Library/Updates/index.plist: No such file or directoryAlan SiuClient Systems AnalystSt. Ignatius College Preparatory
--
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 post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/C6B121D2-FE06-4FD8-8965-0096DFA8C66B%40mac.com.
For more options, visit https://groups.google.com/d/optout.
--
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 post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CANWfAiOEHsOcdZZeeh_%2Bt0NXOnqQ6ZCyV73QvkSq93Y9bG%2BjhQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
softwareupdate -lSoftware Update ToolFinding available softwareSoftware Update found the following new or updated software:* Security Update 2019-001-10.13.6Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/209B2E9C-D1F3-48CB-BE79-C0C19F48B915%40mac.com.
--
Find related discussion groups here:
https://github.com/munki/munki/wiki/Discussion-Group
---
You received this message because you are subscribed to the Google Groups "munki-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-dev+...@googlegroups.com.
To post to this group, send email to munk...@googlegroups.com.
bash-3.2# sw_vers
ProductVersion: 10.11.6
BuildVersion: 15G22010
bash-3.2# softwareupdate -l
Software Update Tool
Copyright 2002-2015 Apple Inc.
Finding available software
Software Update found the following new or updated software:
* iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]
bash-3.2# defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
{
"Display Name" = iTunes;
"Display Version" = "12.8.2";
Identifier = iTunesX;
"Product Key" = "zzzz041-30443";
}
)
bash-3.2# defaults read /Library/Updates/index ProductPaths
2019-02-06 15:10:32.476 defaults[423:4809]
Tests-MacBook:~ test$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.10.5
BuildVersion: 14F27
Tests-MacBook:~ test$ defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
{
"Display Name" = "macOS High Sierra";
"Display Version" = " ";
Identifier = "Install macOS High Sierra";
"Product Key" = "091-76348";
},
{
"Display Name" = Safari;
"Display Version" = "10.1.2";
Identifier = "Safari10.1.2Yosemite";
"Product Key" = "091-22830";
},
{
"Display Name" = "Security Update 2017-003";
"Display Version" = "10.10.5";
Identifier = "Security Update 2017-003";
"Product Key" = "091-01555";
},
{
"Display Name" = "Remote Desktop Client Update";
"Display Version" = "3.8.4";
Identifier = RemoteDesktopClient;
"Product Key" = "031-21283";
}
)
Tests-MacBook:~ test$ defaults read /Library/Updates/index ProductPaths
{
"031-21283" = "031-21283";
"091-14720" = "091-14720";
"091-22830" = "091-22830";
}
Tests-MacBook:~ test$ softwareupdate -l
Software Update Tool
Copyright 2002-2012 Apple Inc.
Finding available software
Software Update found the following new or updated software:
* RemoteDesktopClient-3.8.4
Remote Desktop Client Update (3.8.4), 7103K [recommended]
* Security Update 2017-003-10.10.5
Security Update 2017-003 (10.10.5), 399418K [recommended] [restart]
* RemoteDesktopClient-3.9.3
Remote Desktop Client Update (3.9.3), 8587K [recommended]
* Safari10.1.2Yosemite-10.1.2
Safari (10.1.2), 71479K [recommended]
* Install macOS High Sierra-
macOS High Sierra ( ), 5106655K [recommended]