PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 14th of June, 2014

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[00:38:51] <kireevco> Updated windows mongo package https://chocolatey.org/packages/mongodb.core.2.6
[00:39:04] <kireevco> just binaries, no service installation
[01:17:18] <ehaliewicz> if use both skip/limit and sort options in a query, does the sort apply before the skipping?
[01:25:06] <cheeser> yes
[02:05:56] <jimpop> does cloneCollection also clone indexes of the collection?
[02:06:19] <jimpop> the docs say that it did in the past, but current docs give no clue
[02:13:05] <joannac> test it and see/
[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
[15:19:48] <Kenaniah> mongod -f /etc/mongod.conf yields "Unrecognized option: net.ssl.CRLFile", docs say http://docs.mongodb.org/manual/reference/configuration-options/#net.ssl.CRLFile
[15:31:44] <Kenaniah> wow, you have to build from source for SSL support? what garbage
[15:39:04] <sameergautam> still syncing, not yet to minValid optime
[15:39:11] <sameergautam> can anyone help me with this?
[15:46:06] <sameergautam> can anyone please????
[16:03:52] <SnowMonkey> is it possible to do an update based on two different queries? If query 1, do this.. if query 2 do something else?
[16:33:57] <cheeser> SnowMonkey: no
[16:48:14] <gargaml> hi
[16:49:27] <gargaml> I'm trying to add a collection inside an array through Mongo perl driver
[16:49:46] <gargaml> and I keep getting the same error without knowing why
[16:49:48] <gargaml> http://pastie.org/9290189
[16:49:59] <gargaml> this is what I'm trying to do
[16:50:17] <gargaml> if I replace $article with an integer, it works
[16:50:47] <gargaml> but as soon as I add a hash ref it doesn't…
[16:51:19] <gargaml> does anyone know why ?
[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.
[18:17:02] <gargaml> which is weird
[18:19:05] <Nopik_> seems more like perl problem, not mongo one
[18:22:45] <gargaml> I agree, I was hoping that some people use mongodb through a perl driver
[18:30:13] <gargaml> Nopik_: I found what it was, definitely a perl problem with no relation to mongodb…
[18:30:26] <gargaml> thanks anyway
[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:05:51] <Tulsene> hello everyone
[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?
[20:44:58] <Tulsene> there is someone here plz?
[23:28:17] <asturel> hey, my mongodb wont start anymore http://pastebin.com/DTmqe5uy
[23:30:06] <asturel> bah.. i run out of 2GB :(