Help wanted!

85 views
Skip to first unread message

Gregory Neagle

unread,
Feb 6, 2019, 1:47:58 PM2/6/19
to munk...@googlegroups.com, 'Gregory Neagle' via munki-discuss
There have been some issues raised around Munki sometimes reporting that it wants to install "outdated" Apple updates: for example, a Mac running 10.14.3, but Munki says a 10.14.2 update is applicable/available.

Upon investigation, the "outdated" update is downloaded and present in /Library/Updates and listed in /Library/Updates/index.plist. This appears to be the result of a bug in softwareupdate where it does not clean up downloaded updates that have been superseded/obsoleted by newer updates. It's particularly troublesome on 10.14, since /Library/Updates is SIP-protected on that OS and you can't clean it up yourself without disabling SIP.

I'd like to fix (or at least workaround) this issue in a future release of Munki, but I need some help. This fix won't happen until after the Munki 3.6 release, so the fix needs to work properly only on macOS 10.10-10.14.

Here's what I need:

For each major OS release from 10.10 to 10.14, I need the following data from a machine with pending softwareupdate updates:

The output of `defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates`, and
the output of `defaults read /Library/Updates/index ProductPaths` or `cat /Library/Updates/index.plist` (either is fine).

More data is better; if you have multiple machines of a single majorOS showing different output, feel free to send that along.

Thanks in advance for your help!

-Greg

Mr. Alan Siu

unread,
Feb 6, 2019, 1:52:39 PM2/6/19
to munki-...@googlegroups.com
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 ProductPaths
2019-02-06 10:50:50.268 defaults[31405:142531] 
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

Alan Siu
Client Systems Analyst
St. 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.

Gregory Neagle

unread,
Feb 6, 2019, 2:04:03 PM2/6/19
to 'Gregory Neagle' via munki-discuss, munk...@googlegroups.com
Thanks, Alan. I think I should request one more bit of data --  the output of `softwareupdate -l`.

-Greg

Mr. Alan Siu

unread,
Feb 6, 2019, 2:06:02 PM2/6/19
to munki-...@googlegroups.com, munk...@googlegroups.com
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

Alan Siu
Client Systems Analyst
St. Ignatius College Preparatory

Gregory Neagle

unread,
Feb 6, 2019, 2:11:00 PM2/6/19
to munk...@googlegroups.com, munki-...@googlegroups.com
Thanks again.

Now especially looking for data from 10.11 and 10.10 machines. I would not reject data from 10.9 and 10.8 machines if it's available. :-)

-Greg

--
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.

Stephen Silbert

unread,
Feb 6, 2019, 2:36:06 PM2/6/19
to munki-...@googlegroups.com
Should have results for 10.11 later today or tomorrow.
From a 10.10.2 machine with a pending update:
defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = "HP Printer Software Update";
        "Display Version" = "5.1";
        Identifier = "031-99115";
        "Product Key" = "031-99115";
    },
        {
        "Display Name" = "OS X Yosemite Recovery Update";
        "Display Version" = "1.0";
        Identifier = "OS X Yosemite Recovery Update 1.0";
        "Product Key" = "031-20634";
    },
        {
        "Display Name" = "OS X Update Combined";
        "Display Version" = "10.10.5";
        Identifier = "OSXUpdCombo10.10.5";
        "Product Key" = "031-30888";
    }
)

defaults read /Library/Updates/index ProductPaths
{
    "031-30888" = "031-30888";
}

softwareupdate -l
Software Update Tool
Copyright 2002-2012 Apple Inc.

Finding available software
Software Update found the following new or updated software:
   * OS X Yosemite Recovery Update 1.0-1.0
OS X Yosemite Recovery Update (1.0), 491587K [recommended]
   * OSXUpdCombo10.10.5-10.10.5
OS X Update Combined (10.10.5), 2071194K [recommended] [restart]
   * 031-99115-5.1
HP Printer Software Update (5.1), 159247K [recommended]


Stephen Silbert
Senior Technology Specialist
Swampscott Public Schools
********************************************
This email may contain confidential material that is the sole property of
Swampscott Public Schools. If you were not the intended recipient, please
notify the sender and delete all copies. Thank you
********************************************


Gregory Neagle

unread,
Feb 6, 2019, 2:39:04 PM2/6/19
to munki-...@googlegroups.com
Thank you! If you have access to that machine still and it hasn't installed the updates, what is the output of `ls -al /Library/Updates` ?

-Greg

Chris Hart

unread,
Feb 6, 2019, 2:39:04 PM2/6/19
to munki-...@googlegroups.com

Greg,


This is from a 10.10.5 (14F2511) machine. - Chris H.


The output of `defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates`


(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8";
        Identifier = iTunesX;
        "Product Key" = "zzzz091-95478";
    },
        {
        "Display Name" = "Gatekeeper Configuration Data";
        "Display Version" = 155;
        Identifier = GatekeeperConfigData;
        "Product Key" = "041-05490";
    }
)

-------------
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist
-------------
cat: /Library/Updates/index.plist: No such file or directory
-------------
output of `softwareupdate -l`

Software Update Tool
Copyright 2002-2012 Apple Inc.

Finding available software
Software Update found the following new or updated software:
   * GatekeeperConfigData-155
    Gatekeeper Configuration Data (155), 3415K [recommended]
   * iTunesX-12.8
    iTunes (12.8), 263192K [recommended]


From: munki-...@googlegroups.com <munki-...@googlegroups.com> on behalf of Stephen Silbert <sil...@swampscott.k12.ma.us>
Sent: Wednesday, February 6, 2019 2:35 PM
To: munki-...@googlegroups.com
Subject: Re: [munki-dev] Re: [munki-discuss] Help wanted!
 

Gregory Neagle

unread,
Feb 6, 2019, 2:40:50 PM2/6/19
to 'Gregory Neagle' via munki-discuss

Chris Hart

unread,
Feb 6, 2019, 2:42:20 PM2/6/19
to munki-...@googlegroups.com

Below is the output of `ls -al /Library/Updates` on my OS 10.10.5 machine. - Chris H.

total 2384
drwxr-xr-x   6 root  wheel      204 Feb  6 14:30 .
drwxr-xr-x+ 72 root  wheel     2448 Nov 30  2015 ..
drwxr-xr-x   5 root  wheel      170 Feb  4 15:41 041-05490
-rw-r--r--   1 root  wheel   130434 Feb  6 14:30 PPDVersions.plist
-rw-r--r--   1 root  wheel  1088613 Feb  4 14:20 ProductMetadata.plist
drwxr-xr-x   9 root  wheel      306 Feb  4 15:41 zzzz091-95478

----------------------------------
Thank you! If you have access to that machine still and it hasn't installed the updates, what is the output of `ls -al /Library/Updates` ?

-Greg


From: munki-...@googlegroups.com <munki-...@googlegroups.com> on behalf of Chris Hart <ch...@fsu.edu>
Sent: Wednesday, February 6, 2019 2:39 PM

Chris Hart

unread,
Feb 6, 2019, 2:54:51 PM2/6/19
to munki-...@googlegroups.com

Results of a 10.11.6 (15G22010) Mac. - Chris H.

-------------------


defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates


(
        {
        "Display Name" = "Security Update 2018-004";
        "Display Version" = "10.11.6";
        Identifier = "Security Update 2018-004";
        "Product Key" = "091-63422";
    },
        {
        "Display Name" = Safari;
        "Display Version" = "11.1.2";
        Identifier = "Safari11.1.2ElCapitan";
        "Product Key" = "091-84014";
    }
)
---------------

defaults read /Library/Updates/index ProductPaths

The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist
----------------

cat /Library/Updates/index.plist

cat: /Library/Updates/index.plist: No such file or directory
-----------------

softwareupdate -l


Software Update Tool
Copyright 2002-2015 Apple Inc.


Finding available software
Software Update found the following new or updated software:
   * Security Update 2018-004-10.11.6
    Security Update 2018-004 (10.11.6), 649554K [recommended] [restart]
   * Safari11.1.2ElCapitan-11.1.2
    Safari (11.1.2), 77471K [recommended]
-------------------


ls -al /Library/Updates


total 2152
drwxr-xr-x   8 root  wheel      272 Jan 24 16:41 .
drwxr-xr-x+ 62 root  wheel     2108 Jan 24 15:14 ..
drwxr-xr-x   6 root  wheel      204 Aug  8 17:45 091-63422
drwxr-xr-x   5 root  wheel      170 Jun 15  2018 091-77731
drwxr-xr-x   5 root  wheel      170 Aug  8 18:49 091-84014
drwxr-xr-x   6 root  wheel      204 Jun 22  2018 091-86642
drwxr-xr-x   3 root  wheel      102 Apr  5  2017 Firmware
-rw-r--r--   1 root  wheel  1101271 Feb  6 14:52 ProductMetadata.plist


Sent: Wednesday, February 6, 2019 2:42 PM

Stephen Silbert

unread,
Feb 6, 2019, 2:58:37 PM2/6/19
to munki-...@googlegroups.com
From same 10.10.2 machine with pending update:
ls -al /Library/Updates
total 2472
drwxr-xr-x   8 root  wheel      272 Feb  6 14:34 .
drwxr-xr-x+ 67 root  wheel     2278 Feb  6 14:28 ..
drwxr-xr-x   3 root  wheel      102 Jun 22  2017 031-20634
drwxr-xr-x   6 root  wheel      204 Nov  2  2015 031-30888
-rw-r--r--   1 root  wheel   140465 Feb  6 14:34 PPDVersions.plist
-rw-r--r--   1 root  wheel  1114143 Feb  6 14:34 ProductMetadata.plist
-rw-r--r--   1 root  wheel      282 Jun 22  2017 index.plist
drwxr-xr-x   3 root  wheel      102 Oct 30  2015 zzzz031-36003

Stephen Silbert
Senior Technology Specialist
Swampscott Public Schools
********************************************
This email may contain confidential material that is the sole property of
Swampscott Public Schools. If you were not the intended recipient, please
notify the sender and delete all copies. Thank you
********************************************

Beth Shirk

unread,
Feb 6, 2019, 3:08:54 PM2/6/19
to munki-...@googlegroups.com
From 10.11.6:

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    }
)

defaults read /Library/Updates/index ProductPaths
{
    "zzzz041-30443" = "zzzz041-30443";
}

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]

ls -al /Library/Updates/
total 2216
drwxr-xr-x   8 root  wheel      272 Feb  6 13:25 .
drwxr-xr-x+ 59 root  wheel     2006 Oct  2 10:55 ..
drwxr-xr-x   5 root  wheel      170 Oct  2 08:30 091-24610
drwxr-xr-x   5 root  wheel      170 Oct  2 08:30 091-28810
drwxr-xr-x   5 root  wheel      170 Oct  2 08:30 091-79548
-rw-r--r--   1 root  wheel  1128655 Feb  6 13:28 ProductMetadata.plist
-rw-r--r--   1 root  wheel      290 Feb  6 13:25 index.plist
drwxr-xr-x   9 root  wheel      306 Feb  6 13:25 zzzz041-30443

- - - - - - - -
Beth Shirk
Endpoint Services Specialist, Technology Services
University of Illinois at Urbana-Champaign



mco...@acsdvt.org

unread,
Feb 6, 2019, 3:21:29 PM2/6/19
to munki-discuss
Here are a batch from my network. Almost all (maybe all) are running 10.13; nobody is running 10.14. Hope this is useful.

======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:39.664 defaults[48529:407137]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   6 root  wheel      192 Jan 31 13:26 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 18  2018 ..
drwxr-xr-x  11 root  wheel      352 Nov  5 16:06 041-18191
drwxr-xr-x  11 root  wheel      352 Dec 20 08:57 041-20511
drwxr-xr-x  11 root  wheel      352 Jan 22 18:16 041-31490
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:39.664 defaults[48529:407137]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   6 root  wheel      192 Jan 31 13:26 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 18  2018 ..
drwxr-xr-x  11 root  wheel      352 Nov  5 16:06 041-18191
drwxr-xr-x  11 root  wheel      352 Dec 20 08:57 041-20511
drwxr-xr-x  11 root  wheel      352 Jan 22 18:16 041-31490
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:39.664 defaults[48529:407137]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   6 root  wheel      192 Jan 31 13:26 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 18  2018 ..
drwxr-xr-x  11 root  wheel      352 Nov  5 16:06 041-18191
drwxr-xr-x  11 root  wheel      352 Dec 20 08:57 041-20511
drwxr-xr-x  11 root  wheel      352 Jan 22 18:16 041-31490
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:39.664 defaults[48529:407137]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   6 root  wheel      192 Jan 31 13:26 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 18  2018 ..
drwxr-xr-x  11 root  wheel      352 Nov  5 16:06 041-18191
drwxr-xr-x  11 root  wheel      352 Dec 20 08:57 041-20511
drwxr-xr-x  11 root  wheel      352 Jan 22 18:16 041-31490
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:43.822 defaults[32791:219317]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   5 root  wheel      160 Feb  6 09:55 .
drwxr-xr-x+ 66 root  wheel     2112 Jun 25  2018 ..
drwxr-xr-x  11 root  wheel      352 Jan 22 14:06 041-31490
drwxr-xr-x  11 root  wheel      352 Jul 10  2018 091-94330
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2192
drwxr-xr-x   5 root  wheel      160 Feb  6 15:05 .
drwxr-xr-x+ 64 root  wheel     2048 Dec 21 13:04 ..
drwxr-xr-x   2 root  wheel       64 Feb  6 15:05 041-31490
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:05 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 15:05 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "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 ProductPaths
2019-02-06 15:05:39.516 defaults[41606:72001832]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   6 root  wheel      192 Jan 23 14:44 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 28  2018 ..
drwxr-xr-x  11 root  wheel      352 Jan 22 14:10 041-31490
drwxr-xr-x   4 root  wheel      128 Nov  5 13:53 AtomicUpdates
-rw-r--r--@  1 root  wheel  1117076 Feb  6 15:05 ProductMetadata.plist
drwxr-xr-x   9 root  wheel      288 Jan 23 13:46 zzzz041-30443




======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:06:01.433 defaults[34770:220456]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   6 root  wheel      192 Feb  6 09:27 .
drwxr-xr-x+ 66 root  wheel     2112 Jul 10  2018 ..
drwxr-xr-x  11 root  wheel      352 Nov 16 10:41 041-18191
drwxr-xr-x  11 root  wheel      352 Jan  3 10:52 041-20511
drwxr-xr-x  11 root  wheel      352 Jan 23 08:42 041-31490
-rw-r--r--@  1 root  wheel  1117076 Feb  6 15:06 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:39.093 defaults[49544:285182]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2192
drwxr-xr-x   7 root  wheel      224 Feb  6 15:05 .
drwxr-xr-x+ 64 root  wheel     2048 Jan  8 08:15 ..
drwxr-xr-x  11 root  wheel      352 Nov  6 11:25 041-18191
drwxr-xr-x  11 root  wheel      352 Dec  5 14:24 041-20511
drwxr-xr-x  11 root  wheel      352 Jan 28 08:07 041-31490
-rw-r--r--@  1 root  wheel      181 Feb  6 15:05 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1117076 Feb  6 15:05 ProductMetadata.plist


======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:42.298 defaults[86821:386537]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   4 root  wheel      128 Feb  6 07:52 .
drwxr-xr-x+ 65 root  wheel     2080 Jan  8 08:37 ..
drwxr-xr-x  11 root  wheel      352 Jan 31 14:09 041-31490
-rw-r--r--@  1 root  wheel  1115821 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:40.209 defaults[68355:2549922]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   6 root  wheel      192 Jan 30 11:22 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 17  2018 ..
drwxr-xr-x  11 root  wheel      352 Nov  8 08:35 041-18191
drwxr-xr-x  11 root  wheel      352 Jan  4 08:21 041-20511
drwxr-xr-x  11 root  wheel      352 Jan 30 11:00 041-31490
-rw-r--r--@  1 root  wheel  1117076 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Safari12.0.3HighSierraAuto-12.0.3
Safari (12.0.3), 79043K [recommended]
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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";
    },
        {
        "Display Name" = Safari;
        "Display Version" = "12.0.3";
        Identifier = "Safari12.0.3HighSierraAuto";
        "Product Key" = "041-25738";
    }
)

defaults read /Library/Updates/index ProductPaths
2019-02-06 15:06:08.513 defaults[63027:323431]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   6 root  wheel      192 Feb  6 08:49 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 28  2018 ..
drwxr-xr-x  11 root  wheel      352 Nov  9 08:00 041-18191
drwxr-xr-x   5 root  wheel      160 Feb  1 07:17 041-25738
drwxr-xr-x  11 root  wheel      352 Feb  1 07:20 041-31490
-rw-r--r--@  1 root  wheel  1115821 Feb  6 15:06 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Safari12.0.3HighSierraAuto-12.0.3
Safari (12.0.3), 79043K [recommended]
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "Display Name" = "Security Update 2019-001";
        "Display Version" = "10.13.6";
        Identifier = "Security Update 2019-001";
        "Product Key" = "041-31490";
    },
        {
        "Display Name" = Safari;
        "Display Version" = "12.0.3";
        Identifier = "Safari12.0.3HighSierraAuto";
        "Product Key" = "041-25738";
    }
)

defaults read /Library/Updates/index ProductPaths
2019-02-06 15:06:30.387 defaults[39666:2332170]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   9 root  wheel      288 Jan 28 14:58 .
drwxr-xr-x+ 66 root  wheel     2112 Jun 29  2018 ..
drwxr-xr-x   5 root  wheel      160 Dec  5 13:59 041-08765
drwxr-xr-x  11 root  wheel      352 Oct 30 13:42 041-18191
drwxr-xr-x  11 root  wheel      352 Dec  5 14:00 041-20511
drwxr-xr-x   5 root  wheel      160 Jan 23 18:23 041-25738
drwxr-xr-x  11 root  wheel      352 Jan 25 08:29 041-31490
-rw-r--r--@  1 root  wheel  1117076 Feb  6 15:06 ProductMetadata.plist
drwxr-xr-x   9 root  wheel      288 Jan 23 18:23 zzzz041-30443



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:08:45.020 defaults[40346:2874709]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   5 root  wheel      160 Feb  5 22:23 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 18  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  4 14:24 041-31490
drwxr-xr-x   4 root  wheel      128 Feb  4 13:56 AtomicUpdates
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist




======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:07:52.259 defaults[43075:882067]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   4 root  wheel      128 Jan 25 08:51 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 18  2018 ..
drwxr-xr-x  11 root  wheel      352 Jan 23 10:03 041-31490
-rw-r--r--@  1 root  wheel  1115851 Feb  6 15:07 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:44.563 defaults[47049:5096032]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   4 root  wheel      128 Jan 24 08:02 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 18  2018 ..
drwxr-xr-x  11 root  wheel      352 Jan 22 14:01 041-31490
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:39.585 defaults[22480:109182]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   4 root  wheel      128 Feb  6 13:11 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 18  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  4 12:28 041-31490
-rw-r--r--@  1 root  wheel  1115851 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:42.536 defaults[10774:5292043]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   5 root  wheel      160 Feb  1 14:46 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 19  2018 ..
drwxr-xr-x  11 root  wheel      352 Jan 29 10:32 041-31490
drwxr-xr-x   4 root  wheel      128 Jan 29 09:28 AtomicUpdates
-rw-r--r--@  1 root  wheel  1116671 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2192
drwxr-xr-x   5 root  wheel      160 Feb  6 14:59 .
drwxr-xr-x+ 66 root  wheel     2112 Jun 28  2018 ..
drwxr-xr-x   4 root  wheel      128 Feb  6 14:59 AtomicUpdates
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:05 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 14:59 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "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 ProductPaths
2019-02-06 15:07:02.321 defaults[12002:4734053]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   7 root  wheel      224 Feb  6 07:36 .
drwxr-xr-x+ 67 root  wheel     2144 Aug 27 20:14 ..
drwxr-xr-x  11 root  wheel      352 Oct 30 14:13 041-18191
drwxr-xr-x  11 root  wheel      352 Dec  5 13:48 041-20511
drwxr-xr-x  11 root  wheel      352 Jan 22 14:47 041-31490
-rw-r--r--@  1 root  wheel  1117231 Feb  6 15:07 ProductMetadata.plist
drwxr-xr-x   9 root  wheel      288 Jan 23 13:16 zzzz041-30443



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2192
drwxr-xr-x   8 root  wheel      256 Feb  6 15:02 .
drwxr-xr-x+ 63 root  wheel     2016 Jan  8 08:15 ..
drwxr-xr-x  11 root  wheel      352 Oct 30 15:24 041-18191
drwxr-xr-x  11 root  wheel      352 Dec  5 15:40 041-20511
drwxr-xr-x   5 root  wheel      160 Jan 22 14:46 041-25738
drwxr-xr-x  11 root  wheel      352 Jan 22 14:47 041-31490
-rw-r--r--@  1 root  wheel  1117231 Feb  6 15:06 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 15:02 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2192
drwxr-xr-x   7 root  wheel      224 Feb  6 14:31 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 27  2018 ..
drwxr-xr-x   5 root  wheel      160 Oct 31 12:23 041-01598
drwxr-xr-x  11 root  wheel      352 Oct 31 12:27 041-18191
drwxr-xr-x  11 root  wheel      352 Jan 28 08:39 041-31490
-rw-r--r--@  1 root  wheel  1116411 Feb  6 15:05 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 14:31 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2192
drwxr-xr-x   7 root  wheel      224 Feb  6 14:38 .
drwxr-xr-x+ 61 root  wheel     1952 Jan  8 08:50 ..
drwxr-xr-x  11 root  wheel      352 Oct 30 13:38 041-18191
drwxr-xr-x  11 root  wheel      352 Dec  5 14:01 041-20511
drwxr-xr-x  11 root  wheel      352 Jan 22 15:11 041-31490
-rw-r--r--@  1 root  wheel  1117231 Feb  6 15:06 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 14:38 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2192
drwxr-xr-x   9 root  wheel      288 Feb  6 14:07 .
drwxr-xr-x+ 63 root  wheel     2016 Jun 22  2018 ..
drwxr-xr-x  11 root  wheel      352 Nov 30 18:52 041-18191
drwxr-xr-x  11 root  wheel      352 Dec 15 08:36 041-20511
drwxr-xr-x   5 root  wheel      160 Jan 22 18:45 041-25738
drwxr-xr-x  11 root  wheel      352 Jan 22 18:46 041-31490
-rw-r--r--@  1 root  wheel  1117231 Feb  6 15:05 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 14:07 index.plist
drwxr-xr-x   9 root  wheel      288 Jan 23 13:31 zzzz041-30443



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Safari12.0.3HighSierraAuto-12.0.3
Safari (12.0.3), 79043K [recommended]
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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";
    },
        {
        "Display Name" = Safari;
        "Display Version" = "12.0.3";
        Identifier = "Safari12.0.3HighSierraAuto";
        "Product Key" = "041-25738";
    }
)

defaults read /Library/Updates/index ProductPaths
2019-02-06 15:06:00.526 defaults[45201:369662]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   6 root  wheel      204 Feb  5 10:54 .
drwxr-xr-x+ 68 root  wheel     2312 Oct 29 12:18 ..
drwxr-xr-x   5 root  wheel      170 Jan 22 17:38 041-25738
drwxr-xr-x  11 root  wheel      374 Jan 22 17:40 041-31490
-rw-r--r--@  1 root  wheel  1116411 Feb  6 15:05 ProductMetadata.plist
drwxr-xr-x   9 root  wheel      306 Dec 14 07:38 zzzz041-26627



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:53.193 defaults[7733:2477954]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2384
drwxr-xr-x   7 root  wheel      238 Feb  6 15:05 .
drwxr-xr-x+ 65 root  wheel     2210 Aug 27 08:42 ..
drwxr-xr-x   5 root  wheel      170 Oct 30 15:17 041-01598
drwxr-xr-x  11 root  wheel      374 Oct 30 13:30 041-18191
drwxr-xr-x  11 root  wheel      374 Jan 23 09:07 041-31490
-rw-r--r--@  1 root  wheel   101700 Feb  6 15:05 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116411 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:37.068 defaults[37109:210264]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2384
drwxr-xr-x   7 root  wheel      224 Feb  6 15:05 .
drwxr-xr-x+ 67 root  wheel     2144 Jul 23  2018 ..
drwxr-xr-x  11 root  wheel      352 Dec  3 09:33 041-18191
drwxr-xr-x  11 root  wheel      352 Jan  8 10:14 041-20511
drwxr-xr-x  11 root  wheel      352 Feb  4 08:53 041-31490
-rw-r--r--@  1 root  wheel   101363 Feb  6 15:05 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1117076 Feb  6 15:05 ProductMetadata.plist


======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:36.512 defaults[97613:17868759]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2184
drwxr-xr-x   4 root  wheel      128 Jan 23 20:28 .
drwxr-xr-x+ 65 root  wheel     2080 Jan  8 09:41 ..
drwxr-xr-x  11 root  wheel      352 Jan 22 20:37 041-31490
-rw-r--r--@  1 root  wheel  1117076 Feb  6 15:05 ProductMetadata.plist




======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Safari12.0.3HighSierraAuto-12.0.3
Safari (12.0.3), 79043K [recommended]
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "Display Name" = Safari;
        "Display Version" = "12.0.3";
        Identifier = "Safari12.0.3HighSierraAuto";
        "Product Key" = "041-25738";
    },
        {
        "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 ProductPaths
2019-02-06 15:07:09.828 defaults[65981:3482481]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2392
drwxr-xr-x   8 root  wheel      256 Feb  6 15:06 .
drwxr-xr-x+ 65 root  wheel     2080 Jun 25  2018 ..
drwxr-xr-x   5 root  wheel      160 Oct 30 16:31 041-01598
drwxr-xr-x   5 root  wheel      160 Dec  5 15:51 041-08765
drwxr-xr-x  11 root  wheel      352 Oct 30 16:34 041-18191
drwxr-xr-x   5 root  wheel      160 Sep 17 13:27 091-77636
-rw-r--r--@  1 root  wheel   105064 Feb  6 15:06 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116411 Feb  6 15:06 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Safari12.0.3HighSierraAuto-12.0.3
Safari (12.0.3), 79043K [recommended]
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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";
    },
        {
        "Display Name" = Safari;
        "Display Version" = "12.0.3";
        Identifier = "Safari12.0.3HighSierraAuto";
        "Product Key" = "041-25738";
    }
)

defaults read /Library/Updates/index ProductPaths
2019-02-06 15:05:55.918 defaults[85896:7401098]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2192
drwxr-xr-x   7 root  wheel      224 Feb  6 15:05 .
drwxr-xr-x+ 69 root  wheel     2208 Jan  8 13:51 ..
drwxr-xr-x  11 root  wheel      352 Dec  6 08:53 041-20511
drwxr-xr-x   5 root  wheel      160 Jan 23 14:27 041-25738
drwxr-xr-x  11 root  wheel      352 Jan 23 14:53 041-31490
-rw-r--r--@  1 root  wheel      181 Feb  6 15:05 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1117231 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:06:52.235 defaults[44635:241795]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2392
drwxr-xr-x   8 root  wheel      256 Feb  6 15:06 .
drwxr-xr-x+ 64 root  wheel     2048 Jun 25  2018 ..
drwxr-xr-x  11 root  wheel      352 Oct 30 15:24 041-18191
drwxr-xr-x  11 root  wheel      352 Dec  5 14:25 041-20511
drwxr-xr-x   5 root  wheel      160 Jan 22 13:51 041-25738
drwxr-xr-x  11 root  wheel      352 Jan 22 13:52 041-31490
-rw-r--r--@  1 root  wheel   105064 Feb  6 15:06 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1117231 Feb  6 15:06 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:05:33.973 defaults[22142:118727]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2384
drwxr-xr-x   5 root  wheel      160 Feb  6 15:05 .
drwxr-xr-x+ 67 root  wheel     2144 Jul 10  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  6 11:31 041-31490
-rw-r--r--@  1 root  wheel   101363 Feb  6 15:05 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1115851 Feb  6 15:05 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:10:29.961 defaults[98517:2797136]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2296
drwxr-xr-x   6 root  wheel      204 Feb  6 15:10 .
drwxr-xr-x+ 67 root  wheel     2278 Oct  8 13:01 ..
drwxr-xr-x  11 root  wheel      374 Oct 30 13:30 041-18191
drwxr-xr-x  11 root  wheel      374 Jan 22 13:43 041-31490
-rw-r--r--@  1 root  wheel    56019 Feb  6 15:10 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1117231 Feb  6 15:10 ProductMetadata.plist




======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2304
drwxr-xr-x   9 root  wheel      306 Feb  6 15:09 .
drwxr-xr-x+ 66 root  wheel     2244 Oct 16 11:37 ..
drwxr-xr-x  11 root  wheel      374 Oct 30 13:23 041-18191
drwxr-xr-x  11 root  wheel      374 Dec  5 14:16 041-20511
drwxr-xr-x  11 root  wheel      374 Jan 22 14:01 041-31490
-rw-r--r--@  1 root  wheel    56019 Feb  6 15:09 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116486 Feb  6 15:09 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 14:28 index.plist
drwxr-xr-x   9 root  wheel      306 Jan 23 13:14 zzzz041-30443




======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Safari12.0.3HighSierraAuto-12.0.3
Safari (12.0.3), 79043K [recommended]
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "Display Name" = "Security Update 2019-001";
        "Display Version" = "10.13.6";
        Identifier = "Security Update 2019-001";
        "Product Key" = "041-31490";
    },
        {
        "Display Name" = Safari;
        "Display Version" = "12.0.3";
        Identifier = "Safari12.0.3HighSierraAuto";
        "Product Key" = "041-25738";
    }
)

defaults read /Library/Updates/index ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2304
drwxr-xr-x   8 root  wheel      256 Feb  6 15:09 .
drwxr-xr-x+ 64 root  wheel     2048 Jan 14 15:32 ..
drwxr-xr-x   5 root  wheel      160 Jan 22 14:46 041-25738
drwxr-xr-x  11 root  wheel      352 Jan 22 14:47 041-31490
-rw-r--r--@  1 root  wheel    56019 Feb  6 15:09 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116996 Feb  6 15:09 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 15:01 index.plist
drwxr-xr-x   9 root  wheel      288 Jan 25 09:04 zzzz041-30443



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:09:20.902 defaults[16571:1857816]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2296
drwxr-xr-x   7 root  wheel      224 Feb  6 15:09 .
drwxr-xr-x+ 64 root  wheel     2048 Jun 20  2018 ..
drwxr-xr-x  11 root  wheel      352 Nov 19 08:46 041-18191
drwxr-xr-x  11 root  wheel      352 Dec  5 14:11 041-20511
drwxr-xr-x  11 root  wheel      352 Jan 23 08:08 041-31490
-rw-r--r--@  1 root  wheel    56129 Feb  6 15:09 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1117231 Feb  6 15:09 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2312
drwxr-xr-x   7 root  wheel      224 Feb  6 15:09 .
drwxr-xr-x+ 69 root  wheel     2208 Jan  8 13:32 ..
drwxr-xr-x  11 root  wheel      352 Jan  8 15:24 041-20511
drwxr-xr-x  11 root  wheel      352 Jan 26 16:40 041-31490
-rw-r--r--@  1 root  wheel    58197 Feb  6 15:09 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116996 Feb  6 15:09 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 14:50 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * GBExtraContent-1.0
GarageBand Instruments and Apple Loops (1.0), 1170290K [recommended]
   * macOS High Sierra 10.13.6 Update-
macOS High Sierra 10.13.6 Update ( ), 1565649K [recommended] [restart]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "Display Name" = "macOS High Sierra 10.13.6 Update";
        "Display Version" = " ";
        Identifier = "macOS High Sierra 10.13.6 Update";
        "Product Key" = "091-94330";
    },
        {
        "Display Name" = "GarageBand Instruments and Apple Loops";
        "Display Version" = "1.0";
        Identifier = GBExtraContent;
        "Product Key" = "061-5890";
    }
)

defaults read /Library/Updates/index ProductPaths
2019-02-06 15:09:58.029 defaults[9509:3359990]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 1392
drwxr-xr-x   9 root  wheel     306 Feb  1 01:07 .
drwxr-xr-x+ 66 root  wheel    2244 Jun 21  2018 ..
drwxr-xr-x   5 root  wheel     170 Feb  6 11:00 061-5890
drwxr-xr-x   9 root  wheel     306 Aug 13 13:08 091-94330
-rw-r--r--@  1 root  wheel  708743 Feb  6 15:09 ProductMetadata.plist
drwxr-xr-x   9 root  wheel     306 Dec 14 08:06 zzzz041-26627
drwxr-xr-x   9 root  wheel     306 Jan 25 12:20 zzzz041-30443
drwxr-xr-x   9 root  wheel     306 Jun 21  2018 zzzz091-81933
drwxr-xr-x   9 root  wheel     306 Sep 13 14:28 zzzz091-95478



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * GBExtraContent-1.0
GarageBand Instruments and Apple Loops (1.0), 1170290K [recommended]
   * macOS High Sierra 10.13.6 Update-
macOS High Sierra 10.13.6 Update ( ), 1565649K [recommended] [restart]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "Display Name" = "macOS High Sierra 10.13.6 Update";
        "Display Version" = " ";
        Identifier = "macOS High Sierra 10.13.6 Update";
        "Product Key" = "091-94330";
    },
        {
        "Display Name" = "GarageBand Instruments and Apple Loops";
        "Display Version" = "1.0";
        Identifier = GBExtraContent;
        "Product Key" = "061-5890";
    }
)

defaults read /Library/Updates/index ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 1400
drwxr-xr-x  10 root  wheel     340 Feb  6 09:03 .
drwxr-xr-x+ 66 root  wheel    2244 Jun 21  2018 ..
drwxr-xr-x   5 root  wheel     170 Feb  6 09:14 061-5890
drwxr-xr-x   9 root  wheel     306 Jul 10  2018 091-94330
-rw-r--r--@  1 root  wheel  708743 Feb  6 15:09 ProductMetadata.plist
-rw-r--r--   1 root  wheel     222 Feb  6 09:03 index.plist
drwxr-xr-x   9 root  wheel     306 Dec 14 09:30 zzzz041-26627
drwxr-xr-x   9 root  wheel     306 Jan 24 09:11 zzzz041-30443
drwxr-xr-x   9 root  wheel     306 Jun 21  2018 zzzz091-81933
drwxr-xr-x   9 root  wheel     306 Jul 10  2018 zzzz091-95478



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * GBExtraContent-1.0
GarageBand Instruments and Apple Loops (1.0), 1170290K [recommended]
   * macOS High Sierra 10.13.6 Update-
macOS High Sierra 10.13.6 Update ( ), 1565649K [recommended] [restart]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "Display Name" = "macOS High Sierra 10.13.6 Update";
        "Display Version" = " ";
        Identifier = "macOS High Sierra 10.13.6 Update";
        "Product Key" = "091-94330";
    },
        {
        "Display Name" = "GarageBand Instruments and Apple Loops";
        "Display Version" = "1.0";
        Identifier = GBExtraContent;
        "Product Key" = "061-5890";
    }
)

defaults read /Library/Updates/index ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 1400
drwxr-xr-x  10 root  wheel     340 Feb  6 08:35 .
drwxr-xr-x+ 66 root  wheel    2244 Jun 21  2018 ..
drwxr-xr-x   5 root  wheel     170 Feb  6 08:39 061-5890
drwxr-xr-x   9 root  wheel     306 Jul 10  2018 091-94330
-rw-r--r--@  1 root  wheel  708743 Feb  6 15:09 ProductMetadata.plist
-rw-r--r--   1 root  wheel     222 Feb  6 08:35 index.plist
drwxr-xr-x   9 root  wheel     306 Dec 14 05:55 zzzz041-26627
drwxr-xr-x   9 root  wheel     306 Jan 24 08:51 zzzz041-30443
drwxr-xr-x   9 root  wheel     306 Jun 21  2018 zzzz091-81933
drwxr-xr-x   9 root  wheel     306 Jul 10  2018 zzzz091-95478



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1511721K [recommended] [restart]

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 ProductPaths
2019-02-06 15:08:42.913 defaults[37693:40471613]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 1392
drwxr-xr-x   4 root  wheel     136 Jan 23 15:09 .
drwxr-xr-x+ 65 root  wheel    2210 Sep  6 13:43 ..
drwxr-xr-x   9 root  wheel     306 Jan 22 13:46 041-31490
-rw-r--r--@  1 root  wheel  708745 Feb  6 15:08 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:08:57.274 defaults[1860:21539]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2296
drwxr-xr-x   5 root  wheel      160 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul 11  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  6 08:46 041-31490
-rw-r--r--@  1 root  wheel    55181 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2304
drwxr-xr-x   6 root  wheel      192 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul 11  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  6 12:35 041-31490
-rw-r--r--@  1 root  wheel    55181 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 12:16 index.plist


======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:08:53.230 defaults[12518:85295]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2296
drwxr-xr-x   5 root  wheel      160 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul 11  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  6 09:13 041-31490
-rw-r--r--@  1 root  wheel    55181 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1115851 Feb  6 15:08 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:08:59.007 defaults[1550:20644]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2296
drwxr-xr-x   5 root  wheel      160 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul 12  2018 ..
drwxr-xr-x   8 root  wheel      256 Feb  6 13:12 041-31490
-rw-r--r--@  1 root  wheel    55181 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2304
drwxr-xr-x   6 root  wheel      192 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul 12  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  6 13:14 041-31490
-rw-r--r--@  1 root  wheel    55181 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 13:13 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2304
drwxr-xr-x   5 root  wheel      160 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul 12  2018 ..
-rw-r--r--@  1 root  wheel    55181 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 13:12 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
    "041-31490" = "041-31490";
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict>
<key>041-31490</key>
<string>041-31490</string>
</dict>
</dict>
</plist>

ls -al /Library/Updates
total 2256
drwxr-xr-x   8 root  wheel      256 Feb  6 15:09 .
drwxr-xr-x+ 65 root  wheel     2080 Jul  2  2018 ..
drwxr-xr-x  11 root  wheel      352 Nov  1 08:39 041-18191
drwxr-xr-x  11 root  wheel      352 Feb  6 14:51 041-31490
drwxr-xr-x   4 root  wheel      128 Feb  1 15:22 AtomicUpdates
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:09 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1115851 Feb  6 15:09 ProductMetadata.plist
-rw-r--r--   1 root  wheel      282 Feb  6 14:47 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2256
drwxr-xr-x   6 root  wheel      192 Feb  6 15:08 .
drwxr-xr-x+ 66 root  wheel     2112 Jul  6  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  6 14:40 041-31490
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 14:40 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
    "041-31490" = "041-31490";
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict>
<key>041-31490</key>
<string>041-31490</string>
</dict>
</dict>
</plist>

ls -al /Library/Updates
total 2256
drwxr-xr-x   7 root  wheel      224 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul  6  2018 ..
drwxr-xr-x   9 root  wheel      288 Feb  6 07:50 041-31490
drwxr-xr-x   4 root  wheel      128 Feb  6 02:45 AtomicUpdates
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist
-rw-r--r--   1 root  wheel      282 Feb  6 07:48 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2256
drwxr-xr-x   6 root  wheel      192 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul  6  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  4 12:40 041-31490
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  6 14:54 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict/>
</dict>
</plist>

ls -al /Library/Updates
total 2256
drwxr-xr-x   6 root  wheel      192 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul  6  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  1 13:38 041-31490
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist
-rw-r--r--   1 root  wheel      222 Feb  1 13:38 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:08:56.698 defaults[2192:21776]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2248
drwxr-xr-x   5 root  wheel      160 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul  6  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  4 12:35 041-31490
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
    "041-31490" = "041-31490";
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict>
<key>041-31490</key>
<string>041-31490</string>
</dict>
</dict>
</plist>

ls -al /Library/Updates
total 2256
drwxr-xr-x   7 root  wheel      224 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul  6  2018 ..
drwxr-xr-x   8 root  wheel      256 Feb  6 07:25 041-31490
drwxr-xr-x   4 root  wheel      128 Feb  6 00:39 AtomicUpdates
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist
-rw-r--r--   1 root  wheel      282 Feb  6 07:25 index.plist




======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:08:51.505 defaults[28942:209672]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2248
drwxr-xr-x   5 root  wheel      160 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul  6  2018 ..
drwxr-xr-x  10 root  wheel      320 Feb  6 06:57 041-31490
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1115851 Feb  6 15:08 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:09:03.520 defaults[46763:338383]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2248
drwxr-xr-x   7 root  wheel      224 Feb  6 15:09 .
drwxr-xr-x+ 67 root  wheel     2144 Jul  9  2018 ..
drwxr-xr-x   5 root  wheel      160 Oct 31 01:19 041-01598
drwxr-xr-x  11 root  wheel      352 Feb  6 14:57 041-31490
drwxr-xr-x   4 root  wheel      128 Feb  6 01:04 AtomicUpdates
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:09 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1115851 Feb  6 15:09 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
    "041-31490" = "041-31490";
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict>
<key>041-31490</key>
<string>041-31490</string>
</dict>
</dict>
</plist>

ls -al /Library/Updates
total 2256
drwxr-xr-x   8 root  wheel      256 Feb  6 15:08 .
drwxr-xr-x+ 67 root  wheel     2144 Jul  9  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  6 14:52 041-31490
drwxr-xr-x   4 root  wheel      128 Feb  6 04:37 AtomicUpdates
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist
-rw-r--r--   1 root  wheel      282 Feb  6 14:47 index.plist
drwxr-xr-x   9 root  wheel      288 Jan 23 16:05 zzzz041-30443



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
    "041-31490" = "041-31490";
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict>
<key>041-31490</key>
<string>041-31490</string>
</dict>
</dict>
</plist>

ls -al /Library/Updates
total 2304
drwxr-xr-x   7 root  wheel      224 Feb  6 15:08 .
drwxr-xr-x+ 64 root  wheel     2048 Jul 13  2018 ..
drwxr-xr-x   8 root  wheel      256 Feb  6 04:59 041-31490
drwxr-xr-x   4 root  wheel      128 Feb  6 01:33 AtomicUpdates
-rw-r--r--@  1 root  wheel    55181 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist
-rw-r--r--   1 root  wheel      282 Feb  6 04:59 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:08:52.880 defaults[27513:168619]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2248
drwxr-xr-x   5 root  wheel      160 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul  5  2018 ..
drwxr-xr-x   9 root  wheel      288 Feb  5 23:46 041-31490
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1115851 Feb  6 15:08 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:08:57.018 defaults[34395:273679]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2248
drwxr-xr-x   5 root  wheel      160 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul  5  2018 ..
drwxr-xr-x  11 root  wheel      352 Feb  6 12:09 041-31490
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
    "041-31490" = "041-31490";
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict>
<key>041-31490</key>
<string>041-31490</string>
</dict>
</dict>
</plist>

ls -al /Library/Updates
total 2256
drwxr-xr-x   8 root  wheel      256 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul  5  2018 ..
drwxr-xr-x   9 root  wheel      288 Feb  6 13:11 041-31490
drwxr-xr-x   5 root  wheel      160 Sep 17 13:43 091-77636
drwxr-xr-x   4 root  wheel      128 Feb  6 12:06 AtomicUpdates
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist
-rw-r--r--   1 root  wheel      282 Feb  6 13:09 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
{
    "041-31490" = "041-31490";
}

cat /Library/Updates/index.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ProductPaths</key>
<dict>
<key>041-31490</key>
<string>041-31490</string>
</dict>
</dict>
</plist>

ls -al /Library/Updates
total 2256
drwxr-xr-x   7 root  wheel      224 Feb  6 15:08 .
drwxr-xr-x+ 65 root  wheel     2080 Jul  5  2018 ..
drwxr-xr-x   9 root  wheel      288 Feb  6 10:09 041-31490
drwxr-xr-x   4 root  wheel      128 Feb  6 05:44 AtomicUpdates
-rw-r--r--@  1 root  wheel    30811 Feb  6 15:08 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116256 Feb  6 15:08 ProductMetadata.plist
-rw-r--r--   1 root  wheel      282 Feb  6 08:40 index.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "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 ProductPaths
2019-02-06 15:09:59.807 defaults[16202:1801757]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2320
drwxr-xr-x   7 root  wheel      238 Feb  6 15:09 .
drwxr-xr-x+ 65 root  wheel     2210 Oct  8 15:31 ..
drwxr-xr-x  11 root  wheel      374 Dec  3 16:00 041-18191
drwxr-xr-x  11 root  wheel      374 Jan 23 08:32 041-31490
-rw-r--r--@  1 root  wheel    66762 Feb  6 15:09 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1117231 Feb  6 15:09 ProductMetadata.plist
drwxr-xr-x   9 root  wheel      306 Jan 23 15:34 zzzz041-30443



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1768180K [recommended] [restart]

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 ProductPaths
2019-02-06 15:09:04.667 defaults[68672:2001721]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 2376
drwxr-xr-x   5 root  wheel      170 Feb  6 15:09 .
drwxr-xr-x+ 68 root  wheel     2312 Jan  7 09:13 ..
drwxr-xr-x  11 root  wheel      374 Jan 23 12:40 041-31490
-rw-r--r--@  1 root  wheel    96986 Feb  6 15:09 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1116411 Feb  6 15:09 ProductMetadata.plist



======================================================
softwareupdate -l
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.13.6
Security Update 2019-001 (10.13.6), 1511721K [recommended] [restart]

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 ProductPaths
2019-02-06 15:17:47.802 defaults[28355:46215277]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 1392
drwxr-xr-x   6 root  wheel     204 Jan 23 14:11 .
drwxr-xr-x+ 65 root  wheel    2210 Jan  8 08:58 ..
drwxr-xr-x   9 root  wheel     306 Oct 30 14:13 041-18191
drwxr-xr-x   9 root  wheel     306 Dec  5 14:18 041-20511
drwxr-xr-x   9 root  wheel     306 Jan 22 14:54 041-31490
-rw-r--r--@  1 root  wheel  709565 Feb  6 15:17 ProductMetadata.plist


======================================================
softwareupdate -l
objc[49888]: Class AMSupportURLConnectionDelegate is implemented in both /System/Library/PrivateFrameworks/OSPersonalization.framework/Versions/A/OSPersonalization (0x112638c48) and /System/Library/PrivateFrameworks/EmbeddedOSInstall.framework/Versions/A/EmbeddedOSInstall (0x1127e3748). One of the two will be used. Which one is undefined.
No new software available.
Software Update Tool

Finding available software

defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates
(
)

defaults read /Library/Updates/index ProductPaths
2019-02-06 15:19:14.006 defaults[49899:2188500]
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist

cat /Library/Updates/index.plist
cat: /Library/Updates/index.plist: No such file or directory

ls -al /Library/Updates
total 1392
drwxr-xr-x   3 root  wheel     102 Jan 25 17:04 .
drwxr-xr-x+ 65 root  wheel    2210 Jan  8 08:41 ..
-rw-r--r--@  1 root  wheel  708745 Feb  6 15:19 ProductMetadata.plist




hild...@columbusacademy.org

unread,
Feb 7, 2019, 10:24:50 AM2/7/19
to munki-discuss
ARD is still (sometimes) our friend.

ProductName: Mac OS X
ProductVersion: 10.11.5
BuildVersion: 15F34
Software Update Tool
Copyright 2002-2015 Apple Inc.

Finding available software
Software Update found the following new or updated software:
   * OS X El Capitan Update-10.11.6
OS X El Capitan Update (10.11.6), 471282K [recommended] [restart]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "Display Name" = "OS X El Capitan Update";
        "Display Version" = "10.11.6";
        Identifier = "OS X El Capitan Update";
        "Product Key" = "031-61467";
    }
)
2019-02-07 10:15:04.924 defaults[33247:2280130] 
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist
total 2448
drwxr-xr-x   5 root  wheel      170 Feb  7 10:14 .
drwxrwxr-x+ 66 root  admin     2244 Jul 24  2018 ..
drwxr-xr-x  11 root  wheel      374 Feb  6 10:53 031-99115
-rw-r--r--   1 root  wheel   123767 Feb  7 10:14 PPDVersions.plist
-rw-r--r--   1 root  wheel  1124092 Feb  7 10:14 ProductMetadata.plist


ProductName: Mac OS X
ProductVersion: 10.11.6
BuildVersion: 15G22010
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]
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    }
)
2019-02-07 10:19:49.207 defaults[44450:3416830] 
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist
total 2448
drwxr-xr-x   5 root  wheel      170 Feb  7 10:19 .
drwxrwxr-x+ 66 root  admin     2244 Aug 13 13:22 ..
-rw-r--r--   1 root  wheel   123767 Feb  7 10:19 PPDVersions.plist
-rw-r--r--   1 root  wheel  1123855 Feb  7 10:19 ProductMetadata.plist
drwxr-xr-x   9 root  wheel      306 Feb  6 09:54 zzzz041-30443



ProductName: Mac OS X
ProductVersion: 10.11.6
BuildVersion: 15G22010
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]
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    }
)
2019-02-07 10:18:19.506 defaults[7033:720987] 
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist
total 2448
drwxr-xr-x   5 root  wheel      170 Feb  7 10:18 .
drwxrwxr-x+ 66 root  admin     2244 Dec 19  2016 ..
-rw-r--r--   1 root  wheel   123767 Feb  7 10:18 PPDVersions.plist
-rw-r--r--   1 root  wheel  1123855 Feb  7 10:18 ProductMetadata.plist
drwxr-xr-x   9 root  wheel      306 Feb  6 14:29 zzzz041-30443



ProductName: Mac OS X
ProductVersion: 10.11.6
BuildVersion: 15G1611
Software Update Tool
Copyright 2002-2015 Apple Inc.

Finding available software
Software Update found the following new or updated software:
   * Security Update 2018-004-10.11.6
Security Update 2018-004 (10.11.6), 649554K [recommended] [restart]
   * Safari11.1.2ElCapitan-11.1.2
Safari (11.1.2), 77471K [recommended]
   * iTunesX-12.8.2
iTunes (12.8.2), 273564K [recommended]
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    },
        {
        "Display Name" = "Security Update 2018-004";
        "Display Version" = "10.11.6";
        Identifier = "Security Update 2018-004";
        "Product Key" = "091-63422";
    },
        {
        "Display Name" = Safari;
        "Display Version" = "11.1.2";
        Identifier = "Safari11.1.2ElCapitan";
        "Product Key" = "091-84014";
    }
)
2019-02-07 10:18:14.595 defaults[2159:501030] 
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist
total 2448
drwxr-xr-x   4 root  wheel      136 Feb  7 10:18 .
drwxrwxr-x+ 66 root  admin     2244 Oct  4  2016 ..
-rw-r--r--   1 root  wheel   123767 Feb  7 10:18 PPDVersions.plist
-rw-r--r--   1 root  wheel  1123855 Feb  7 10:18 ProductMetadata.plist


ProductName: Mac OS X
ProductVersion: 10.11.6
BuildVersion: 15G22010
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]
(
        {
        "Display Name" = iTunes;
        "Display Version" = "12.8.2";
        Identifier = iTunesX;
        "Product Key" = "zzzz041-30443";
    }
)
2019-02-07 10:18:16.481 defaults[74968:2902506] 
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist
total 2448
drwxr-xr-x   5 root  wheel      170 Feb  7 10:18 .
drwxrwxr-x+ 66 root  admin     2244 Oct  4  2016 ..
-rw-r--r--   1 root  wheel   123767 Feb  7 10:18 PPDVersions.plist
-rw-r--r--   1 root  wheel  1123855 Feb  7 10:18 ProductMetadata.plist
drwxr-xr-x   9 root  wheel      306 Feb  6 14:16 zzzz041-30443


ProductName: Mac OS X
ProductVersion: 10.12.6
BuildVersion: 16G1510
Software Update Tool

Finding available software
Software Update found the following new or updated software:
   * Security Update 2019-001-10.12.6
Security Update 2019-001 (10.12.6), 812477K [recommended] [restart]
(
        {
        "Display Name" = "Security Update 2019-001";
        "Display Version" = "10.12.6";
        Identifier = "Security Update 2019-001";
        "Product Key" = "041-31493";
    }
)
{
}
total 2464
drwxr-xr-x   5 root  wheel      170 Feb  7 10:18 .
drwxr-xr-x+ 66 root  admin     2244 Oct  1 21:04 ..
-rw-r--r--@  1 root  wheel   123809 Feb  7 10:18 PPDVersions.plist
-rw-r--r--@  1 root  wheel  1128818 Feb  7 10:18 ProductMetadata.plist
-rw-r--r--   1 root  wheel      295 Feb  7 08:10 index.plist

hild...@columbusacademy.org

unread,
Feb 7, 2019, 10:42:48 AM2/7/19
to munki-discuss
A few 10.10.5 -

ProductName: Mac OS X
ProductVersion: 10.10.5
BuildVersion: 14F2511
Software Update Tool
Copyright 2002-2012 Apple Inc.

Finding available software
Software Update found the following new or updated software:
   * Install macOS High Sierra- 
macOS High Sierra ( ), 5106655K [recommended]
(
        {
        "Display Name" = "macOS High Sierra";
        "Display Version" = " ";
        Identifier = "Install macOS High Sierra";
        "Product Key" = "091-76348";
    }
)
2019-02-07 10:41:10.034 defaults[85747:30612796] 
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist
total 2184
drwxr-xr-x   4 root  wheel      136 Jan 22 16:18 .
drwxr-xr-x+ 63 root  wheel     2142 Feb  7 10:36 ..
drwxr-xr-x   3 root  wheel      102 Apr  9  2015 Firmware
-rw-r--r--   1 root  wheel  1114889 Feb  7 10:41 ProductMetadata.plist


ProductName: Mac OS X
ProductVersion: 10.10.5
BuildVersion: 14F2511
Software Update Tool
Copyright 2002-2012 Apple Inc.

Finding available software
Software Update found the following new or updated software:
   * Install macOS High Sierra- 
macOS High Sierra ( ), 5106655K [recommended]
(
        {
        "Display Name" = "macOS High Sierra";
        "Display Version" = " ";
        Identifier = "Install macOS High Sierra";
        "Product Key" = "091-76348";
    }
)
2019-02-07 11:57:42.340 defaults[56015:21887001] 
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist
total 2184
drwxr-xr-x   4 root  wheel      136 Jan 22 18:27 .
drwxr-xr-x+ 63 root  wheel     2142 Feb  7 11:52 ..
drwxr-xr-x   3 root  wheel      102 Apr  9  2015 Firmware
-rw-r--r--   1 root  wheel  1114889 Feb  7 11:57 ProductMetadata.plist


ProductName: Mac OS X
ProductVersion: 10.10.5
BuildVersion: 14F2511
Software Update Tool
Copyright 2002-2012 Apple Inc.

Finding available software
Software Update found the following new or updated software:
   * Install macOS High Sierra- 
macOS High Sierra ( ), 5106655K [recommended]
(
        {
        "Display Name" = "macOS High Sierra";
        "Display Version" = " ";
        Identifier = "Install macOS High Sierra";
        "Product Key" = "091-76348";
    }
)
2019-02-07 10:41:09.640 defaults[7848:861965] 
The domain/default pair of (/Library/Updates/index, ProductPaths) does not exist
total 2184
drwxr-xr-x   4 root  wheel      136 Jan 22 16:53 .
drwxr-xr-x+ 63 root  wheel     2142 Feb  7 10:36 ..
drwxr-xr-x   3 root  wheel      102 Apr  9  2015 Firmware
-rw-r--r--   1 root  wheel  1114889 Feb  7 10:41 ProductMetadata.plist

On Wednesday, February 6, 2019 at 1:47:58 PM UTC-5, Gregory Neagle wrote:

Ben Goodstein

unread,
Feb 8, 2019, 8:00:06 AM2/8/19
to munki-...@googlegroups.com
$ system_profiler SPHardwareDataType
Hardware:

Hardware Overview:

Model Name: iMac Pro
Model Identifier: iMacPro1,1
Processor Name: Intel Xeon W
Processor Speed: 3.2 GHz
Number of Processors: 1
Total Number of Cores: 8
L2 Cache (per Core): 1 MB
L3 Cache: 11 MB
Memory: 32 GB
Boot ROM Version: 220.240.2.0.0 (iBridge: 16.16.3133.0.0,0)

$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.14.3
BuildVersion: 18D42


> The output of `defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates`

(
{
"Display Name" = "macOS Mojave 10.14.3 Supplemental Update";
"Display Version" = " ";
Identifier = "macOS Mojave 10.14.3 Supplemental Update";
"Product Key" = "041-38920";
}
)

> the output of `defaults read /Library/Updates/index ProductPaths` or `cat /Library/Updates/index.plist` (either is fine).

{
"041-38920" = "041-38920";
}

Gregory Neagle

unread,
Feb 8, 2019, 9:34:25 AM2/8/19
to munk...@googlegroups.com, 'Gregory Neagle' via munki-discuss
Thank you, everyone, for the data. I've made some changes here: https://github.com/munki/munki/commit/97dcaa380c2b6bc14422a7ea94dd9bbdca261713 that I think will address the issue, at least on 10.9 and up. (If we could get some data from a 10.8 machine we could be more confident about all the macOS versions that Munki 3.5.x supports...)

Since the changes here are relatively minor, straightforward, and easy to understand, I'm going to include them in the next Preview Release of Munki 3.6, which I hope to officially release before the end of February.

I don't really need more data on this issue, with a few exceptions:

My analysis of the data indicates that:
1) the output of `softwareupdate -l` and `defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates` should list the exact same updates, and that 
2) we should _ignore_ the info in  /Library/Updates/index.plist` on at least macOS 10.9 and up.

If you have data that contradicts this analysis, or you have data for macOS 10.8, I'd really like to see that.

I did see one bit of data where `defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates` listed no updates, and `softwareupdate -l`  did list updates, but I think the commands were run in that order and if `defaults read /Library/Preferences/com.apple.SoftwareUpdate RecommendedUpdates`  had been run again after running `softwareupdate -l`, it would have listed the same updates.

-Greg

Reply all
Reply to author
Forward
0 new messages