Mac升级到Sierra的环境问题
2016-10-10 本文已影响569人
狸狸的守护者
- memcached启动失败
- 报错:[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
- 执行export EVENT_NOKQUEUE=1
- 原因:https://github.com/tmux/tmux/issues/475,kqueue is broken on OS X, but we accidentally stopped turning it off in 2.2. Use tmux from Git instead, or export EVENT_NOKQUEUE=1 before starting any tmux.
- 键盘映射类问题
- http://www.tuicool.com/articles/2iyMVr6
- https://imciel.com/2016/09/09/macos-sierra-capslock-escape/