deleted munki from both the client and server and started all over and
now I get this error message. Found in the group with someone with the
exact error and it turned out to be a bad manifest. I ran plutil on
mine and it said it was OK. I have no idea what the issue is now.
Managed Software Update Tool
Copyright 2010 The Munki Project
http://code.google.com/p/munki
Getting manifest client_manifest...
Retreiving list of software for this machine...
Download error:
http://site url here/munki/manifests/temp. Failed (22)
with: The requested URL returned error: 401
ERROR: Could not retrieve manifest client_manifest from the server.
ERROR: Error 22: The requested URL returned error: 401
ERROR: Could not retrieve managed install primary manifest.
ERROR: Unexpected error in updatecheck:
ERROR: Traceback (most recent call last):
File "/usr/local/munki/managedsoftwareupdate", line 568, in main
updatecheckresult = updatecheck.check(client_id=
options.id)
File "/usr/local/munki/munkilib/updatecheck.py", line 2971, in check
for item in installinfo['managed_installs']:
KeyError: 'managed_installs'
************Manifest************
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://
www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>catalogs</key>
<array>
<string>production</string>
</array>
<key>managed_installs</key>
<array>
<string>Chrome</string>
</array>
<key>managed_uninstalls</key>
<array>
</array>
</dict>
</plist>
************Catalog************
<?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">
<array>
<dict>
<key>autoremove</key>
<false/>
<key>catalogs</key>
<array>
<string>production</string>
</array>
<key>installer_item_hash</key>
<string>4143bcf883381eb13a3649422e4e9290bdd6458d178399be4050c954f3e68e72</
string>
<key>installer_item_location</key>
<string>googlechrome.dmg</string>
<key>installer_item_size</key>
<integer>43114</integer>
<key>installer_type</key>
<string>copy_from_dmg</string>
<key>installs</key>
<array>
<dict>
<key>CFBundleIdentifier</key>
<string>
com.google.Chrome</string>
<key>CFBundleName</key>
<string>Chrome</string>
<key>CFBundleShortVersionString</key>
<string>13.0.782.112</string>
<key>minosversion</key>
<string>10.5.0</string>
<key>path</key>
<string>/Applications/Google Chrome.app</string>
<key>type</key>
<string>application</string>
</dict>
</array>
<key>items_to_copy</key>
<array>
<dict>
<key>destination_path</key>
<string>/Applications</string>
<key>source_item</key>
<string>Google Chrome.app</string>
</dict>
</array>
<key>minimum_os_version</key>
<string>10.4.0</string>
<key>name</key>
<string>Chrome</string>
<key>uninstall_method</key>
<string>remove_copied_items</string>
<key>uninstallable</key>
<true/>
<key>version</key>
<string>13.0.782.112</string>
</dict>
</array>
</plist>
************Chrome pkginfo file************
<?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>autoremove</key>
<false/>
<key>catalogs</key>
<array>
<string>production</string>
</array>
<key>installer_item_hash</key>
<string>4143bcf883381eb13a3649422e4e9290bdd6458d178399be4050c954f3e68e72</
string>
<key>installer_item_location</key>
<string>googlechrome.dmg</string>
<key>installer_item_size</key>
<integer>43114</integer>
<key>installer_type</key>
<string>copy_from_dmg</string>
<key>installs</key>
<array>
<dict>
<key>CFBundleIdentifier</key>
<string>
com.google.Chrome</string>
<key>CFBundleName</key>
<string>Chrome</string>
<key>CFBundleShortVersionString</key>
<string>13.0.782.112</string>
<key>minosversion</key>
<string>10.5.0</string>
<key>path</key>
<string>/Applications/Google Chrome.app</string>
<key>type</key>
<string>application</string>
</dict>
</array>
<key>items_to_copy</key>
<array>
<dict>
<key>destination_path</key>
<string>/Applications</string>
<key>source_item</key>
<string>Google Chrome.app</string>
</dict>
</array>
<key>minimum_os_version</key>
<string>10.4.0</string>
<key>name</key>
<string>Chrome</string>
<key>uninstall_method</key>
<string>remove_copied_items</string>
<key>uninstallable</key>
<true/>
<key>version</key>
<string>13.0.782.112</string>
</dict>
</plist>