--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/c0ac970f-092f-4ac4-be95-6e2be9b1c1f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/36fe716d-86c8-4d59-b625-2b060ee3c422%40googlegroups.com.
On Jan 14, 2016, at 1:05 PM, Eric Dannewitz <edann...@rdschool.org> wrote:So I have SuppressUserNotifications = 0 already on my ManagedInstalls.plist
Where is the unattended_installs? Is that in the manifests or catalogs?
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/83420d15-36ca-452f-ae7b-4317fc27d006%40googlegroups.com.
On Jan 14, 2016, at 1:08 PM, Eric Dannewitz <edann...@rdschool.org> wrote:I want it to also install any updates it can……
On Jan 14, 2016, at 1:06 PM, Gregory Neagle <gregn...@mac.com> wrote:On Jan 14, 2016, at 1:05 PM, Eric Dannewitz <edann...@rdschool.org> wrote:So I have SuppressUserNotifications = 0 already on my ManagedInstalls.plistWhich means it’s off: IE, notifications will not be suppressed. Is that what you want?
--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/F5A50BDC-1735-43EC-AC18-5A651BFD0004%40rdschool.org.
--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/F5A50BDC-1735-43EC-AC18-5A651BFD0004%40rdschool.org.
You received this message because you are subscribed to a topic in the Google Groups "munki-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/munki-discuss/us3uKLI1BXc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to munki-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/F0E1C007-828D-4E3E-9705-B3274F208094%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/-6251142512115110093%40unknownmsgid.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/-6251142512115110093%40unknownmsgid.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/40E41417-2A9A-4140-A118-56B3B1D73270%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CANWfAiOoD_UJvBchw8KaNeQk8ONqumkDXqv1izEYQzfTeK6JLw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/9172314794463377062%40unknownmsgid.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CAPxVpBc014wvDZBQEmTyeBjDZwm4aQNydM%3Ddhh-NBZ_kNMmuXg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CANWfAiN%3DCj0hw3XBk0Omq06t%3D%3DGsTA%2BEwoRfe-RiS9ALj%2BV1ZA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/94610779-8B75-4888-BE96-C6D0DBE3BF5C%40mac.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/94610779-8B75-4888-BE96-C6D0DBE3BF5C%40mac.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/680997F0-C453-4051-8DFB-5AB7FD1F890F%40mac.com.
/System/Library/Extensions
, but you can’t change anything there, because /System/Library/Extensions/*
is listedOn Jan 20, 2016, at 8:29 AM, bryan...@gmail.com wrote:
Our solution was to modify Munki itself.On every restart, Munki will check and install any updates. This way teachers can have students simply restart laptops periodically to ensure all updates are installed.We push dozens of packages, most of which are unattended, but some aren't. But we also have user notifications suppressed on student computers because we never want Munki popping up when a student is using the computer. Kindergartners wouldn't know what to do anyway :)So the install-on-restart is the one sure way a teacher can be sure a student's computer is fully up-to-date.We've been using this method for two years now with almost 14,000 Macs and it's worked great.Bryan
On Thursday, January 14, 2016 at 2:38:03 PM UTC-6, Mr. Alan Siu wrote:
Yeah, I'd love to hear others' thoughts on this as well. I also have laptop carts that won't update when the lids are closed... and the lids are usually closed. They are also not hardwired, so any kind of wake-on-LAN solution wouldn't work (not to mention the added trouble of making sure people plug in the network cable anyway).
A sort-of workaround I've put in place is a custom package I call "A Munki More Frequent" that basically puts in a new LaunchDaemon that checks about three times every hour instead of once an hour to make sure at least the unattended installs go in. I have both the SuppressUserNotificationand SuppressLoginwindowInstall flags so as not to interrupt the students while they're working.
But that still leaves me manually launching up Managed Software Center on all the laptops individually periodically to take care of the major logout/reboot updates.I don't know if there really is a solution, but I'd love to hear it if there is...
Alan SiuClient Systems AnalystSt. Ignatius College PreparatoryOn Thu, Jan 14, 2016 at 12:23 PM, Eric Dannewitz <edann...@rdschool.org> wrote:We've been using munki for about 2 years now. Works great mostly. The big issue I have is trying to keep student laptops updated. When they are in the charging cart, they are in sleep mode, and when they are on, we don't particularly want the students having to deal with the dialog box to install updates.Is there a way to have Munki install updates in the background and not involve or show the user anything other than maybe if they need to reboot due to an update?Thanks!--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/c0ac970f-092f-4ac4-be95-6e2be9b1c1f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/0055cedf-9a51-4487-9fff-471a16f4c139%40googlegroups.com.
On Jan 20, 2016, at 9:44 AM, bryan...@gmail.com wrote:Unfortunately I don't remember why that was working for us when I tried it two years ago. Maybe .. does that method present the status window showing the progress of downloads and installs?
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/beb2e6bc-f10a-4cef-ac3e-0c1905b9704b%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CAPxVpBc014wvDZBQEmTyeBjDZwm4aQNydM%3Ddhh-NBZ_kNMmuXg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CANWfAiMDqBc5ywZC7Bm9ZbkhCy2hs_uCgGmXv7CC2d2edsZkDw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/881088B7-D5D5-4D73-9195-F151E8DB554E%40rdschool.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CANWfAiN4e72kSCkHV_LCCxvCNjaCifPdCLnUAYe_zkQSxpp5Lw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CAMCK2f8rm6O2c%2BFKFGH1HTBMbFTqs3MT_i2S076fn%2BjmbRFbTw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/66B3F959-7F93-4A49-83CD-697238D5C456%40gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CANWfAiOaEn0yQ-QMQ2_b90OLBuhV3syrpCpD%3D0oPZfsOJEAMiQ%40mail.gmail.com.
On Jan 22, 2016, at 8:30 AM, Mike Solin <mi...@mikesolin.com> wrote:Does running Munki via the CLI result in the same warning?
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CAN1%2Bh_bKxFxT0MwvmZec_fAZ%3Dga7ab3HsfiWeO%3DL3264S0h7Qg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/1BEC47D7-90C9-4238-A40E-876BE81A31DA%40mac.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CANWfAiPno_S3kXGm2FzvBu8bZcJQYJfV2HXopa34cssmMh4ibg%40mail.gmail.com.
On Jan 14, 2016, at 1:05 PM, Eric Dannewitz <edann...@rdschool.org> wrote:So I have SuppressUserNotifications = 0 already on my ManagedInstalls.plistWhich means it’s off: IE, notifications will not be suppressed. Is that what you want?
Where is the unattended_installs? Is that in the manifests or catalogs?
On Thursday, January 14, 2016 at 1:00:11 PM UTC-8, Mr. Alan Siu wrote:Yes. More details here:
Alan SiuClient Systems AnalystSt. Ignatius College Preparatory
On Thu, Jan 14, 2016 at 12:55 PM, Eric Dannewitz <edann...@rdschool.org> wrote:So is this a setting I put in the /Library/Preferences/ManagedInstalls.plist ?Thanks Nick!
On Thursday, January 14, 2016 at 12:34:35 PM UTC-8, Nick McSpadden wrote:Use unattended_installs on your items and turn on "SuppressUserNotifications" in the client preferences plist. All updates that can be installed silently (i.e. don't require reboot or logout, and with no active blocking applications) will be installed whenever Munki runs in the background.
On Thu, Jan 14, 2016 at 12:23 PM, Eric Dannewitz <edann...@rdschool.org> wrote:
We've been using munki for about 2 years now. Works great mostly. The big issue I have is trying to keep student laptops updated. When they are in the charging cart, they are in sleep mode, and when they are on, we don't particularly want the students having to deal with the dialog box to install updates.Is there a way to have Munki install updates in the background and not involve or show the user anything other than maybe if they need to reboot due to an update?Thanks!
--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/c0ac970f-092f-4ac4-be95-6e2be9b1c1f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/36fe716d-86c8-4d59-b625-2b060ee3c422%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "munki-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discus...@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/83420d15-36ca-452f-ae7b-4317fc27d006%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/549552f0-07ef-494c-a5f1-30dcef0396d0%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/a3418391-1049-4e6c-a003-f88a59aef695%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/CANWfAiNAwUM6RPHFrKXVkH4uAN3K6nqDW9vt0f5%2BzXkexxb1xA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/222e2ec6-0c1a-47ea-834e-92cfa37a70ca%40googlegroups.com.
On Nov 9, 2016, at 9:22 AM, pmsau...@sonic.net wrote:And yet it is showing up in the Updates area of MSC when a Mac with ssh off invokes managedsoftwareupdate either by launching MSC or from the CL.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/75d854cc-5295-4114-b736-8d02cf7906d4%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/222e2ec6-0c1a-47ea-834e-92cfa37a70ca%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/63c1136b-7948-4928-90cb-fcc0157c3eaf%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to munki-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to munki-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/munki-discuss/85adc3c1-d391-4afb-9ae9-3d100732ed14%40googlegroups.com.