You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Permissions problem in displaypolicyd

I'm having a very strange problem with Yosemite 10.10 (14A389) on my MacBook Pro (13-inch, Mid 2009). Waking from sleep the monitor receives no signal.

The only problems I have come across is a few permission errors:

User differs on “private/var/db/displaypolicyd”; should be 0; user is 244.

Group differs on “private/var/db/displaypolicyd”; should be 0; group is 244.


sudo chown -R root /private/var/db/displaypolicyd && sudo chgrp -R wheel /private/var/db/displaypolicyd

or

sudo diskutil repairPermissions /


After repairing permissions problem reappears after a reboot.

MacBook Pro (13-inch Mid 2009), OS X Yosemite (10.10)

Posted on Oct 23, 2014 2:39 PM

Reply
Question marked as Top-ranking reply

Posted on Oct 24, 2014 4:41 AM

My temporary solution


1 - Create a shell script example: fixesPermissions.sh

sudo chown -R root /private/var/db/displaypolicyd && sudo chgrp -R wheel /private/var/db/displaypolicyd


2 - Path in my case

/etc


3 - Allow my user to run the script without root password

sudo nano /etc/sudoers


below the line

# Samples

# %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom

# %users localhost=/sbin/shutdown -h now


add line

myuser ALL=NOPASSWD: /etc/fixesPermissions.sh


key cmd + x

key y

key cmd + m


4 - Run the shell script when my user logs

sudo defaults write com.apple.loginwindow LoginHook /etc/fixesPermissions.sh

99 replies

Nov 23, 2014 5:25 PM in response to lplacencia

I'm really glad I came across this issue, I think we're all sharing a similar issue that pre-dates Yosemite, here's why


When I got my macbook brand new (discrete graphics / mid 2014 model, 1 month ago), it had some issues initially, it almost halted to a stop during setup, which is not unseen, yet uncommon, wish I re-installed things then, I've seen other people mentioning mavericks/lion issues, so I think we all had the cause at that time


Now after upgrading to Yosemite, the issue is still around, for me it manifests itself as erratic dock behaviour, dock moves to the second monitor sometimes, multi-touch gestures stop working etc.

Nov 24, 2014 7:11 AM in response to KHAANNN

Just starting having this issue with a new riMac yesterday, and not the computer is completely unusable.


I can VNC in and access the desktop, and it thinks it's connected to a 18" monitor for some reason. Repaired file permissions with disk utility, but the screen is still not detected properly. Restarted the computer, but the permissions on displaypolicyd are messed up again. I see the file vault login screen, and the progress indicator screen, but once it's time to show the desktop the screen goes blank.


Tried resetting the PRAM as well, but that didn't help.


What do I do?

Dec 28, 2014 4:31 AM in response to lplacencia

I have the same problem on a MBP early 2011. First thought it was the graphics card issue others have encountered but I can log into the computer via Safe Mode without problems. But when I log into the computer as usual it crashes after a certain amount of time.


It's not totally clear in my case if the repair permissions trick is doing the job but I will continue trying.


I'm on 10.10.1 and Dropbox has been uninstalled. Issue still present.

Permissions problem in displaypolicyd

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.