Changes between Version 99 and Version 100 of ProblemHotlist
- Timestamp:
- May 16, 2013, 6:07:46 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProblemHotlist
v99 v100 248 248 sudo ./repairfilemap.tcl 249 249 }}} 250 251 == Hanging commands on Mountain Lion == #hangs 252 Mountain Lion made some changes to CoreFoundation, such as the creation of the [http://developer.apple.com/library/mac/#releasenotes/CoreFoundation/CoreFoundation.html cfprefsd] daemon. This can cause some processes to hang for users who have logged in as root. 253 A patch to solve this issue was committed in r104118 and is available to MacPorts users who are using trunk for their base. It will reach the rest of the MacPorts users once MacPorts 2.2 is released. In the meantime, users experiencing this issue can export `__CFPREFERENCES_AVOID_DAEMON=1` to their shell environment, and then add `__CFPREFERENCES_AVOID_DAEMON` to the environment variables to keep with the `extra_env` option in the user's `macports.conf` file.