MongoDB - Permission denied for socket: /tmp/mongodb-27017.sock
问题 I had an unclean shutdown of MongoDB on Ubuntu 10.04 LTS. Now when I login as root and run Mongodb via service mongodb start, I get below error- Mon Dec 12 13:53:15 [initandlisten] ERROR: listen(): bind() failed errno:13 Permission denied for socket: /tmp/mongodb-27017.sock When I run MongoDB manually via root, it works just fine. I can confirm that there is no /tmp/mongodb-27017.sock file root@devbox:~# ll /tmp/ total 16 drwxr-xr-x 4 root root 4096 2011-12-12 13:53 ./ drwxr-xr-x 25 root root