MWA with munki2

275 views
Skip to first unread message

Tony Skalski

unread,
Oct 9, 2014, 10:25:03 AM10/9/14
to munki-w...@googlegroups.com
Are there any issues with MWA and munki2? I haven't found anything that says there is, just want to be sure.

I am going to build a new munki/MWA server and want to upgrade to munki2 in the process. Thanks!

Joe Wollard

unread,
Oct 9, 2014, 11:20:38 AM10/9/14
to munki-w...@googlegroups.com
The client-side scripts MWA uses to report to the server are independent of Munki. All Munki does is execute them. I've not tested though, so there could be some issues I'm unaware of if you want to use the license tracking features since that would be the most "complex" portion of Munki <-> MWA interaction that I can think of.

On Thu, Oct 9, 2014 at 10:25 AM, Tony Skalski <tony.s...@gmail.com> wrote:
Are there any issues with MWA and munki2? I haven't found anything that says there is, just want to be sure.

I am going to build a new munki/MWA server and want to upgrade to munki2 in the process. Thanks!

--
You received this message because you are subscribed to the Google Groups "MunkiWebAdmin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-web-adm...@googlegroups.com.
Visit this group at http://groups.google.com/group/munki-web-admin.
For more options, visit https://groups.google.com/d/optout.



--
Joe Wollard

gregneagle

unread,
Oct 9, 2014, 11:58:54 AM10/9/14
to munki-w...@googlegroups.com
None I am aware of.

Tony Skalski

unread,
Oct 9, 2014, 5:39:27 PM10/9/14
to munki-w...@googlegroups.com
Thanks all!

John Lockwood

unread,
Oct 10, 2014, 6:42:10 AM10/10/14
to munki-w...@googlegroups.com


On Thursday, 9 October 2014 15:25:03 UTC+1, Tony Skalski wrote:
Are there any issues with MWA and munki2? I haven't found anything that says there is, just want to be sure.

I am going to build a new munki/MWA server and want to upgrade to munki2 in the process. Thanks!

I am running Munki2 on my clients along with the MWA scripts and have no problems I have noticed. I have even also got MunkiReports running as well. Works fine with Mavericks.

sondjata

unread,
Jan 5, 2015, 2:21:21 PM1/5/15
to munki-w...@googlegroups.com
I'm getting a postscript error on 10.10 with Munki 2 running from the terminal:

" postflight stderr: 2015-01-05 14:17:36.092 system_profiler[1490:38825] platformPluginDictionary: Can't get X86PlatformPlugin, return value 0

2015-01-05 14:17:36.093 system_profiler[1490:38825] platformPluginDictionary: Can't get X86PlatformPlugin, return value 0"



Anyone else seeing this? 

Gregory Neagle

unread,
Jan 5, 2015, 2:25:30 PM1/5/15
to munki-w...@googlegroups.com
On Jan 5, 2015, at 11:21 AM, sondjata <sond...@gmail.com> wrote:

I'm getting a postscript error on 10.10 with Munki 2 running from the terminal:

" postflight stderr: 2015-01-05 14:17:36.092 system_profiler[1490:38825] platformPluginDictionary: Can't get X86PlatformPlugin, return value 0

2015-01-05 14:17:36.093 system_profiler[1490:38825] platformPluginDictionary: Can't get X86PlatformPlugin, return value 0"



That's error output from system_profiler. You can see the same issue if you just run system_profiler by itself:

$ /usr/sbin/system_profiler -xml SPNetworkDataType SPHardwareDataType
2015-01-05 11:24:17.565 system_profiler[3994:143767] platformPluginDictionary: Can't get X86PlatformPlugin, return value 0
2015-01-05 11:24:17.567 system_profiler[3994:143767] platformPluginDictionary: Can't get X86PlatformPlugin, return value 0



Anyone else seeing this? 

On Friday, October 10, 2014 6:42:10 AM UTC-4, John Lockwood wrote:


On Thursday, 9 October 2014 15:25:03 UTC+1, Tony Skalski wrote:
Are there any issues with MWA and munki2? I haven't found anything that says there is, just want to be sure.

I am going to build a new munki/MWA server and want to upgrade to munki2 in the process. Thanks!

I am running Munki2 on my clients along with the MWA scripts and have no problems I have noticed. I have even also got MunkiReports running as well. Works fine with Mavericks.

sondjata

unread,
Jan 5, 2015, 4:05:13 PM1/5/15
to munki-w...@googlegroups.com
Partial output:

/usr/sbin/system_profiler -xml SPNetworkDataType SPHardwareDataType

2015-01-05 16:02:39.942 system_profiler[2725:73397] platformPluginDictionary: Can't get X86PlatformPlugin, return value 0

2015-01-05 16:02:39.977 system_profiler[2725:73397] platformPluginDictionary: Can't get X86PlatformPlugin, return value 0

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

Gregory Neagle

unread,
Jan 5, 2015, 4:06:34 PM1/5/15
to munki-w...@googlegroups.com
Yes, precisely the same as I posted earlier. Was there something you wanted to add?

-Greg

sondjata

unread,
Jan 5, 2015, 4:07:15 PM1/5/15
to munki-w...@googlegroups.com
same command 10.9.5 machine:

/usr/sbin/system_profiler -xml SPNetworkDataType SPHdwareDataType

<?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">


No error. Something done changed. 

Gregory Neagle

unread,
Jan 5, 2015, 4:08:09 PM1/5/15
to munki-w...@googlegroups.com
Yes. system_profiler on 10.10 prints messages to stderr.

-Greg

sondjata

unread,
Jan 5, 2015, 4:11:38 PM1/5/15
to munki-w...@googlegroups.com
OK. Well since it hasn't shown up in MWA logs, I won't worry about it.  Thanks.
Reply all
Reply to author
Forward
0 new messages