now
now copied to clipboard
Error with gandalf after now setup
I've run the script many times, fixing various steps manually. Now I'm arrived at the final step, the setup of the dashboard.
After cloning the repo in /tmp/tsuru-dashboard
I get the following error with gandalf:
Error obtaining user. Gandalf database is probably in an inconsistent state. fatal: The remote end hung up unexpectedly
Some info collected to debug the problem:
tsuru app-list
+-----------------+-------------------------+------------------------------------+--------+
| Application | Units State Summary | Address | Ready? |
+-----------------+-------------------------+------------------------------------+--------+
| tsuru-dashboard | 0 of 0 units in-service | tsuru-dashboard.ukraina.openweb.it | Yes |
+-----------------+-------------------------+------------------------------------+--------+
# tsuru platform-list
- python
root@ukraina:/tmp/tsuru-dashboard# mongo gandalf
MongoDB shell version: 2.6.3
connecting to: gandalf
> show collections
repository
system.indexes
user
> db.repository.find()
{ "_id" : "tsuru-dashboard", "users" : [ "[email protected]" ], "ispublic" : false }
root@ukraina:/tmp/tsuru-dashboard# ls -l /var/lib/gandalf/repositories/tsuru-dashboard.git/
total 20
-rw-r--r-- 1 git git 66 Jul 17 18:01 config
-rw-r--r-- 1 git git 23 Jul 16 12:50 HEAD
drwxr-xr-x 2 git git 4096 Jul 16 12:50 hooks
drwxr-xr-x 4 git git 4096 Jul 16 12:50 objects
drwxr-xr-x 4 git git 4096 Jul 16 12:50 refs
Thanks in advance for any help or suggestion to solve the problem