PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 1st of June, 2013

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[03:29:08] <richcollins> How do I search the fields of the last element in an array
[03:30:39] <fxhp> rickibalboa: are you using a particular lang driver?
[03:41:19] <btipling> hi
[06:32:09] <meson10> how do i create a new Database while authentication is enabled ?
[06:32:42] <meson10> it keeps saying "not authorised for query on <name>.system.namespaces"
[15:11:36] <diegows> hi
[15:12:16] <diegows> may be someone has time to discuss about this https://groups.google.com/d/msg/mongodb-user/3b5IJDyrr9Q/O-SQIYrDx6YJ
[15:24:57] <kali> the scan happens when you're reading the cursor
[15:25:11] <kali> if you stop reading the cursor, the scan waits
[15:36:14] <diegows> Kali, thanks
[15:36:28] <diegows> that explains some issues :)
[16:15:28] <Marticus> yo
[16:15:50] <Marticus> is the command line option --no-journal the same as the config file option?
[16:17:27] <Marticus> sorry I mean --nojournal
[16:39:41] <shredding> Hey all.
[16:39:56] <shredding> I went through all the $near example, but can't get it to work.
[16:40:34] <shredding> http://pastebin.com/p8CkViUG
[16:40:48] <shredding> This should return all events within 5 km.
[16:40:51] <shredding> But it doesn't.
[16:40:54] <shredding> It returns all.
[16:41:04] <shredding> And it sorts descending (rarest to nearest).
[16:41:10] <shredding> Whys that?
[16:43:14] <shredding> Okay.
[16:43:16] <shredding> Got it.
[18:14:30] <oti8> Can anyone recommend a GUI tool for Mongodb on Mac?
[18:14:59] <oti8> Im mostly interested in: monitoring health, generating stats based on Mongo.find() w/ special parameter
[21:11:48] <Mech0z> If I have a property Rating on every object on a collection Player, if I want to remove that property on every object, what method would I need to use?
[21:15:27] <Mech0z> nwm foudn it
[23:46:44] <aet> Hey, I can't seem to kill the mongod process on my mac. tried kill -2 <pid> and kill -15 <pid> as recommended in the docs and the process is still alive
[23:47:13] <aet> im trying to restart mongo and tell it to use a configuration file but i cant get it to stop this process