Skip to content

Instantly share code, notes, and snippets.

@holys
Created October 6, 2012 03:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save holys/3843639 to your computer and use it in GitHub Desktop.
Save holys/3843639 to your computer and use it in GitHub Desktop.
/var/log/mongodb/mongod.log Oct.6
Sat Oct 6 11:29:45
Sat Oct 6 11:29:45 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Sat Oct 6 11:29:45
Sat Oct 6 11:29:45 [initandlisten] MongoDB starting : pid=935 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Sat Oct 6 11:29:45 [initandlisten]
Sat Oct 6 11:29:45 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Sat Oct 6 11:29:45 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Sat Oct 6 11:29:45 [initandlisten] ** with --journal, the limit is lower
Sat Oct 6 11:29:45 [initandlisten]
Sat Oct 6 11:29:45 [initandlisten] db version v2.2.0, pdfile version 4.5
Sat Oct 6 11:29:45 [initandlisten] git version: nogitversion
Sat Oct 6 11:29:45 [initandlisten] build info: Linux brynhild 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 09:14:51 CEST 2012 i686 BOOST_LIB_VERSION=1_49
Sat Oct 6 11:29:45 [initandlisten] options: { bind_ip: "127.0.0.1", config: "/etc/mongodb.conf", dbpath: "/var/lib/mongodb", fork: true, logappend: "true", logpath: "/var/log/mongodb/mongod.log", quiet: "true" }
Sat Oct 6 11:29:45 [initandlisten] exception in initAndListen: 10309 Unable to create/open lock file: /var/lib/mongodb/mongod.lock errno:13 Permission denied Is a mongod instance already running?, terminating
Sat Oct 6 11:29:45 dbexit:
Sat Oct 6 11:29:45 [initandlisten] shutdown: going to close listening sockets...
Sat Oct 6 11:29:45 [initandlisten] shutdown: going to flush diaglog...
Sat Oct 6 11:29:45 [initandlisten] shutdown: going to close sockets...
Sat Oct 6 11:29:45 [initandlisten] shutdown: waiting for fs preallocator...
Sat Oct 6 11:29:45 [initandlisten] shutdown: closing all files...
Sat Oct 6 11:29:45 [initandlisten] closeAllFiles() finished
Sat Oct 6 11:29:45 [initandlisten] shutdown: removing fs lock...
Sat Oct 6 11:29:45 [initandlisten] couldn't remove fs lock errno:9 Bad file descriptor
Sat Oct 6 11:29:45 dbexit: really exiting now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment