Skip to content

Instantly share code, notes, and snippets.

@razlupercio
Created October 7, 2016 19:00
Show Gist options
  • Save razlupercio/f15da0d922dc08427ba9104863b303ee to your computer and use it in GitHub Desktop.
Save razlupercio/f15da0d922dc08427ba9104863b303ee to your computer and use it in GitHub Desktop.
2016-10-07T04:59:18.450+0000 [initandlisten] MongoDB starting : pid=7 port=6081 dbpath=/var/mongo 64-bit host=mybox
2016-10-07T04:59:18.451+0000 [initandlisten] db version v2.6.7
2016-10-07T04:59:18.451+0000 [initandlisten] git version: nogitversion
2016-10-07T04:59:18.451+0000 [initandlisten] OpenSSL version: OpenSSL 1.0.2 22 Jan 2015
2016-10-07T04:59:18.451+0000 [initandlisten] build info: Linux ip-x-x-x-x 2.6.32-356-ec2 #69-Ubuntu SMP Mon Aug 26 15:32:17 UTC 2013 x86_64 BOOST_LIB_VERSION=1_49
2016-10-07T04:59:18.451+0000 [initandlisten] allocator: tcmalloc
2016-10-07T04:59:18.451+0000 [initandlisten] options: { net: { bindIp: "127.0.0.1", http: { enabled: false }, port: 6081 }, nopreallocj: true, processManagement: { fork: true, pidFilePath: "/var/pid/mongo.pid" }, replication: { oplogSizeMB: 16, replSet: "ssrs" }, security: { authorization: "enabled" }, storage: { dbPath: "/var/mongo", preallocDataFiles: false, smallFiles: true }, systemLog: { destination: "file", path: "/var/log/mongo.log" } }
2016-10-07T04:59:20.016+0000 [initandlisten] journal dir=/var/mongo/journal
2016-10-07T04:59:20.017+0000 [initandlisten] recover : no journal files present, no recovery needed
2016-10-07T04:59:20.059+0000 [initandlisten] allocating new ns file /var/mongo/local.ns, filling with zeroes...
2016-10-07T04:59:20.319+0000 [FileAllocator] allocating new datafile /var/mongo/local.0, filling with zeroes...
2016-10-07T04:59:20.319+0000 [FileAllocator] creating directory /var/mongo/_tmp
2016-10-07T04:59:20.344+0000 [FileAllocator] done allocating datafile /var/mongo/local.0, size: 16MB, took 0.011 secs
2016-10-07T04:59:20.345+0000 [initandlisten] build index on: local.startup_log properties: { v: 1, key: { _id: 1 }, name: "_id_", ns: "local.startup_log" }
2016-10-07T04:59:20.345+0000 [initandlisten] added index to empty collection
2016-10-07T04:59:20.345+0000 [initandlisten] command local.$cmd command: create { create: "startup_log", size: 10485760, capped: true } ntoreturn:1 keyUpdates:0 numYields:0 reslen:37 286ms
2016-10-07T04:59:20.350+0000 [initandlisten] waiting for connections on port 6081
2016-10-07T04:59:20.358+0000 [rsStart] replSet can't get local.system.replset config from self or any seed (EMPTYCONFIG)
2016-10-07T04:59:20.358+0000 [rsStart] replSet info you may need to run replSetInitiate -- rs.initiate() in the shell -- if that is not already done
2016-10-07T04:59:21.358+0000 [rsStart] replSet can't get local.system.replset config from self or any seed (EMPTYCONFIG)
2016-10-07T04:59:22.359+0000 [rsStart] replSet can't get local.system.replset config from self or any seed (EMPTYCONFIG)
2016-10-07T04:59:23.359+0000 [rsStart] replSet can't get local.system.replset config from self or any seed (EMPTYCONFIG)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment