我通過釀造安裝MongoDB的,現在我得到這個錯誤:MongoDB的不安全的啓動爲Mac OS X
「/Library/StartupItems/MongoDB」 has not been started because it does not have the proper security settings
我已經修復權限,重新安裝,並不會消失。任何幫助?
我通過釀造安裝MongoDB的,現在我得到這個錯誤:MongoDB的不安全的啓動爲Mac OS X
「/Library/StartupItems/MongoDB」 has not been started because it does not have the proper security settings
我已經修復權限,重新安裝,並不會消失。任何幫助?
最近OS X(因爲雪豹IIRC)的版本有關的東西像StartupItems中的權限挑剔,並且將其禁用如果它認爲他們不合適的話。這應該設置在尋找的權限:
sudo chown -R root:wheel /Library/StartupItems/MongoDB
sudo chmod -R u=rwX,go=rX /Library/StartupItems/MongoDB
sudo chmod -R -N /Library/StartupItems/MongoDB
運行'chmod加載:無效的文件模式:U:RWX,去= rX' – Shamoon 2012-03-06 22:35:54
錯字;應該是'u = ...'(我已經將它修正了) – 2012-03-07 14:39:20