Advertisement
Guest User

Untitled

a guest
Sep 18th, 2013
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. sudo mongod --dbpath /var/lib/mongodb/
  2. Wed Sep 18 12:17:08.102 [initandlisten] MongoDB starting : pid=5630 port=27017 dbpath=/var/lib/mongodb/ 64-bit host=mark-VirtualBox
  3. Wed Sep 18 12:17:08.102 [initandlisten] db version v2.4.6
  4. Wed Sep 18 12:17:08.102 [initandlisten] git version: b9925db5eac369d77a3a5f5d98a145eaaacd9673
  5. Wed Sep 18 12:17:08.102 [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
  6. Wed Sep 18 12:17:08.102 [initandlisten] allocator: tcmalloc
  7. Wed Sep 18 12:17:08.102 [initandlisten] options: { dbpath: "/var/lib/mongodb/" }
  8. Wed Sep 18 12:17:08.240 [initandlisten] journal dir=/var/lib/mongodb/journal
  9. Wed Sep 18 12:17:08.240 [initandlisten] recover : no journal files present, no recovery needed
  10. Wed Sep 18 12:17:08.260 [initandlisten] waiting for connections on port 27017
  11. Wed Sep 18 12:17:08.261 [websvr] admin web console waiting for connections on port 28017
  12. Wed Sep 18 12:17:09.909 [initandlisten] connection accepted from 127.0.0.1:41254 #1 (1 connection now open)
  13. Wed Sep 18 12:17:11.720 [initandlisten] connection accepted from 127.0.0.1:41255 #2 (2 connections now open)
  14. Wed Sep 18 12:17:25.131 [initandlisten] connection accepted from 127.0.0.1:41263 #3 (3 connections now open)
  15. Wed Sep 18 12:17:25.132 [initandlisten] connection accepted from 127.0.0.1:41264 #4 (4 connections now open)
  16. Wed Sep 18 12:17:25.135 [initandlisten] connection accepted from 127.0.0.1:41265 #5 (5 connections now open)
  17. Wed Sep 18 12:17:25.135 [initandlisten] connection accepted from 127.0.0.1:41266 #6 (6 connections now open)
  18. Wed Sep 18 12:17:25.137 [initandlisten] connection accepted from 127.0.0.1:41267 #7 (7 connections now open)
  19. Wed Sep 18 12:17:25.149 [conn3] end connection 127.0.0.1:41263 (6 connections now open)
  20. Wed Sep 18 12:17:25.150 [conn4] end connection 127.0.0.1:41264 (5 connections now open)
  21. Wed Sep 18 12:17:25.150 [conn5] end connection 127.0.0.1:41265 (4 connections now open)
  22. Wed Sep 18 12:17:25.150 [conn6] end connection 127.0.0.1:41266 (3 connections now open)
  23. Wed Sep 18 12:17:25.151 [conn7] end connection 127.0.0.1:41267 (2 connections now open)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement