> On Fri, Oct 3, 2014 at 9:40 PM, Sundar Sankarnarayanan > wrote: > > [info] [<0.804.0>] Retrying HEAD request to > > https://skimdb.npmjs.com/registry/express/ > in 0.5 seconds due to error {conn_failed,{error,nxdomain}} > > nxdomain is about that the domain name does not exist or could be > resolved. Does your DNS configured right?
Hi Sundar, Alex’s point is that your server appears not to be able to resolve `skimdb.npmjs.com`. You need to fix this before replication will work inside CouchDB. Does `curl -vXHEAD https://skimdb.npmjs.com/` work? What output do you get from DNS, e.g. `drill -t skimdb.npmjs.com` ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 31157 ;; flags: qr rd ra ; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;; skimdb.npmjs.com. IN A ;; ANSWER SECTION: skimdb.npmjs.com. 300 IN CNAME ec2-54-86-193-198.compute-1.amazonaws.com. ec2-54-86-193-198.compute-1.amazonaws.com. 86400 IN A 54.86.193.198 ;; AUTHORITY SECTION: ;; ADDITIONAL SECTION: ;; Query time: 234 msec ;; SERVER: 10.0.0.138 ;; WHEN: Fri Oct 3 21:33:16 2014 ;; MSG SIZE rcvd: 102 Let’s move this to the [email protected] list, this list is for discussing the actual replication protocol itself, & not general support. Please send any further questions or replies to that list. Thanks! — Dave Cottlehuber [email protected] Sent from my Couch
