Hi everyone,
I recently ran my Verify Disk Permissions, and I'm still pretty new at this. The only entry that came back was "ACL found but not expected on "Library"."
Should I be concerned about this?
Thanks, as always, for any help/advice given.
Morod
FYI ACL = access control list"Any message that starts with: 'ACL found but not expected on...'."
Products affected
Mac OS X 10.5 Leopard
Solution
You can safely ignore these messages. They are accurate but not a cause for concern.
sudo chmod -R -N /Library
Thank you, richthomas,
I see your posts here often and respect your advice, but I am going to leave well enough alone.
I'm still very new to Apple and, especially, Terminal. In my mind I equate Terminal to Windows Registry, which I never messed with either.
Too easy for me to destroy things, I guess.
Thanks again!
Morod
Terminal is just a GUI to access OS X's Unix core and is nothing like the Registry in Windows. the OS X equivalent of the Registry is the System folder and the invisible unix files which your shouldnt touch.
I'm not an expert, but I have to disagree, the Terminal isn't a GUI (Graphic User Interface), it's a CLI (Command Line Interface).
If you use the 'sudo' command and you don't know what you are doing you may mess up your mac similar to what you can do with the windows registry.
I suggest to use the 'man' command before any other command to learn about it.
Type "man sudo", by this you will see what that particular command does before using it.
Morod i had the exact same ACL error as you when repairing permissions. im not sure what an ACL is exactly but i know its just a minor error that has no real impact on speed or stability. some Leopard users just leave it and forget about it.
but im a perfectionist so i had to fix mine. i ended up downloading the 10.5.1 combo update and this fixed it but then after 10.5.2 it came back again. then i found out a simple Unix command fixes it. so try entering this into Terminal which is in the Utilities folder.
Code:sudo chmod -R -N /Library
Repairinf Permissions is slow because Disk Utility has not been optimised for Leopard yet its still version 11.0.
to fix your ACL errors i would download and install the 10.5.2 combo update from Apple.com or you can just leave it as it wont impair the performance of your Mac.
You should NOT be mucking with the Unix system files and libraries unless you know exactly what you are doing. It may work now, but give you problems later. I am a Solaris (unix) system administrator so I know what I'm talking about. ACLs are actually for Security and limits who and what can access those files that contain ACLs.
I would advise against doing the sudo chmod -R -N /Library or similar commands at the terminal. There's no benefit at all doing so.
so what should one do after executing "sudo chmod -R -N" on a directory to prevent any future problems?
I'm not too sure if the combo 10.5.2 update will eliminate the ACL errors because I'm currently on 10.5.2 and I'm still seeing the same errors.
It has led me to believe the inherent problem with the ACL errors is due to upgrade of OS from Tiger to Leopard, as seemingly this is the most plausible explanation. To be more specific, the cause may be due to Leopard upgrade using the "Archive and Install" method that keeps previously installed apps and data in place. Although that said, it is solely my personal suspicion and unless I do an erase and install, I will not be able to verify my claim.
If what I suspect is correct, then any native Leopard-installed mac from the factory should not see the ACL errors.
Can any members with leopard-installed macs from the factory confirm any presence of the ACL errors in their system?
You are asking for a cure while I'm thinking of prevention.
So I'm not even gonna try the command. There is no benefit at all.
Did you use the command already?
I'm not too sure if the combo 10.5.2 update will eliminate the ACL errors because I'm currently on 10.5.2 and I'm still seeing the same errors.