I created a instance of linux debian on Google Compute Engine.
I Install git, node.js, python and some other things without problems
But when I install mongodb, when finish the installation and the installation try to run mongod, said: [FAIL] Starting database: mongod failed!
I try with: sudo service mongod start and was the same.
I try many thing like:
rm mongodb.lock
Change path of data to / data / db Change permisions to mongodb.log
But nothing work.
When I run /etc/init.d/mongod start
The error is: start-stop-daemon: unable to September gid to 65534 (Operation not permitted) failed!
Any idea what could be the error?
The mongodb.log is empty so, I can paste here the results of verbose.
Thanks