Re: Unsolicited email from CouchBase

2013-08-30 Thread Dave Cottlehuber
Nor me, & I've not seen anything in the past from Couchbase folk to suggest they would either. Happy NoSQL families! On 30 August 2013 17:04, Filippo Fadda wrote: > Personally, I didn't receive any e-mail from Couchbase. > > -Filippo > > On Aug 30, 2013, at 4:47 PM, Jens Alfke wrote: > >> >> On A

Re: Unsolicited email from CouchBase

2013-08-30 Thread Stanley Iriele
I get it from time to time On Aug 30, 2013 11:48 AM, "Jason Smith" wrote: > The mystery is solved. > > > On Sat, Aug 31, 2013 at 1:45 AM, Dan Santner wrote: > > > Me neither... > > On Aug 30, 2013, at 1:42 PM, Dave Cottlehuber wrote: > > > > > Nor me, & I've not seen anything in the past from C

Re: Unsolicited email from CouchBase

2013-08-30 Thread Jason Smith
The mystery is solved. On Sat, Aug 31, 2013 at 1:45 AM, Dan Santner wrote: > Me neither... > On Aug 30, 2013, at 1:42 PM, Dave Cottlehuber wrote: > > > Nor me, & I've not seen anything in the past from Couchbase folk to > > suggest they would either. Happy NoSQL families! > > > > On 30 August

Re: Unsolicited email from CouchBase

2013-08-30 Thread Dan Santner
Me neither... On Aug 30, 2013, at 1:42 PM, Dave Cottlehuber wrote: > Nor me, & I've not seen anything in the past from Couchbase folk to > suggest they would either. Happy NoSQL families! > > On 30 August 2013 17:04, Filippo Fadda > wrote: >> Personally, I didn't receive any e-mail from Couchb

Re: Unsolicited email from CouchBase

2013-08-30 Thread Jens Alfke
On Aug 30, 2013, at 5:45 AM, Andru Vallance wrote: > Just wondering - has anyone else on this list been receiving unsolicited > marketing emails from Greg McFarlane at CouchBase? That would be sales, not marketing. :) I’ll ask about where we/Couchbase get email address from for such purposes.

Re: Unsolicited email from CouchBase

2013-08-30 Thread Filippo Fadda
Personally, I didn't receive any e-mail from Couchbase. -Filippo On Aug 30, 2013, at 4:47 PM, Jens Alfke wrote: > > On Aug 30, 2013, at 5:45 AM, Andru Vallance wrote: > >> Just wondering - has anyone else on this list been receiving unsolicited >> marketing emails from Greg McFarlane at Couc

Re: Unsolicited email from CouchBase

2013-08-30 Thread matt j. sorenson
On Fri, Aug 30, 2013 at 8:25 AM, Jason Smith wrote: > If you have signed up for Iris Couch, then Couchbase has your email > address and name. See the Iris Couch policy here: > http://www.iriscouch.com/policy (search for "privacy" or "couchbase"). > > Never even realized that about iriscouch, than

Re: Unsolicited email from CouchBase

2013-08-30 Thread Tim Tisdall
I've never received any. On Fri, Aug 30, 2013 at 9:32 AM, Robert Newson wrote: > "particularly cool to me to be harvesting emails from an apache list for > marketing purposes in the first place" > > That would be distinctly uncool if true, thanks for letting us know. > > B. > > > > On 30 August

Re: Unsolicited email from CouchBase

2013-08-30 Thread Robert Newson
"particularly cool to me to be harvesting emails from an apache list for marketing purposes in the first place" That would be distinctly uncool if true, thanks for letting us know. B. On 30 August 2013 13:45, Andru Vallance wrote: > Just wondering - has anyone else on this list been receivin

Re: Unsolicited email from CouchBase

2013-08-30 Thread Jason Smith
If you have signed up for Iris Couch, then Couchbase has your email address and name. See the Iris Couch policy here: http://www.iriscouch.com/policy(search for "privacy" or "couchbase"). On Fri, Aug 30, 2013 at 7:45 PM, Andru Vallance wrote: > Just wondering - has anyone else on this list been

Unsolicited email from CouchBase

2013-08-30 Thread Andru Vallance
Just wondering - has anyone else on this list been receiving unsolicited marketing emails from Greg McFarlane at CouchBase? I've never signed up to anything from them, and since I'm only just dipping my toes into the waters of CouchDB, my participation on this list is pretty much my only active eng

Re: CouchDB Replication Errors

2013-08-30 Thread Robert Newson
Source and target can both be remote, that's not a problem for the replicator. The addressinuse means couchdb's attempt to bind to port 5984 failed because something else already bound it. Check to see if a beam.smp process keeps launching and crashing. The 'badmatch' is that couchdb gets that {er

Re: CouchDB Replication Errors

2013-08-30 Thread Dave Cottlehuber
I'd more suspect {exit,eaddrinuse, which says that there's another process using the port. This is probably not obvious but you're asking your local couchdb to replicate between two remote instances this way -- both parameters are URLs -- and I think that's why this

CouchDB Replication Errors

2013-08-30 Thread Sebastian
Hi, i am currently trying to replicate a couchDB Database from the net (in this case the npmjs repo at http://isaacs.iriscouch.com/registry/) with the command: curl -H 'Content-Type: application/json' -X POST http://localhost:5984/_replicate -d ' {"source":"http://isaacs.iriscouch.com/registry