Hannes Juutilainen

Results 96 comments of Hannes Juutilainen
trafficstars

Does it help if you set the environment variable PYTHONIOENCODING to utf-8 when running AutoPkg (run `export PYTHONIOENCODING=utf-8`)? Long story short, I was debugging a similar issue with MunkiAdmin where...

Thanks for reporting! I don't necessarily agree with this. Manifests can be nested in many complex ways and the catalog assignment is always inherited. I don't want MunkiAdmin to needlessly...

I completely agree and this is on my todo list.

Will certainly add this. Already on my todo list for the next release.

Thanks for the feedback! I agree that the manifest display name implementation needs more work. There should also be preferences for adjusting the behavior.

Fix for this is included in version 1.4.3.

I'm getting these prompts too when launching MunkiAdmin the first time on a fresh install. It seems to be triggered by a call to munki's own CLI tools if they...

The code that triggers the prompt can be seen here: https://github.com/hjuutilainen/munkiadmin/blob/d70cff53df629334e7227be327d638775bbd26ca/MunkiAdmin/Singletons/MAMunkiRepositoryManager.m#L3280-L3351

I'm going to move to calling the munki python CLI tools through the python3 bundled with munki. So a call to `/usr/local/munki/makecatalogs` would become `/usr/local/munki/munki-python /usr/local/munki/makecatalogs`. Seems to work fine...

This has been fixed in the latest Munki release (https://github.com/munki/munki/releases/tag/v5.6.3) and no modifications are needed in MunkiAdmin. The `makecatalogs` tool contained in the latest Munki release doesn't use the system...