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

Problems with xsan and config.plist

Hello,


I have two strange errors at logs "unable to convert data object for '/Library/Preferences/Xsan/config.plist' to a property list " and "xsand[56]: Unable to read config.plist". I checked config.plist and everything looks ok . This errors showed only in system log. Everything with xsan works fine. I use stornext and stations mount resources fine. Hardware - Mac Pro with Lion. Latest updates installed.

Any solutions ?


Best regards,

Marcin

Mac Pro, Mac OS X (10.7.3)

Posted on Apr 12, 2012 6:54 AM

Reply
1 reply

Apr 13, 2012 3:06 AM in response to marcin.k

The plist is corrupt or could not be read for some reason. Try running these commands:


file /Library/Preferences/Xsan/config.plist

plutil -lint /Library/Preferences/Xsan/config.plist

ls -leO /Library/Preferences/Xsan/config.plist


The first command checks the file type. It should be "XML document text" or "Apple binary property list". The binary plist format is less likely for this file, but still valid. If it's something else, like "Rich Text Format", that would be a problem.


The second command checks the plist for syntax errors and should point out where the problem is if there is one.


The last command just shows the permissions on the file. I don't think the problem is there. Since xsand runs as root, it should always be able to at least read the file. Compare this to another system where you aren't seeing the error.

Problems with xsan and config.plist

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