Advertisement
Guest User

Untitled

a guest
Sep 16th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. dileep@dileep-VirtualBox:~$ sudo mongod --dbpath /var/lib/mongodb/
  2. [sudo] password for dileep:
  3. Sorry, try again.
  4. [sudo] password for dileep:
  5. Mon Sep 16 22:39:57.195 [initandlisten] MongoDB starting : pid=2583 port=27017 dbpath=/var/lib/mongodb/ 64-bit host=dileep-VirtualBox
  6. Mon Sep 16 22:39:57.195 [initandlisten] db version v2.4.6
  7. Mon Sep 16 22:39:57.195 [initandlisten] git version: b9925db5eac369d77a3a5f5d98a145eaaacd9673
  8. Mon Sep 16 22:39:57.196 [initandlisten] build info: Linux ip-10-2-29-40 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_49
  9. Mon Sep 16 22:39:57.196 [initandlisten] allocator: tcmalloc
  10. Mon Sep 16 22:39:57.196 [initandlisten] options: { dbpath: "/var/lib/mongodb/" }
  11. Mon Sep 16 22:39:57.268 [initandlisten] journal dir=/var/lib/mongodb/journal
  12. Mon Sep 16 22:39:57.268 [initandlisten] recover : no journal files present, no recovery needed
  13. Mon Sep 16 22:39:57.357 [initandlisten] waiting for connections on port 27017
  14. Mon Sep 16 22:39:57.357 [websvr] admin web console waiting for connections on port 28017
  15. Mon Sep 16 22:40:59.871 [TTLMonitor] query local.system.indexes query: { expireAfterSeconds: { $exists: true } } ntoreturn:0 ntoskip:0 nscanned:0 keyUpdates:0 locks(micros) r:2041094 nreturned:0 reslen:20 2033ms
  16. Mon Sep 16 22:41:08.871 [initandlisten] connection accepted from 127.0.0.1:43179 #1 (1 connection now open)
  17. Mon Sep 16 22:41:08.886 [initandlisten] connection accepted from 127.0.0.1:43180 #2 (2 connections now open)
  18. Mon Sep 16 22:41:08.886 [initandlisten] connection accepted from 127.0.0.1:43181 #3 (3 connections now open)
  19. Mon Sep 16 22:41:08.886 [initandlisten] connection accepted from 127.0.0.1:43182 #4 (4 connections now open)
  20. Mon Sep 16 22:41:08.886 [initandlisten] connection accepted from 127.0.0.1:43183 #5 (5 connections now open)
  21. Mon Sep 16 22:41:09.120 [conn4] end connection 127.0.0.1:43182 (4 connections now open)
  22. Mon Sep 16 22:41:09.120 [conn3] end connection 127.0.0.1:43181 (4 connections now open)
  23. Mon Sep 16 22:41:09.120 [conn1] end connection 127.0.0.1:43179 (4 connections now open)
  24. Mon Sep 16 22:41:09.121 [conn5] end connection 127.0.0.1:43183 (4 connections now open)
  25. Mon Sep 16 22:41:09.121 [conn2] end connection 127.0.0.1:43180 (4 connections now open)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement