uname result: Darwin airpink.local 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64
otool result: airpink:New Folder With Items dapink$ otool -L /Applications/Apache\ CouchDB\ 2.1.1.app/Contents/Resources/couchdbx-core/bin/couchjs /Applications/Apache CouchDB 2.1.1.app/Contents/Resources/couchdbx-core/bin/couchjs: lib/libmozjs185.1.0.dylib (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1226.10.1) On Sat, Oct 21, 2017 at 8:46 AM, Jan Lehnardt <[email protected]> wrote: > hmm, your couchjs doesn’t work correctly. > > Can you run this for me? > > $ uname -a > > and > > $ otool -L /Applications/Apache\ CouchDB.app/Contents/ > Resources/couchdb-core/bin/couchjs > > (adjust if your Apache CouchDB.app doesn’t live in /Applications) > > Thanks! > Jan > -- > > > > > > On 21. Oct 2017, at 14:40, Mad, Pink and Dangerous to Know <[email protected]> > wrote: > > > > 1. set couchperuser to true (actually, already was set to true) > > 2. posting the following user to http://127.0.0.1:5984/_users > > { > > "_id": "org.couchdb.user:zaphodb", > > "type": "user", > > "roles": [], > > "name": "zaphodb", > > "password" : "trustno1" > > } > > > > Couch Log: https://pastebin.com/uXL24w6V > > > > On Sat, Oct 21, 2017 at 8:05 AM, Jan Lehnardt <[email protected]> wrote: > > > >> Can you send the steps you’re taking to enable and the feature and > upload > >> the accompanying couch.log somewhere? > >> > >> Thanks! > >> Jan > >> -- > >> > >>> On 21. Oct 2017, at 13:58, Mad, Pink and Dangerous to Know > <[email protected]> > >> wrote: > >>> > >>> Trying to test couchdbperuser on MacOS 10.12, cannot create a user, > keep > >>> getting: {"error":"unknown_error","reason":"undefined"} > >>> > >>> > >>> On Sat, Oct 21, 2017 at 6:40 AM, Jan Lehnardt <[email protected]> wrote: > >>> > >>>> Convenience Binary for Mac: > >>>> > >>>> https://dist.apache.org/repos/dist/dev/couchdb/binary/mac/2. > >>>> 1.1/rc.1/Apache-CouchDB-2.1.1.zip > >>>> > >>>> https://dist.apache.org/repos/dist/dev/couchdb/binary/mac/2. > >>>> 1.1/rc.1/Apache-CouchDB-2.1.1.zip.sha256 > >>>> > >>>> https://dist.apache.org/repos/dist/dev/couchdb/binary/mac/2. > >>>> 1.1/rc.1/Apache-CouchDB-2.1.1.zip.sha512 > >>>> > >>>> https://dist.apache.org/repos/dist/dev/couchdb/binary/mac/2. > >>>> 1.1/rc.1/Apache-CouchDB-2.1.1.zip.asc > >>>> > >>>> Should work on El Capitan (10.11) and upwards all the way to High > Sierra > >>>> (10.13). > >>>> > >>>> Should work with existing 2.0.0 and 2.1.0 data & config. > >>>> > >>>> Only caveat: I had to change the node name from [email protected] to > >>>> couchdb@localhost for compat reasons. The only consequence is that > the > >>>> remsh command that can now be newly used with 2.1.1 has to use that > node > >>>> name rather than the documented one with 127.0.0.1. > >>>> > >>>> Best > >>>> Jan > >>>> -- > >>>> > >>>> > >>>> > >>>>> On 21. Oct 2017, at 05:57, Joan Touzet <[email protected]> wrote: > >>>>> > >>>>> All, > >>>>> > >>>>> "Convenience binaries" are available for testing at the following > >>>> locations, for the following platforms: > >>>>> > >>>>> https://repo-nightly.couchdb.org/2.1.1-RC1/ > >>>>> - Debian/Ubuntu packages for jessie/stretch/trusty/xenial, amd64 only > >>>>> - RedHat/CentOS packages for el6/el7, x86_64 only > >>>>> - Configured as real repositories > >>>>> > >>>>> https://dist.apache.org/repos/dist/dev/couchdb/binary/win/2. > >>>> 1.1/rc.1/couchdb-2.1.1-RC1.msi > >>>>> - Windows 7 and up, x64 only > >>>>> > >>>>> Reminder: Do not distribute these outside of our community. They are > >> for > >>>> testing only, and not for voting on. Once an actual release is cut, > >> these > >>>> will be removed. > >>>>> > >>>>> -Joan > >>>> > >>>> -- > >>>> Professional Support for Apache CouchDB: > >>>> https://neighbourhood.ie/couchdb-support/ > >>>> > >>>> > >> > >> -- > >> Professional Support for Apache CouchDB: > >> https://neighbourhood.ie/couchdb-support/ > >> > >> > > -- > Professional Support for Apache CouchDB: > https://neighbourhood.ie/couchdb-support/ > >
