On 22/09/2013, at 12:46 PM, Rick Armstrong <[email protected]> wrote:
> 10.8.5 > Since downloading iOS7 software for the iPhone 4 > The iMac (10.8.5) says > Permissions differ on > “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AACEncoderConfig.nib”; > should be drwxr-xr-x ; they are -rwxr-xr-x . > Repaired > “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AACEncoderConfig.nib” > This list just goes on and on and on with various subtext > Permissions repair complete > and same comes up again with next Permissions Repair > (previously was a clean report with Permissions Repair). > Thanks, Rick. Hi Rick, Same here. But you should consider them as not important... Permissions differ on “Applications/iTunes.app/Contents/Resources/Dutch.lproj/AACEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x . What this means in Unix language is that permissions check is expecting that "AACEncoderConfig.nib" to be a directory and it's not. You can tell because of "drwxr-xr-x" the d letter at the beginning of the string means "directory" and when compared with the actual value "-rwxr-xr-x", the absence of d means that it refers to a file. Now you might ask why is the system expecting a directory? Here is a link that describes why: <http://support.apple.com/kb/HT1452?viewlocale=en_US&locale=en_US> OK...but what is this kind of files .nib? This files are normally GUI files...and in the past...not so far away...it was based on a directory structure...but iTunes 11.1 is the first released Apple app that is using their new nib file spec. And this is somehow apparent...I mean the error messages we are all seeing when we run the permissions check suggest it. Cheers, Ronni
-- The WA Macintosh User Group Mailing List -- Archives - <http://www.wamug.org.au/mailinglist/archives.shtml> Guidelines - <http://www.wamug.org.au/mailinglist/guidelines.shtml> Settings & Unsubscribe - <http://lists.wamug.org.au/listinfo/wamug.org.au-wamug>

