[05:50:14] <arussel> in a group aggregate, is it possible to use object as field id so {a: "a", b: {x: 1, y: 2}, c: 4} can be group using id {a, b} ?
[12:52:28] <jiffe98> so when trying to start mongodb I'm getting 'ERROR: writer worker caught exception: btree: key+recloc already in index on ...' but I can't run repair because the database needs enough free disk space to recreate the entire db?
[15:18:38] <Kenaniah> anyone have any luck attempting to configure SSL for mongod 2.6.1?
[15:18:55] <Kenaniah> the YAML format appears to be completely useless
[17:40:05] <Nopik_> what is the error you are getting?
[18:16:18] <gargaml> Nopik_: type (XML::Feed::Content) unhandled at /home/js/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/MongoDB/Collection.pm line 267.
[19:42:03] <jiffe98> so when trying to start mongodb I'm getting 'ERROR: writer worker caught exception: btree: key+recloc already in index on ...' but I can't run repair because the database needs enough free disk space to recreate the entire db
[20:07:29] <Tulsene> I'm would like to run my mongod daemon after configure replica set, but even after configure /etc/mongodb.conf with the name of my replica set I can't launch it with "service mongod start"
[20:08:17] <Tulsene> but when I do mongod --port 27017 --dbpath /var/lib/mongodb/ --replSet rs0 it work
[20:09:49] <Tulsene> do I have to modify /etc/init.d/mongosb?
[20:10:04] <Tulsene> do I have to modify /etc/init.d/mongodb?