[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
[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