1. Change the userid in NetInfoManager from another administrative account (ex. 502->1000). 2. Change the file permissions:
sudo find / -xdev -user 502 -print -exec chown 1000 {} \;
View the discussion thread.