Closed dtu-compute closed 7 years ago
After updating the certs, stackedit couldn't connect to couchdb:6984 and couchdb couldn't write its db files any more. So I have created a new fedora branch in couchdb which we should use/merge to devel/2016. This one uses port 5984.
fedora
The admin and password wasn't inserted by generate.rb so I made this fix. https://github.com/dtu-compute/dtu-enote/commit/22bb55ae5408422010b4ac13d2bfac755b6e7c5e
generate.rb
Looking in /vol/log/couchdb.log I see
/vol/log/couchdb.log
[Sat, 24 Dec 2016 14:22:43 GMT] [debug] [<0.270.0>] httpd 401 error response: {"error":"unauthorized","reason":"You are not a server admin."}
This should be fixed now. I've deployed to devel2 for staging.
After updating the certs, stackedit couldn't connect to couchdb:6984 and couchdb couldn't write its db files any more. So I have created a new
fedora
branch in couchdb which we should use/merge to devel/2016. This one uses port 5984.The admin and password wasn't inserted by
generate.rb
so I made this fix. https://github.com/dtu-compute/dtu-enote/commit/22bb55ae5408422010b4ac13d2bfac755b6e7c5eLooking in
/vol/log/couchdb.log
I see