On Jan 21, 2011, at 03:03, iulian dragos wrote: > $ launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist > launchctl: > CFURLWriteDataAndPropertiesToResource(/var/db/launchd.db/com.apple.launchd.peruser.501/overrides.plist) > failed: -10 > > The file in /var/db/... is not writeable: > $ ll /var/db/launchd.db/com.apple.launchd.peruser.501/overrides.plist > -rw-r--r-- 1 root wheel 0 Jan 21 09:51 > /var/db/launchd.db/com.apple.launchd.peruser.501/overrides.plist
That sounds wrong; that file should have permissions 600 (not 644) and be owned by user 501 (i.e. you, not root). At least, that's how all the directories in /var/db/launchd.db are on my system. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
