PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Sunday the 27th of April, 2014

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[00:16:06] <thearchitectnlog> guys i need to do the opposite of $unwind
[00:16:12] <thearchitectnlog> hey anyone
[03:58:39] <arussel> I'm trying to upgrade to 2.6
[03:59:09] <arussel> I've update the pacakge, restarted the db, the shell is at 2.6 now, but db.version() is still showing 2.4.
[03:59:14] <arussel> what else do I need to do ?
[04:21:55] <skot> you need to restart the server; I would guess the package installer didn't.
[04:22:19] <skot> (the server being the mongod process)
[04:39:38] <arussel> yum overwrote my mongod.conf, that's a bit un-nice
[04:42:03] <arussel> shouldn't it at the very least ask what to do ? dbpath and binding were overwritten
[05:44:19] <tobyai> Hi Everybody! Is this the right place to ask for help with a aggregation pipeline problem?
[05:48:36] <tobyai> is there a better place to ask for help?
[06:01:53] <tobyai> looks like nobody is here... well thanks anyway!
[08:47:41] <Senor> what is eaxct meaning of "/proc/sys/net/ipv4/conf/all/arp_ignore" ?
[08:59:23] <kali> oO
[13:12:31] <hit_> Can someone explain me why I'm getting this error?? http://pastebin.com/ka6U5TTK
[13:13:08] <hit_> I mean, if the keys come from the first table, why are they too large for the second one? I don't get it
[14:59:04] <skullz> how should I inject an 'id' attribute when I use .find() ?
[14:59:09] <skullz> (using mongoose)
[15:49:46] <asturel> can i do something like this db.level.update({$set: { level : 0-level} });
[15:49:52] <asturel> so i want to invert the level value
[15:51:02] <asturel> i need a foreach?
[15:51:55] <asturel> oh nice
[16:18:47] <kali> asturel: $mul: -1
[16:19:25] <asturel> but it just do -1
[16:19:29] <asturel> not 0-level
[16:20:42] <kali> what ?
[16:52:18] <asturel> http://bpaste.net/show/ePjTDwy7roRQC54i1gdj/ had to do this
[16:53:20] <kali> i stand by $mul:-1 :P
[16:53:35] <asturel> ahhhhh
[16:53:44] <asturel> for some reason i read $inc
[18:32:46] <mandeep> Hello, I have installed mongodb 2.6.0 version. When I start mongodb service, it gives mongodb: unrecognized service error. Can anyone help me in this?
[18:42:01] <kali> mandeep: windows ?
[18:59:23] <mandeep> I'm using debian server
[19:00:49] <mandeep> When I run $ mongo then it gives connection error: connecting to: test
[19:00:49] <mandeep> 2014-04-27T18:59:55.638+0000 warning: Failed to connect to 127.0.0.1:27017, reason: errno:111 Connection refused
[19:00:52] <mandeep> 2014-04-27T18:59:55.639+0000 Error: couldn't connect to server 127.0.0.1:27017 (127.0.0.1), connection attempt failed at src/mongo/shell/mongo.js:146
[19:00:55] <mandeep> exception: connect failed
[19:41:09] <NaN> I've installed mongodb on local (ubuntu) but when I try to connect I get the "Connection refused" error, do I have to setup something special? (ufw disabled)
[21:16:38] <cheeser> does a "hadoop map/reduce vs mongodb aggregation" talk sound interesting?
[21:16:52] <cheeser> debating submitting a conference talk on that...
[22:03:14] <sviterok> cheeser: yes, definitely
[22:03:54] <cheeser> ok. filling out javazone and strataconf submissions this weekend.
[22:04:47] <toothrot> what there a change to the admin console defaults? I no longer see a log message about it during startup
[22:05:08] <toothrot> er, was..