Re: Couchdb 2.0 start error

2016-03-15 Thread Ying Bian
That did the trick! The command returned {ok: true} and now the errors are gone. Thanks a lot, Jan! But what caused this? I don’t think this is a normal step for users to do during installation. Will we fix this or at least add it in the installation instruction? Do I need to log an issue?

Re: Couchdb 2.0 start error

2016-03-15 Thread Jan Lehnardt
When you get this error, CouchDB should still be running. If that’s the case, can you try this: curl -X PUT http://127.0.0.1:5984/_users Best Jan -- > On 14 Mar 2016, at 23:56, Ying Bian wrote: > > I did everything using a normal user so I can just run couchdb using that > user.