PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Sunday the 24th of May, 2015

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[02:38:12] <_ari> hello
[02:38:57] <rusty78> Hey people - if I'm looking at creating a whisper messenger in Node, should I go with Mongo or Redis to serve my messages
[02:39:20] <rusty78> to save/serve them
[09:25:49] <techie28> Im trying to install MongoDB on window 7... tried to give the custom db path with command "c:\..\mongo\ --dbpath d:"
[09:26:36] <techie28> like this "c:\..\mongo\ --dbpath d:\data\"
[09:28:00] <techie28> its stuck on "waiting for connections on port 27017"
[09:28:25] <techie28> its looking for a webserver or what?
[09:28:40] <techie28> I do not have a webserver on my system
[09:32:17] <asturel> anyone have idea why it cant found boost_regex when i try to compile the driver with ssl? without ssl its fine https://bpaste.net/show/4fbd8f928af0
[09:37:58] <techie28> why is this "I CONTROL Hotfix kb2731284 or a later update is not installed, will zero-out files."
[15:22:06] <Jerome81> I am trying to start mongoDB from a synology NAS. When running node server.js i get the error message: /volume1/@appstore/MongoDB/bin/mongod:1 (function (exports, require, module, __filename, __dirname) { ELF ^ SyntaxError: Unexpected token ILLEGAL -- server.js content = var mongo = require("/volume1/@appstore/MongoDB/bin/mongod").MongoClient
[15:34:23] <StephenLynx> you don't use the path to the server when loading a module, you use the name of the module.
[15:34:51] <StephenLynx> just use require mongodb. if you installed the driver in a path the application can reach, it will load it.
[15:35:43] <Jerome81> When i use that it can't find the mongod
[15:36:11] <StephenLynx> where and how you installed the driver?
[15:36:30] <Jerome81> Its installed on a Synology NAS
[15:37:26] <Jerome81> http://synology.acmenet.ru
[15:50:06] <Siamaster> Hi , is it possible to use save together with $push?
[15:50:24] <StephenLynx> no idea what that is, use npm to install modules, Jerome81
[15:51:18] <Siamaster> say I have a collection of persons {_id:1,name:testPerson, locations:[1,2,3]}
[15:51:51] <Siamaster> and I want to upsert the collection in one go
[17:52:50] <Siamaster> can you do a save without removing other data?
[17:53:42] <Siamaster> if it already exist i mean
[23:49:14] <xaxxon> where can I find the rules about what combinations of things you can put into a single update query? Like I have two $addToSet commands, but only the last one seems to do anything
[23:53:06] <xaxxon> and earlier I was getting things about modifer and non-modifiers in the same statement