I am getting the following message
exception in initAndListen std::exception: boost::filesystem::exists: Permission denied: "/vol/mongodb", terminating
in /var/log/mongodb/mongodb.log
ls -al /vol/mongodb gives -
drwxrwxrwx 2 mongodb mongodb 4096 2011-08-07 12:10 ./
When I change the dbpath, back to the default, which is /var/lib/mongodb - it works fine.
How do I solve this?