PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Friday the 5th of August, 2016

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[00:44:49] <Zelest> anyone around for some assistance regarding pear errors when trying to install the php mongo driver? :/
[00:49:25] <RoyK> Zelest: what distro?
[00:49:34] <Zelest> openbsd
[00:49:49] <Zelest> it seems more like a pecl issue
[00:50:15] <Zelest> it builds and all, but fails to install it due to some directories not being there (in the temp build-dir)
[00:50:21] <Zelest> hold
[00:51:10] <Zelest> http://pastie.org/pastes/10930374/text?key=tmlo63kqtyws1ajxqvwqkg
[00:51:29] <RoyK> no idea - sorry - I don't use BSD too much
[00:51:43] <Zelest> ah
[00:51:46] <Zelest> thanks anyway
[01:08:35] <trq> They look like warnings.
[01:09:06] <trq> Does this *.so file exist?
[01:11:25] <Zelest> nah, seems like it wipes out that temp dir completely afterwards
[01:12:18] <trq> I actually remeber a similar issue myself.
[01:12:22] <trq> We use mongo here.
[01:12:34] <trq> Let me have a look at our provisioning stuff.
[01:12:53] <Zelest> oh
[01:14:54] <trq> Sorry, ours was a bit diffeerent. It kept failing because /usr/share/php/doc already existed.
[01:15:06] <Zelest> ah
[01:15:33] <trq> The /var/www/pear on the end of those paths looks a bit wired to me.
[01:15:42] <Zelest> indeed
[01:15:48] <trq> But yeah, sorry, I'm not going to be much more help
[01:16:30] <Zelest> no worries :)
[01:21:25] <trq> k/4j
[01:21:51] <trq> oops^
[01:29:02] <Zelest> trq, thankfully the pear/pecl is just php, just rewrote it a bit to copy the mongo.so before it blows up :D
[01:51:48] <Zelest> there we go, dev-env up and running! \o/
[01:53:22] <trq> Good job.
[04:32:34] <copumpkin> hi! I'm using mongoimport to do some batch importing and occasionally it'll print out a log saying "dbname.collectionname <somesize> MB" and nothing else. Anyone know what that means? Most of the time it just says that it connected and imported X documents
[04:35:08] <copumpkin> oh, perhaps it's a progress indicator?
[08:58:49] <catphish> i just noticed that db.addUser() is deprecated, are there any considerations when using db.createUser instead, or will it accept the same object?
[09:01:20] <catphish> they look the same, or at least backward compatible
[09:18:36] <catphish> yep, all works fine :)
[12:11:40] <alexi5> hello
[12:24:10] <Faris> Hello
[12:24:56] <Faris> Does setting profiling level to 2 have any impact on performance?
[12:34:32] <sagarawdw> hi need help with django mongo auth. any tutorial or documentation on how to set it up?
[12:34:32] <sagarawdw> along with social logins
[13:12:18] <KekSi> is it possible to hot-reload the config in mongodb?
[13:12:22] <KekSi> especially bindIp?
[13:13:59] <KekSi> i only now noticed that the 3.0 upgrade from 2.6 changed the config format and set it to 127.0.0.1 .. now i added some docker containers and those can't really access 127.0.0.1
[13:20:51] <sagarawdw> can anyone help with django mongo auth?
[14:58:08] <chris|> can someone explain to me in what way tryNext() is different from if(hasNext())next() on the Java driver?
[14:58:22] <chris|> I sure hope hasNext() does not block... ?
[15:25:06] <alexi5> hello ladies and gentlemen ?
[18:15:31] <eindoofus> hi, how can i display the "Running query" within the server console output? i'm running 3.2
[18:20:19] <eindoofus> only seeing it output COMMAND, STORAGE, INDEX in --verbose, but not QUERY
[18:23:02] <eindoofus> "Changed in version 3.0: serverStatus no longer outputs the workingSet, indexCounters, and recordStats sections."
[18:23:21] <eindoofus> does this mean the Running Query is no longer available in the output!?
[18:25:41] <saml> if I use url as _id, what kind of problems do i expect?
[18:49:29] <Pinkamena_D> Can I match on groups of two values? For example I have documents with {'a':1,'b':2,...} I have a list of acceptable a and b values [{'a':3,'b':4},{'a':3,'b':5}], can I find documents where for example a=3ANDb=4 OR a=3ANDb=5 ?
[19:10:19] <saml> using golang mgo, c.Insert(&mystruct{...}) fails cause type mystruct{ID bson.ObjectID `bson:"_id"`
[19:10:29] <saml> by default, _id becomes ""
[19:12:42] <saml> type mystruct struct{ ID bson.ObjectID `bson:"_id,omitempty"` works
[19:12:54] <saml> hehehehhehehehhehehehehehehe