Skip to content

Instantly share code, notes, and snippets.

Created October 6, 2012 03:10
Show Gist options
  • Save anonymous/3843631 to your computer and use it in GitHub Desktop.
Save anonymous/3843631 to your computer and use it in GitHub Desktop.
/var/log/mongodb/mongod.log
Tue Sep 25 20:35:21
Tue Sep 25 20:35:21 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Tue Sep 25 20:35:21
Tue Sep 25 20:35:22 [initandlisten] MongoDB starting : pid=7596 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Tue Sep 25 20:35:22 [initandlisten]
Tue Sep 25 20:35:22 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Tue Sep 25 20:35:22 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Tue Sep 25 20:35:22 [initandlisten] ** with --journal, the limit is lower
Tue Sep 25 20:35:22 [initandlisten]
Tue Sep 25 20:35:22 [initandlisten] db version v2.2.0, pdfile version 4.5
Tue Sep 25 20:35:22 [initandlisten] git version: nogitversion
Tue Sep 25 20:35:22 [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
Tue Sep 25 20:35:22 [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" }
Tue Sep 25 20:35:22 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
Tue Sep 25 20:35:22 [initandlisten] waiting for connections on port 27017
Tue Sep 25 20:35:22 [websvr] admin web console waiting for connections on port 28017
Tue Sep 25 20:57:18 [FileAllocator] allocating new datafile /var/lib/mongodb/node_club_dev.ns, filling with zeroes...
Tue Sep 25 20:57:18 [FileAllocator] creating directory /var/lib/mongodb/_tmp
Tue Sep 25 20:57:18 [FileAllocator] done allocating datafile /var/lib/mongodb/node_club_dev.ns, size: 16MB, took 0.017 secs
Tue Sep 25 20:57:18 [FileAllocator] allocating new datafile /var/lib/mongodb/node_club_dev.0, filling with zeroes...
Tue Sep 25 20:57:18 [FileAllocator] done allocating datafile /var/lib/mongodb/node_club_dev.0, size: 16MB, took 0.04 secs
Tue Sep 25 20:57:18 [FileAllocator] allocating new datafile /var/lib/mongodb/node_club_dev.1, filling with zeroes...
Tue Sep 25 20:57:18 [conn3] build index node_club_dev.users { _id: 1 }
Tue Sep 25 20:57:18 [conn3] build index done. scanned 0 total records. 0 secs
Tue Sep 25 20:57:18 [conn3] info: creating collection node_club_dev.users on add index
Tue Sep 25 20:57:18 [conn3] build index node_club_dev.users { name: 1 }
Tue Sep 25 20:57:18 [conn3] build index done. scanned 0 total records. 0 secs
Tue Sep 25 20:57:18 [conn3] insert node_club_dev.system.indexes keyUpdates:0 locks(micros) w:144066 144ms
Tue Sep 25 20:57:18 [conn3] build index node_club_dev.users { loginname: 1 }
Tue Sep 25 20:57:18 [conn3] build index done. scanned 0 total records. 0 secs
Tue Sep 25 20:57:18 [conn3] build index node_club_dev.users { email: 1 }
Tue Sep 25 20:57:18 [conn3] build index done. scanned 0 total records. 0 secs
Tue Sep 25 20:57:18 [conn3] build index node_club_dev.replies { _id: 1 }
Tue Sep 25 20:57:18 [conn3] build index done. scanned 0 total records. 0 secs
Tue Sep 25 20:57:18 [conn3] info: creating collection node_club_dev.replies on add index
Tue Sep 25 20:57:18 [conn3] build index node_club_dev.replies { topic_id: 1 }
Tue Sep 25 20:57:18 [conn3] build index done. scanned 0 total records. 0 secs
Tue Sep 25 20:57:18 [conn3] build index node_club_dev.tagcollects { _id: 1 }
Tue Sep 25 20:57:18 [conn3] build index done. scanned 0 total records. 0 secs
Tue Sep 25 20:57:18 [conn3] info: creating collection node_club_dev.tagcollects on add index
Tue Sep 25 20:57:18 [conn3] build index node_club_dev.tagcollects { user_id: 1 }
Tue Sep 25 20:57:18 [conn3] build index done. scanned 0 total records. 0 secs
Tue Sep 25 20:57:18 [conn3] build index node_club_dev.messages { _id: 1 }
Tue Sep 25 20:57:18 [conn3] build index done. scanned 0 total records. 0 secs
Tue Sep 25 20:57:18 [conn3] info: creating collection node_club_dev.messages on add index
Tue Sep 25 20:57:18 [conn3] build index node_club_dev.messages { master_id: 1 }
Tue Sep 25 20:57:18 [conn3] build index done. scanned 0 total records. 0 secs
Tue Sep 25 20:57:18 [FileAllocator] done allocating datafile /var/lib/mongodb/node_club_dev.1, size: 32MB, took 0.033 secs
Wed Sep 26 06:10:03 got signal 15 (Terminated), will terminate after current cmd ends
Wed Sep 26 06:10:03 [interruptThread] now exiting
Wed Sep 26 06:10:03 dbexit:
Wed Sep 26 06:10:03 [interruptThread] shutdown: going to close listening sockets...
Wed Sep 26 06:10:03 [interruptThread] closing listening socket: 5
Wed Sep 26 06:10:03 [interruptThread] closing listening socket: 6
Wed Sep 26 06:10:03 [interruptThread] closing listening socket: 7
Wed Sep 26 06:10:03 [interruptThread] removing socket file: /tmp/mongodb-27017.sock
Wed Sep 26 06:10:03 [interruptThread] shutdown: going to flush diaglog...
Wed Sep 26 06:10:03 [interruptThread] shutdown: going to close sockets...
Wed Sep 26 06:10:03 [interruptThread] shutdown: waiting for fs preallocator...
Wed Sep 26 06:10:03 [interruptThread] shutdown: closing all files...
Wed Sep 26 06:10:03 [interruptThread] closeAllFiles() finished
Wed Sep 26 06:10:03 [interruptThread] shutdown: removing fs lock...
Wed Sep 26 06:10:03 dbexit: really exiting now
***** SERVER RESTARTED *****
Wed Sep 26 15:09:05
Wed Sep 26 15:09:05 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Wed Sep 26 15:09:05
Wed Sep 26 15:09:05 [initandlisten] MongoDB starting : pid=16171 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Wed Sep 26 15:09:05 [initandlisten]
Wed Sep 26 15:09:05 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Wed Sep 26 15:09:05 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Wed Sep 26 15:09:05 [initandlisten] ** with --journal, the limit is lower
Wed Sep 26 15:09:05 [initandlisten]
Wed Sep 26 15:09:05 [initandlisten] db version v2.2.0, pdfile version 4.5
Wed Sep 26 15:09:05 [initandlisten] git version: nogitversion
Wed Sep 26 15:09:05 [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
Wed Sep 26 15:09:05 [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" }
Wed Sep 26 15:09:05 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
Wed Sep 26 15:09:05 [initandlisten] waiting for connections on port 27017
Wed Sep 26 15:09:05 [websvr] admin web console waiting for connections on port 28017
Wed Sep 26 16:47:04 got signal 15 (Terminated), will terminate after current cmd ends
Wed Sep 26 16:47:04 [interruptThread] now exiting
Wed Sep 26 16:47:04 dbexit:
Wed Sep 26 16:47:04 [interruptThread] shutdown: going to close listening sockets...
Wed Sep 26 16:47:04 [interruptThread] closing listening socket: 5
Wed Sep 26 16:47:04 [interruptThread] closing listening socket: 6
Wed Sep 26 16:47:04 [interruptThread] closing listening socket: 7
Wed Sep 26 16:47:04 [interruptThread] removing socket file: /tmp/mongodb-27017.sock
Wed Sep 26 16:47:04 [interruptThread] shutdown: going to flush diaglog...
Wed Sep 26 16:47:04 [interruptThread] shutdown: going to close sockets...
Wed Sep 26 16:47:04 [interruptThread] shutdown: waiting for fs preallocator...
Wed Sep 26 16:47:04 [interruptThread] shutdown: closing all files...
Wed Sep 26 16:47:04 [interruptThread] closeAllFiles() finished
Wed Sep 26 16:47:04 [interruptThread] shutdown: removing fs lock...
Wed Sep 26 16:47:04 dbexit: really exiting now
***** SERVER RESTARTED *****
Wed Sep 26 16:47:04
Wed Sep 26 16:47:04 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Wed Sep 26 16:47:04
Wed Sep 26 16:47:04 [initandlisten] MongoDB starting : pid=19540 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Wed Sep 26 16:47:04 [initandlisten]
Wed Sep 26 16:47:04 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Wed Sep 26 16:47:04 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Wed Sep 26 16:47:04 [initandlisten] ** with --journal, the limit is lower
Wed Sep 26 16:47:04 [initandlisten]
Wed Sep 26 16:47:04 [initandlisten] db version v2.2.0, pdfile version 4.5
Wed Sep 26 16:47:04 [initandlisten] git version: nogitversion
Wed Sep 26 16:47:04 [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
Wed Sep 26 16:47:04 [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" }
Wed Sep 26 16:47:04 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
Wed Sep 26 16:47:04 [initandlisten] waiting for connections on port 27017
Wed Sep 26 16:47:04 [websvr] admin web console waiting for connections on port 28017
Thu Sep 27 06:10:03 got signal 15 (Terminated), will terminate after current cmd ends
Thu Sep 27 06:10:03 [interruptThread] now exiting
Thu Sep 27 06:10:03 dbexit:
Thu Sep 27 06:10:03 [interruptThread] shutdown: going to close listening sockets...
Thu Sep 27 06:10:03 [interruptThread] closing listening socket: 5
Thu Sep 27 06:10:03 [interruptThread] closing listening socket: 6
Thu Sep 27 06:10:03 [interruptThread] closing listening socket: 7
Thu Sep 27 06:10:03 [interruptThread] removing socket file: /tmp/mongodb-27017.sock
Thu Sep 27 06:10:03 [interruptThread] shutdown: going to flush diaglog...
Thu Sep 27 06:10:03 [interruptThread] shutdown: going to close sockets...
Thu Sep 27 06:10:03 [interruptThread] shutdown: waiting for fs preallocator...
Thu Sep 27 06:10:03 [interruptThread] shutdown: closing all files...
Thu Sep 27 06:10:03 [interruptThread] closeAllFiles() finished
Thu Sep 27 06:10:03 [interruptThread] shutdown: removing fs lock...
Thu Sep 27 06:10:03 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Sep 27 20:18:01
Thu Sep 27 20:18:01 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Sep 27 20:18:01
Thu Sep 27 20:18:01 [initandlisten] MongoDB starting : pid=11079 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Sep 27 20:18:01 [initandlisten]
Thu Sep 27 20:18:01 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Sep 27 20:18:01 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Sep 27 20:18:01 [initandlisten] ** with --journal, the limit is lower
Thu Sep 27 20:18:01 [initandlisten]
Thu Sep 27 20:18:01 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Sep 27 20:18:01 [initandlisten] git version: nogitversion
Thu Sep 27 20:18:01 [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
Thu Sep 27 20:18:01 [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" }
Thu Sep 27 20:18:01 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
Thu Sep 27 20:18:01 [initandlisten] waiting for connections on port 27017
Thu Sep 27 20:18:01 [websvr] admin web console waiting for connections on port 28017
Fri Sep 28 06:10:02 got signal 15 (Terminated), will terminate after current cmd ends
Fri Sep 28 06:10:02 [interruptThread] now exiting
Fri Sep 28 06:10:02 dbexit:
Fri Sep 28 06:10:02 [interruptThread] shutdown: going to close listening sockets...
Fri Sep 28 06:10:02 [interruptThread] closing listening socket: 5
Fri Sep 28 06:10:02 [interruptThread] closing listening socket: 6
Fri Sep 28 06:10:02 [interruptThread] closing listening socket: 7
Fri Sep 28 06:10:02 [interruptThread] removing socket file: /tmp/mongodb-27017.sock
Fri Sep 28 06:10:02 [interruptThread] shutdown: going to flush diaglog...
Fri Sep 28 06:10:02 [interruptThread] shutdown: going to close sockets...
Fri Sep 28 06:10:02 [interruptThread] shutdown: waiting for fs preallocator...
Fri Sep 28 06:10:02 [interruptThread] shutdown: closing all files...
Fri Sep 28 06:10:02 [interruptThread] closeAllFiles() finished
Fri Sep 28 06:10:02 [interruptThread] shutdown: removing fs lock...
Fri Sep 28 06:10:02 dbexit: really exiting now
***** SERVER RESTARTED *****
Fri Sep 28 06:10:25
Fri Sep 28 06:10:25 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Fri Sep 28 06:10:25
Fri Sep 28 06:10:25 [initandlisten] MongoDB starting : pid=446 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Fri Sep 28 06:10:25 [initandlisten]
Fri Sep 28 06:10:25 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Fri Sep 28 06:10:25 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Fri Sep 28 06:10:25 [initandlisten] ** with --journal, the limit is lower
Fri Sep 28 06:10:25 [initandlisten]
Fri Sep 28 06:10:25 [initandlisten] db version v2.2.0, pdfile version 4.5
Fri Sep 28 06:10:25 [initandlisten] git version: nogitversion
Fri Sep 28 06:10:25 [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
Fri Sep 28 06:10:25 [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" }
Fri Sep 28 06:10:25 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
Fri Sep 28 06:10:25 [initandlisten] query node_club_dev.system.namespaces query: { options.temp: { $in: [ true, 1 ] } } ntoreturn:0 ntoskip:0 nscanned:15 keyUpdates:0 nreturned:0 reslen:20 128ms
Fri Sep 28 06:10:25 [initandlisten] waiting for connections on port 27017
Fri Sep 28 06:10:25 [websvr] admin web console waiting for connections on port 28017
***** SERVER RESTARTED *****
Fri Sep 28 19:06:54
Fri Sep 28 19:06:54 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Fri Sep 28 19:06:54
Fri Sep 28 19:06:54 [initandlisten] MongoDB starting : pid=456 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Fri Sep 28 19:06:54 [initandlisten]
Fri Sep 28 19:06:54 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Fri Sep 28 19:06:54 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Fri Sep 28 19:06:54 [initandlisten] ** with --journal, the limit is lower
Fri Sep 28 19:06:54 [initandlisten]
Fri Sep 28 19:06:54 [initandlisten] db version v2.2.0, pdfile version 4.5
Fri Sep 28 19:06:54 [initandlisten] git version: nogitversion
Fri Sep 28 19:06:54 [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
Fri Sep 28 19:06:54 [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" }
Fri Sep 28 19:06:54 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Fri Sep 28 19:06:54 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Fri Sep 28 19:06:54 dbexit:
Fri Sep 28 19:06:54 [initandlisten] shutdown: going to close listening sockets...
Fri Sep 28 19:06:54 [initandlisten] shutdown: going to flush diaglog...
Fri Sep 28 19:06:54 [initandlisten] shutdown: going to close sockets...
Fri Sep 28 19:06:54 [initandlisten] shutdown: waiting for fs preallocator...
Fri Sep 28 19:06:54 [initandlisten] shutdown: closing all files...
Fri Sep 28 19:06:54 [initandlisten] closeAllFiles() finished
Fri Sep 28 19:06:54 dbexit: really exiting now
***** SERVER RESTARTED *****
Sat Sep 29 06:10:24
Sat Sep 29 06:10:24 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Sat Sep 29 06:10:24
Sat Sep 29 06:10:24 [initandlisten] MongoDB starting : pid=468 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Sat Sep 29 06:10:24 [initandlisten]
Sat Sep 29 06:10:24 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Sat Sep 29 06:10:24 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Sat Sep 29 06:10:24 [initandlisten] ** with --journal, the limit is lower
Sat Sep 29 06:10:24 [initandlisten]
Sat Sep 29 06:10:24 [initandlisten] db version v2.2.0, pdfile version 4.5
Sat Sep 29 06:10:24 [initandlisten] git version: nogitversion
Sat Sep 29 06:10:24 [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 Sep 29 06:10:24 [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 Sep 29 06:10:24 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Sat Sep 29 06:10:24 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Sat Sep 29 06:10:24 dbexit:
Sat Sep 29 06:10:24 [initandlisten] shutdown: going to close listening sockets...
Sat Sep 29 06:10:24 [initandlisten] shutdown: going to flush diaglog...
Sat Sep 29 06:10:24 [initandlisten] shutdown: going to close sockets...
Sat Sep 29 06:10:24 [initandlisten] shutdown: waiting for fs preallocator...
Sat Sep 29 06:10:24 [initandlisten] shutdown: closing all files...
Sat Sep 29 06:10:24 [initandlisten] closeAllFiles() finished
Sat Sep 29 06:10:24 dbexit: really exiting now
***** SERVER RESTARTED *****
Sun Sep 30 06:10:25
Sun Sep 30 06:10:25 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Sun Sep 30 06:10:25
Sun Sep 30 06:10:25 [initandlisten] MongoDB starting : pid=446 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Sun Sep 30 06:10:25 [initandlisten]
Sun Sep 30 06:10:25 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Sun Sep 30 06:10:25 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Sun Sep 30 06:10:25 [initandlisten] ** with --journal, the limit is lower
Sun Sep 30 06:10:25 [initandlisten]
Sun Sep 30 06:10:25 [initandlisten] db version v2.2.0, pdfile version 4.5
Sun Sep 30 06:10:25 [initandlisten] git version: nogitversion
Sun Sep 30 06:10:25 [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
Sun Sep 30 06:10:25 [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" }
Sun Sep 30 06:10:25 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Sun Sep 30 06:10:25 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Sun Sep 30 06:10:25 dbexit:
Sun Sep 30 06:10:25 [initandlisten] shutdown: going to close listening sockets...
Sun Sep 30 06:10:25 [initandlisten] shutdown: going to flush diaglog...
Sun Sep 30 06:10:25 [initandlisten] shutdown: going to close sockets...
Sun Sep 30 06:10:25 [initandlisten] shutdown: waiting for fs preallocator...
Sun Sep 30 06:10:25 [initandlisten] shutdown: closing all files...
Sun Sep 30 06:10:25 [initandlisten] closeAllFiles() finished
Sun Sep 30 06:10:25 dbexit: really exiting now
***** SERVER RESTARTED *****
Mon Oct 1 06:10:23
Mon Oct 1 06:10:23 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Mon Oct 1 06:10:23
Mon Oct 1 06:10:23 [initandlisten] MongoDB starting : pid=445 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Mon Oct 1 06:10:23 [initandlisten]
Mon Oct 1 06:10:23 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Mon Oct 1 06:10:23 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Mon Oct 1 06:10:23 [initandlisten] ** with --journal, the limit is lower
Mon Oct 1 06:10:23 [initandlisten]
Mon Oct 1 06:10:23 [initandlisten] db version v2.2.0, pdfile version 4.5
Mon Oct 1 06:10:23 [initandlisten] git version: nogitversion
Mon Oct 1 06:10:23 [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
Mon Oct 1 06:10:23 [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" }
Mon Oct 1 06:10:23 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Mon Oct 1 06:10:23 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Mon Oct 1 06:10:23 dbexit:
Mon Oct 1 06:10:23 [initandlisten] shutdown: going to close listening sockets...
Mon Oct 1 06:10:23 [initandlisten] shutdown: going to flush diaglog...
Mon Oct 1 06:10:23 [initandlisten] shutdown: going to close sockets...
Mon Oct 1 06:10:23 [initandlisten] shutdown: waiting for fs preallocator...
Mon Oct 1 06:10:23 [initandlisten] shutdown: closing all files...
Mon Oct 1 06:10:23 [initandlisten] closeAllFiles() finished
Mon Oct 1 06:10:23 dbexit: really exiting now
***** SERVER RESTARTED *****
Tue Oct 2 06:10:25
Tue Oct 2 06:10:25 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Tue Oct 2 06:10:25
Tue Oct 2 06:10:25 [initandlisten] MongoDB starting : pid=448 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Tue Oct 2 06:10:25 [initandlisten]
Tue Oct 2 06:10:25 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Tue Oct 2 06:10:25 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Tue Oct 2 06:10:25 [initandlisten] ** with --journal, the limit is lower
Tue Oct 2 06:10:25 [initandlisten]
Tue Oct 2 06:10:25 [initandlisten] db version v2.2.0, pdfile version 4.5
Tue Oct 2 06:10:25 [initandlisten] git version: nogitversion
Tue Oct 2 06:10:25 [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
Tue Oct 2 06:10:25 [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" }
Tue Oct 2 06:10:25 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Tue Oct 2 06:10:25 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Tue Oct 2 06:10:25 dbexit:
Tue Oct 2 06:10:25 [initandlisten] shutdown: going to close listening sockets...
Tue Oct 2 06:10:25 [initandlisten] shutdown: going to flush diaglog...
Tue Oct 2 06:10:25 [initandlisten] shutdown: going to close sockets...
Tue Oct 2 06:10:25 [initandlisten] shutdown: waiting for fs preallocator...
Tue Oct 2 06:10:25 [initandlisten] shutdown: closing all files...
Tue Oct 2 06:10:25 [initandlisten] closeAllFiles() finished
Tue Oct 2 06:10:25 dbexit: really exiting now
***** SERVER RESTARTED *****
Wed Oct 3 06:10:25
Wed Oct 3 06:10:25 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Wed Oct 3 06:10:25
Wed Oct 3 06:10:25 [initandlisten] MongoDB starting : pid=458 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Wed Oct 3 06:10:25 [initandlisten]
Wed Oct 3 06:10:25 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Wed Oct 3 06:10:25 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Wed Oct 3 06:10:25 [initandlisten] ** with --journal, the limit is lower
Wed Oct 3 06:10:25 [initandlisten]
Wed Oct 3 06:10:25 [initandlisten] db version v2.2.0, pdfile version 4.5
Wed Oct 3 06:10:25 [initandlisten] git version: nogitversion
Wed Oct 3 06:10:25 [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
Wed Oct 3 06:10:25 [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" }
Wed Oct 3 06:10:25 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Wed Oct 3 06:10:25 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Wed Oct 3 06:10:25 dbexit:
Wed Oct 3 06:10:25 [initandlisten] shutdown: going to close listening sockets...
Wed Oct 3 06:10:25 [initandlisten] shutdown: going to flush diaglog...
Wed Oct 3 06:10:25 [initandlisten] shutdown: going to close sockets...
Wed Oct 3 06:10:25 [initandlisten] shutdown: waiting for fs preallocator...
Wed Oct 3 06:10:25 [initandlisten] shutdown: closing all files...
Wed Oct 3 06:10:25 [initandlisten] closeAllFiles() finished
Wed Oct 3 06:10:25 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 06:10:24
Thu Oct 4 06:10:24 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 06:10:24
Thu Oct 4 06:10:24 [initandlisten] MongoDB starting : pid=453 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 06:10:24 [initandlisten]
Thu Oct 4 06:10:24 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 06:10:24 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 06:10:24 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 06:10:24 [initandlisten]
Thu Oct 4 06:10:24 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 06:10:24 [initandlisten] git version: nogitversion
Thu Oct 4 06:10:24 [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
Thu Oct 4 06:10:24 [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" }
Thu Oct 4 06:10:24 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 06:10:24 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 06:10:24 dbexit:
Thu Oct 4 06:10:24 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 06:10:24 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 06:10:24 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 06:10:24 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 06:10:24 [initandlisten] shutdown: closing all files...
Thu Oct 4 06:10:24 [initandlisten] closeAllFiles() finished
Thu Oct 4 06:10:24 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:29:33
Thu Oct 4 14:29:33 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:29:33
Thu Oct 4 14:29:33 [initandlisten] MongoDB starting : pid=6782 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:29:33 [initandlisten]
Thu Oct 4 14:29:33 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:29:33 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:29:33 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:29:33 [initandlisten]
Thu Oct 4 14:29:33 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:29:33 [initandlisten] git version: nogitversion
Thu Oct 4 14:29:33 [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
Thu Oct 4 14:29:33 [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" }
Thu Oct 4 14:29:33 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:29:33 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:29:33 dbexit:
Thu Oct 4 14:29:33 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:29:33 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:29:33 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:29:33 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:29:33 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:29:33 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:29:33 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:29:35
Thu Oct 4 14:29:35 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:29:35
Thu Oct 4 14:29:35 [initandlisten] MongoDB starting : pid=6839 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:29:35 [initandlisten]
Thu Oct 4 14:29:35 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:29:35 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:29:35 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:29:35 [initandlisten]
Thu Oct 4 14:29:35 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:29:35 [initandlisten] git version: nogitversion
Thu Oct 4 14:29:35 [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
Thu Oct 4 14:29:35 [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" }
Thu Oct 4 14:29:35 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:29:35 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:29:35 dbexit:
Thu Oct 4 14:29:35 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:29:35 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:29:35 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:29:35 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:29:35 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:29:35 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:29:35 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:30:19
Thu Oct 4 14:30:19 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:30:19
Thu Oct 4 14:30:19 [initandlisten] MongoDB starting : pid=7326 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:30:19 [initandlisten]
Thu Oct 4 14:30:19 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:30:19 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:30:19 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:30:19 [initandlisten]
Thu Oct 4 14:30:19 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:30:19 [initandlisten] git version: nogitversion
Thu Oct 4 14:30:19 [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
Thu Oct 4 14:30:19 [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" }
Thu Oct 4 14:30:19 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:30:19 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:30:19 dbexit:
Thu Oct 4 14:30:19 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:30:19 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:30:19 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:30:19 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:30:19 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:30:19 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:30:19 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:30:22
Thu Oct 4 14:30:22 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:30:22
Thu Oct 4 14:30:22 [initandlisten] MongoDB starting : pid=7428 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:30:22 [initandlisten]
Thu Oct 4 14:30:22 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:30:22 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:30:22 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:30:22 [initandlisten]
Thu Oct 4 14:30:22 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:30:22 [initandlisten] git version: nogitversion
Thu Oct 4 14:30:22 [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
Thu Oct 4 14:30:22 [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" }
Thu Oct 4 14:30:22 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:30:22 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:30:22 dbexit:
Thu Oct 4 14:30:22 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:30:22 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:30:22 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:30:22 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:30:22 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:30:22 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:30:22 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:30:35
Thu Oct 4 14:30:35 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:30:35
Thu Oct 4 14:30:35 [initandlisten] MongoDB starting : pid=7535 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:30:35 [initandlisten]
Thu Oct 4 14:30:35 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:30:35 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:30:35 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:30:35 [initandlisten]
Thu Oct 4 14:30:35 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:30:35 [initandlisten] git version: nogitversion
Thu Oct 4 14:30:35 [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
Thu Oct 4 14:30:35 [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" }
Thu Oct 4 14:30:35 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:30:35 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:30:35 dbexit:
Thu Oct 4 14:30:35 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:30:35 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:30:35 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:30:35 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:30:35 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:30:35 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:30:35 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:31:13
Thu Oct 4 14:31:13 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:31:13
Thu Oct 4 14:31:13 [initandlisten] MongoDB starting : pid=7605 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:31:13 [initandlisten]
Thu Oct 4 14:31:13 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:31:13 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:31:13 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:31:13 [initandlisten]
Thu Oct 4 14:31:13 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:31:13 [initandlisten] git version: nogitversion
Thu Oct 4 14:31:13 [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
Thu Oct 4 14:31:13 [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" }
Thu Oct 4 14:31:13 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:31:13 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:31:13 dbexit:
Thu Oct 4 14:31:13 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:31:13 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:31:13 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:31:13 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:31:13 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:31:13 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:31:13 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:31:17
Thu Oct 4 14:31:17 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:31:17
Thu Oct 4 14:31:17 [initandlisten] MongoDB starting : pid=7661 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:31:17 [initandlisten]
Thu Oct 4 14:31:17 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:31:17 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:31:17 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:31:17 [initandlisten]
Thu Oct 4 14:31:17 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:31:17 [initandlisten] git version: nogitversion
Thu Oct 4 14:31:17 [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
Thu Oct 4 14:31:17 [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" }
Thu Oct 4 14:31:17 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:31:17 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:31:17 dbexit:
Thu Oct 4 14:31:17 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:31:17 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:31:17 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:31:17 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:31:17 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:31:17 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:31:17 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:31:19
Thu Oct 4 14:31:19 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:31:19
Thu Oct 4 14:31:19 [initandlisten] MongoDB starting : pid=7718 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:31:19 [initandlisten]
Thu Oct 4 14:31:19 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:31:19 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:31:19 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:31:19 [initandlisten]
Thu Oct 4 14:31:19 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:31:19 [initandlisten] git version: nogitversion
Thu Oct 4 14:31:19 [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
Thu Oct 4 14:31:19 [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" }
Thu Oct 4 14:31:19 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:31:19 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:31:19 dbexit:
Thu Oct 4 14:31:19 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:31:19 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:31:19 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:31:19 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:31:19 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:31:19 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:31:19 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:31:20
Thu Oct 4 14:31:20 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:31:20
Thu Oct 4 14:31:20 [initandlisten] MongoDB starting : pid=7774 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:31:20 [initandlisten]
Thu Oct 4 14:31:20 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:31:20 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:31:20 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:31:20 [initandlisten]
Thu Oct 4 14:31:20 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:31:20 [initandlisten] git version: nogitversion
Thu Oct 4 14:31:20 [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
Thu Oct 4 14:31:20 [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" }
Thu Oct 4 14:31:20 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:31:20 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:31:20 dbexit:
Thu Oct 4 14:31:20 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:31:20 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:31:20 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:31:20 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:31:20 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:31:20 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:31:20 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:31:21
Thu Oct 4 14:31:21 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:31:21
Thu Oct 4 14:31:21 [initandlisten] MongoDB starting : pid=7830 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:31:21 [initandlisten]
Thu Oct 4 14:31:21 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:31:21 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:31:21 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:31:21 [initandlisten]
Thu Oct 4 14:31:21 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:31:21 [initandlisten] git version: nogitversion
Thu Oct 4 14:31:21 [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
Thu Oct 4 14:31:21 [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" }
Thu Oct 4 14:31:21 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:31:21 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:31:21 dbexit:
Thu Oct 4 14:31:21 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:31:21 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:31:21 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:31:21 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:31:21 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:31:21 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:31:21 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:31:22
Thu Oct 4 14:31:22 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:31:22
Thu Oct 4 14:31:22 [initandlisten] MongoDB starting : pid=7886 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:31:22 [initandlisten]
Thu Oct 4 14:31:22 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:31:22 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:31:22 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:31:22 [initandlisten]
Thu Oct 4 14:31:22 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:31:22 [initandlisten] git version: nogitversion
Thu Oct 4 14:31:22 [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
Thu Oct 4 14:31:22 [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" }
Thu Oct 4 14:31:22 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:31:22 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:31:22 dbexit:
Thu Oct 4 14:31:22 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:31:22 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:31:22 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:31:22 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:31:22 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:31:22 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:31:22 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:31:23
Thu Oct 4 14:31:23 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:31:23
Thu Oct 4 14:31:23 [initandlisten] MongoDB starting : pid=7942 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:31:23 [initandlisten]
Thu Oct 4 14:31:23 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:31:23 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:31:23 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:31:23 [initandlisten]
Thu Oct 4 14:31:23 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:31:23 [initandlisten] git version: nogitversion
Thu Oct 4 14:31:23 [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
Thu Oct 4 14:31:23 [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" }
Thu Oct 4 14:31:23 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:31:23 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:31:23 dbexit:
Thu Oct 4 14:31:23 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:31:23 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:31:23 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:31:23 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:31:23 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:31:23 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:31:23 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:52:44
Thu Oct 4 14:52:44 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:52:44
Thu Oct 4 14:52:44 [initandlisten] MongoDB starting : pid=8275 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:52:44 [initandlisten]
Thu Oct 4 14:52:44 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:52:44 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:52:44 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:52:44 [initandlisten]
Thu Oct 4 14:52:44 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:52:44 [initandlisten] git version: nogitversion
Thu Oct 4 14:52:44 [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
Thu Oct 4 14:52:44 [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" }
Thu Oct 4 14:52:44 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:52:44 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:52:44 dbexit:
Thu Oct 4 14:52:44 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:52:44 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:52:44 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:52:44 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:52:44 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:52:44 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:52:44 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:52:48
Thu Oct 4 14:52:48 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:52:48
Thu Oct 4 14:52:48 [initandlisten] MongoDB starting : pid=8331 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:52:48 [initandlisten]
Thu Oct 4 14:52:48 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:52:48 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:52:48 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:52:48 [initandlisten]
Thu Oct 4 14:52:48 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:52:48 [initandlisten] git version: nogitversion
Thu Oct 4 14:52:48 [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
Thu Oct 4 14:52:48 [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" }
Thu Oct 4 14:52:48 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:52:48 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:52:48 dbexit:
Thu Oct 4 14:52:48 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:52:48 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:52:48 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:52:48 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:52:48 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:52:48 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:52:48 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:59:06
Thu Oct 4 14:59:06 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:59:06
Thu Oct 4 14:59:06 [initandlisten] MongoDB starting : pid=8466 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:59:06 [initandlisten]
Thu Oct 4 14:59:06 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:59:06 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:59:06 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:59:06 [initandlisten]
Thu Oct 4 14:59:06 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:59:06 [initandlisten] git version: nogitversion
Thu Oct 4 14:59:06 [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
Thu Oct 4 14:59:06 [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" }
Thu Oct 4 14:59:06 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:59:06 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:59:06 dbexit:
Thu Oct 4 14:59:06 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:59:06 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:59:06 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:59:06 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:59:06 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:59:06 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:59:06 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 14:59:22
Thu Oct 4 14:59:22 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 14:59:22
Thu Oct 4 14:59:22 [initandlisten] MongoDB starting : pid=8619 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 14:59:22 [initandlisten]
Thu Oct 4 14:59:22 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 14:59:22 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 14:59:22 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 14:59:22 [initandlisten]
Thu Oct 4 14:59:22 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 14:59:22 [initandlisten] git version: nogitversion
Thu Oct 4 14:59:22 [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
Thu Oct 4 14:59:22 [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" }
Thu Oct 4 14:59:22 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 14:59:22 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 14:59:22 dbexit:
Thu Oct 4 14:59:22 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 14:59:22 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 14:59:22 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 14:59:22 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 14:59:22 [initandlisten] shutdown: closing all files...
Thu Oct 4 14:59:22 [initandlisten] closeAllFiles() finished
Thu Oct 4 14:59:22 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 15:01:18
Thu Oct 4 15:01:18 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 15:01:18
Thu Oct 4 15:01:18 [initandlisten] MongoDB starting : pid=8890 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 15:01:18 [initandlisten]
Thu Oct 4 15:01:18 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 15:01:18 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 15:01:18 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 15:01:18 [initandlisten]
Thu Oct 4 15:01:18 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 15:01:18 [initandlisten] git version: nogitversion
Thu Oct 4 15:01:18 [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
Thu Oct 4 15:01:18 [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" }
Thu Oct 4 15:01:18 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 15:01:18 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 15:01:18 dbexit:
Thu Oct 4 15:01:18 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 15:01:18 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 15:01:18 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 15:01:18 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 15:01:18 [initandlisten] shutdown: closing all files...
Thu Oct 4 15:01:18 [initandlisten] closeAllFiles() finished
Thu Oct 4 15:01:18 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 15:01:25
Thu Oct 4 15:01:25 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 15:01:25
Thu Oct 4 15:01:25 [initandlisten] MongoDB starting : pid=8927 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 15:01:25 [initandlisten]
Thu Oct 4 15:01:25 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 15:01:25 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 15:01:25 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 15:01:25 [initandlisten]
Thu Oct 4 15:01:25 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 15:01:25 [initandlisten] git version: nogitversion
Thu Oct 4 15:01:25 [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
Thu Oct 4 15:01:25 [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" }
Thu Oct 4 15:01:25 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 15:01:25 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 15:01:25 dbexit:
Thu Oct 4 15:01:25 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 15:01:25 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 15:01:25 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 15:01:25 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 15:01:25 [initandlisten] shutdown: closing all files...
Thu Oct 4 15:01:25 [initandlisten] closeAllFiles() finished
Thu Oct 4 15:01:25 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 20:00:41
Thu Oct 4 20:00:41 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 20:00:41
Thu Oct 4 20:00:41 [initandlisten] MongoDB starting : pid=12717 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 20:00:41 [initandlisten]
Thu Oct 4 20:00:41 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 20:00:41 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 20:00:41 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 20:00:41 [initandlisten]
Thu Oct 4 20:00:41 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 20:00:41 [initandlisten] git version: nogitversion
Thu Oct 4 20:00:41 [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
Thu Oct 4 20:00:41 [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" }
Thu Oct 4 20:00:41 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 20:00:41 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 20:00:41 dbexit:
Thu Oct 4 20:00:41 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 20:00:41 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 20:00:41 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 20:00:41 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 20:00:41 [initandlisten] shutdown: closing all files...
Thu Oct 4 20:00:41 [initandlisten] closeAllFiles() finished
Thu Oct 4 20:00:41 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 20:02:52
Thu Oct 4 20:02:52 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 20:02:52
Thu Oct 4 20:02:52 [initandlisten] MongoDB starting : pid=12857 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 20:02:52 [initandlisten]
Thu Oct 4 20:02:52 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 20:02:52 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 20:02:52 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 20:02:52 [initandlisten]
Thu Oct 4 20:02:52 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 20:02:52 [initandlisten] git version: nogitversion
Thu Oct 4 20:02:52 [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
Thu Oct 4 20:02:52 [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" }
Thu Oct 4 20:02:52 [initandlisten] Unable to check for journal files due to: boost::filesystem::basic_directory_iterator constructor: No such file or directory: "/var/lib/mongodb/journal"
**************
Unclean shutdown detected.
Please visit http://dochub.mongodb.org/core/repair for recovery instructions.
*************
Thu Oct 4 20:02:52 [initandlisten] exception in initAndListen: 12596 old lock file, terminating
Thu Oct 4 20:02:52 dbexit:
Thu Oct 4 20:02:52 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 20:02:52 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 20:02:52 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 20:02:52 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 20:02:52 [initandlisten] shutdown: closing all files...
Thu Oct 4 20:02:52 [initandlisten] closeAllFiles() finished
Thu Oct 4 20:02:52 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 20:52:08
Thu Oct 4 20:52:08 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 20:52:08
Thu Oct 4 20:52:09 [initandlisten] MongoDB starting : pid=461 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 20:52:09 [initandlisten]
Thu Oct 4 20:52:09 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 20:52:09 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 20:52:09 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 20:52:09 [initandlisten]
Thu Oct 4 20:52:09 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 20:52:09 [initandlisten] git version: nogitversion
Thu Oct 4 20:52:09 [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
Thu Oct 4 20:52:09 [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" }
Thu Oct 4 20:52:09 [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
Thu Oct 4 20:52:09 dbexit:
Thu Oct 4 20:52:09 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 20:52:09 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 20:52:09 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 20:52:09 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 20:52:09 [initandlisten] shutdown: closing all files...
Thu Oct 4 20:52:09 [initandlisten] closeAllFiles() finished
Thu Oct 4 20:52:09 [initandlisten] shutdown: removing fs lock...
Thu Oct 4 20:52:09 [initandlisten] couldn't remove fs lock errno:9 Bad file descriptor
Thu Oct 4 20:52:09 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 20:53:31
Thu Oct 4 20:53:31 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 20:53:31
Thu Oct 4 20:53:31 [initandlisten] MongoDB starting : pid=652 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 20:53:31 [initandlisten]
Thu Oct 4 20:53:31 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 20:53:31 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 20:53:31 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 20:53:31 [initandlisten]
Thu Oct 4 20:53:31 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 20:53:31 [initandlisten] git version: nogitversion
Thu Oct 4 20:53:31 [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
Thu Oct 4 20:53:31 [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" }
Thu Oct 4 20:53:31 [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
Thu Oct 4 20:53:31 dbexit:
Thu Oct 4 20:53:31 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 20:53:31 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 20:53:31 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 20:53:31 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 20:53:31 [initandlisten] shutdown: closing all files...
Thu Oct 4 20:53:31 [initandlisten] closeAllFiles() finished
Thu Oct 4 20:53:31 [initandlisten] shutdown: removing fs lock...
Thu Oct 4 20:53:31 [initandlisten] couldn't remove fs lock errno:9 Bad file descriptor
Thu Oct 4 20:53:31 dbexit: really exiting now
***** SERVER RESTARTED *****
Thu Oct 4 21:22:49
Thu Oct 4 21:22:49 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Thu Oct 4 21:22:49
Thu Oct 4 21:22:49 [initandlisten] MongoDB starting : pid=1301 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Thu Oct 4 21:22:49 [initandlisten]
Thu Oct 4 21:22:49 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Thu Oct 4 21:22:49 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Thu Oct 4 21:22:49 [initandlisten] ** with --journal, the limit is lower
Thu Oct 4 21:22:49 [initandlisten]
Thu Oct 4 21:22:49 [initandlisten] db version v2.2.0, pdfile version 4.5
Thu Oct 4 21:22:49 [initandlisten] git version: nogitversion
Thu Oct 4 21:22:49 [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
Thu Oct 4 21:22:49 [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" }
Thu Oct 4 21:22:49 [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
Thu Oct 4 21:22:49 dbexit:
Thu Oct 4 21:22:49 [initandlisten] shutdown: going to close listening sockets...
Thu Oct 4 21:22:49 [initandlisten] shutdown: going to flush diaglog...
Thu Oct 4 21:22:49 [initandlisten] shutdown: going to close sockets...
Thu Oct 4 21:22:49 [initandlisten] shutdown: waiting for fs preallocator...
Thu Oct 4 21:22:49 [initandlisten] shutdown: closing all files...
Thu Oct 4 21:22:49 [initandlisten] closeAllFiles() finished
Thu Oct 4 21:22:49 [initandlisten] shutdown: removing fs lock...
Thu Oct 4 21:22:49 [initandlisten] couldn't remove fs lock errno:9 Bad file descriptor
Thu Oct 4 21:22:49 dbexit: really exiting now
***** SERVER RESTARTED *****
Fri Oct 5 09:19:10
Fri Oct 5 09:19:10 warning: 32-bit servers don't have journaling enabled by default. Please use --journal if you want durability.
Fri Oct 5 09:19:10
Fri Oct 5 09:19:10 [initandlisten] MongoDB starting : pid=2907 port=27017 dbpath=/var/lib/mongodb 32-bit host=ftp
Fri Oct 5 09:19:10 [initandlisten]
Fri Oct 5 09:19:10 [initandlisten] ** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data
Fri Oct 5 09:19:10 [initandlisten] ** see http://blog.mongodb.org/post/137788967/32-bit-limitations
Fri Oct 5 09:19:10 [initandlisten] ** with --journal, the limit is lower
Fri Oct 5 09:19:10 [initandlisten]
Fri Oct 5 09:19:10 [initandlisten] db version v2.2.0, pdfile version 4.5
Fri Oct 5 09:19:10 [initandlisten] git version: nogitversion
Fri Oct 5 09:19:10 [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
Fri Oct 5 09:19:10 [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" }
Fri Oct 5 09:19:10 [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
Fri Oct 5 09:19:10 dbexit:
Fri Oct 5 09:19:10 [initandlisten] shutdown: going to close listening sockets...
Fri Oct 5 09:19:10 [initandlisten] shutdown: going to flush diaglog...
Fri Oct 5 09:19:10 [initandlisten] shutdown: going to close sockets...
Fri Oct 5 09:19:10 [initandlisten] shutdown: waiting for fs preallocator...
Fri Oct 5 09:19:10 [initandlisten] shutdown: closing all files...
Fri Oct 5 09:19:10 [initandlisten] closeAllFiles() finished
Fri Oct 5 09:19:10 [initandlisten] shutdown: removing fs lock...
Fri Oct 5 09:19:10 [initandlisten] couldn't remove fs lock errno:9 Bad file descriptor
Fri Oct 5 09:19:10 dbexit: really exiting now
***** SERVER RESTARTED *****
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