Skip to content

Instantly share code, notes, and snippets.

@mwohlgemuth
Created March 13, 2014 16:06
Show Gist options
  • Save mwohlgemuth/9531307 to your computer and use it in GitHub Desktop.
Save mwohlgemuth/9531307 to your computer and use it in GitHub Desktop.
managedsoftwareupdate with sal
sh-3.2# managedsoftwareupdate
Managed Software Update Tool
Copyright 2010-2014 The Munki Project
http://code.google.com/p/munki
Starting...
Performing preflight tasks...
preflight stdout: Preflight report submmitted for pcm-imp-1.
Checking for available updates...
Retrieving list of software for this machine...
Retrieving list of software for this machine...
Finishing...
Performing postflight tasks...
postflight stdout: Postflight report submmitted for pcm-imp-1.
postflight stderr: Traceback (most recent call last):
File "/usr/local/munki/sal-submit", line 169, in <module>
response = urllib2.urlopen(req)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 410, in open
response = meth(req, response)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 448, in error
return self._call_chain(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 404: NOT FOUND
Done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment