Hi so Im pretty sure I have everything down, although when I start mongod with:
mongod --port 27000 --dbpath /var/mongodb/db --bind_ip ‘192.168.103.100,localhost’ --auth
and try to validate_lab_change_dbpath, it gives me:
You need to start mongod with a configuration file.
So when i add --config /var/mongdb/db with that above command, it gives me this:
----- BEGIN BACKTRACE -----
{“backtrace”:[{“b”:“7F48AC0B0000”,“o”:“23E7331”,“s”:"_ZN5mongo15printStackTraceERSo",
–Some more random rarrays and objects and whatnot…—
{“b”:“7F48AC0B0000”,“o”:“2578524”,“s”:"_Znam"},
libc.so.6(__libc_start_main+0xF5) [0x7f48a8e54f45]
mongod(+0xA3B41F) [0x7f48acaeb41f]
----- END BACKTRACE -----
What is that and what should i fix? (The --begin backtrace-- and --end backtrace-- is part of the console.log that comes out)