[01:08:21] <rpenha> Do someone getting "Error 109 : Pipe has been ended" with version 2.4.8 in Windows Server 2012?
[01:23:31] <Guest30957> Coming from MySQL. In the CLI, after I 'use database_name' do I need to do database_name.users.find() or can I just users.find() ?
[15:39:36] <tiller> If I want to find users having a specific organisation and having a specific role within this organisation, do I have to use an aggregate, or is there a way to do it with a simple find() ?
[15:56:44] <Nodex> tiller : you can also use dot notation
[15:57:11] <tiller> If I use the dot notation, it doesn't search within the same organisation
[15:58:27] <tiller> If I search for role R1 in the organisation O1, with the dot notation, I would retrieve users having the O1 organisation and having the R1 role into the organisation O2
[16:01:56] <Nodex> just about finished a mongodb backed property exchange index where estate agents can plugin their systems and share property with each other in real time and with developers who may want to build services round it http://www.openpropertyexchange.co.uk/ :D
[17:50:32] <ubuntumongodb> Does anyone know whether I can pause / delay the mongodb upstart script upon shutdown to wait until another command has completed?
[17:51:34] <mikejw> I guess the update method in the mongo shell just doens't like paramters passed to it via apply :/