Created
June 5, 2015 20:56
-
-
Save ericdill/fdd6c1c5f546bda75619 to your computer and use it in GitHub Desktop.
This file contains 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
edill@xf03id-ca1:~$ mongod | |
mongod --help for help and startup options | |
Fri Jun 5 16:53:55 [initandlisten] MongoDB starting : pid=14510 port=27017 dbpath=/data/db/ 64-bit host=xf03id-ca1 | |
Fri Jun 5 16:53:55 [initandlisten] | |
Fri Jun 5 16:53:55 [initandlisten] ** WARNING: You are running on a NUMA machine. | |
Fri Jun 5 16:53:55 [initandlisten] ** We suggest launching mongod like this to avoid performance problems: | |
Fri Jun 5 16:53:55 [initandlisten] ** numactl --interleave=all mongod [other options] | |
Fri Jun 5 16:53:55 [initandlisten] | |
Fri Jun 5 16:53:55 [initandlisten] db version v2.0.6, pdfile version 4.5 | |
Fri Jun 5 16:53:55 [initandlisten] git version: nogitversion | |
Fri Jun 5 16:53:55 [initandlisten] build info: Linux z6 3.8-trunk-amd64 #1 SMP Debian 3.8.3-1~experimental.1 x86_64 BOOST_LIB_VERSION=1_49 | |
Fri Jun 5 16:53:55 [initandlisten] options: {} | |
Fri Jun 5 16:53:55 [initandlisten] exception in initAndListen: 10296 dbpath (/data/db/) does not exist, terminating | |
Fri Jun 5 16:53:55 dbexit: | |
Fri Jun 5 16:53:55 [initandlisten] shutdown: going to close listening sockets... | |
Fri Jun 5 16:53:55 [initandlisten] shutdown: going to flush diaglog... | |
Fri Jun 5 16:53:55 [initandlisten] shutdown: going to close sockets... | |
Fri Jun 5 16:53:55 [initandlisten] shutdown: waiting for fs preallocator... | |
Fri Jun 5 16:53:55 [initandlisten] shutdown: lock for final commit... | |
Fri Jun 5 16:53:55 [initandlisten] shutdown: final commit... | |
Fri Jun 5 16:53:55 [initandlisten] shutdown: closing all files... | |
Fri Jun 5 16:53:55 [initandlisten] closeAllFiles() finished | |
Fri Jun 5 16:53:55 dbexit: really exiting now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment