Last active
March 16, 2017 15:09
-
-
Save fuzzylogiq/1d3097bd5300bfe6ff18e41d5b786339 to your computer and use it in GitHub Desktop.
munkiimport errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ munkiimport ~/Downloads/Firefox\ 52.0.dmg | |
| Traceback (most recent call last): | |
| File "/usr/local/munki/munkiimport", line 1077, in <module> | |
| main() | |
| File "/usr/local/munki/munkiimport", line 867, in main | |
| matchingpkginfo = find_matching_pkginfo(repo, pkginfo) | |
| File "/usr/local/munki/munkiimport", line 508, in find_matching_pkginfo | |
| catdb = make_catalog_db(repo) | |
| File "/usr/local/munki/munkiimport", line 404, in make_catalog_db | |
| plist = repo.get('catalogs/all') | |
| File "/usr/local/munki/munkilib/munkirepo/FileRepo.py", line 207, in get | |
| fileref = open(repo_filepath) | |
| IOError: [Errno 2] No such file or directory: u'/Users/Shared/munki_repo/catalogs/all' | |
| $ makecatalogs | |
| WARNING: Did not create catalog all because it is empty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment