Hello Everyone,
I received the following message when attempting to do an optional install.
--
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/52224e1f-0a0e-4b22-bd4a-07c7ae4a1990%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No. Managed Software Center requires that the /Users/Shared folder exist and be world-writable. This, of course, is the standard configuration as shipped from Apple.
Sent from my iPhone
Hello Everyone,
I received the following message when attempting to do an optional install.
Changing the permissions in /Users/Shared
from
drwx--x--t 5 root wheel 170 Feb 8 11:21 Shared
to
drwx--xrwx 5 root wheel 170 Feb 8 11:21 Shared
Fixed the problem. The only problem is my company disables the /Users/Shared folder.
So I'm wondering is there a workaround for this issue?
Many thanks in advance!
Angel
--
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-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/52224e1f-0a0e-4b22-bd4a-07c7ae4a1990%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-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/039D1FED-1387-45DC-B190-C2278F8D36E2%40mac.com.
Angel,I think this is something you might want to bring up with your company. If they're deploying Managed Software Center but also disabling /Users/Shared for users, every client machine's MSC will essentially be broken.
Alan SiuClient Systems AnalystSt. Ignatius College Preparatory
On Thu, Feb 9, 2017 at 6:10 AM, Gregory Neagle <gregn...@mac.com> wrote:
No. Managed Software Center requires that the /Users/Shared folder exist and be world-writable. This, of course, is the standard configuration as shipped from Apple.
Sent from my iPhone
Hello Everyone,
I received the following message when attempting to do an optional install.
Changing the permissions in /Users/Shared
from
drwx--x--t 5 root wheel 170 Feb 8 11:21 Shared
to
drwx--xrwx 5 root wheel 170 Feb 8 11:21 Shared
Fixed the problem. The only problem is my company disables the /Users/Shared folder.
So I'm wondering is there a workaround for this issue?
Many thanks in advance!
Angel
--
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/52224e1f-0a0e-4b22-bd4a-07c7ae4a1990%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.
drwxrwxrwt 49 root wheel 1666 Nov 13 14:25 Shared
I have a mac that has fouled permissions, and I want to set them back to how they should be. It doesn't look like this:
{ sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/null
will help with that, if this is even safe to run.
Thanks,
Yehuda