Created
January 20, 2012 01:03
-
-
Save danishkhan/1644182 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ☁ mongod | |
| mongod --help for help and startup options | |
| Thu Jan 19 17:01:31 [initandlisten] MongoDB starting : pid=74915 port=27017 dbpath=/data/db/ 64-bit host=dkhan.local | |
| Thu Jan 19 17:01:31 [initandlisten] db version v2.0.2, pdfile version 4.5 | |
| Thu Jan 19 17:01:31 [initandlisten] git version: 514b122d308928517f5841888ceaa4246a7f18e3 | |
| Thu Jan 19 17:01:31 [initandlisten] build info: Darwin erh2.10gen.cc 9.6.0 Darwin Kernel Version 9.6.0: Mon Nov 24 17:37:00 PST 2008; root:xnu-1228.9.59~1/RELEASE_I386 i386 BOOST_LIB_VERSION=1_40 | |
| Thu Jan 19 17:01:31 [initandlisten] options: {} | |
| Thu Jan 19 17:01:31 [initandlisten] exception in initAndListen: 10296 dbpath (/data/db/) does not exist, terminating | |
| Thu Jan 19 17:01:31 dbexit: | |
| Thu Jan 19 17:01:31 [initandlisten] shutdown: going to close listening sockets... | |
| Thu Jan 19 17:01:31 [initandlisten] shutdown: going to flush diaglog... | |
| Thu Jan 19 17:01:31 [initandlisten] shutdown: going to close sockets... | |
| Thu Jan 19 17:01:31 [initandlisten] shutdown: waiting for fs preallocator... | |
| Thu Jan 19 17:01:31 [initandlisten] shutdown: lock for final commit... | |
| Thu Jan 19 17:01:31 [initandlisten] shutdown: final commit... | |
| Thu Jan 19 17:01:31 [initandlisten] shutdown: closing all files... | |
| Thu Jan 19 17:01:31 [initandlisten] closeAllFiles() finished | |
| Thu Jan 19 17:01:31 dbexit: really exiting now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment