Closed ansonyao closed 5 years ago
I can look at it tomorrow morning if no one else is available to help you trouble shoot. I will reinstall tomorrow morning.
Thaddeus
On Thu, Aug 9, 2018, 9:49 PM Anson Yao notifications@github.com wrote:
I am following the tutorial to install it and mac. When I run the command
docker-compose -f sawtooth-default.yaml up
It does download the images and runs but then it stops after printing the following lines: sawtooth-shell-default | creating key directory: /root/.sawtooth/keys sawtooth-shell-default | writing file: /root/.sawtooth/keys/root.priv sawtooth-shell-default | writing file: /root/.sawtooth/keys/root.pub
Anyone can point me a direction on how to get it running on my mac?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hyperledger/education/issues/63, or mute the thread https://github.com/notifications/unsubscribe-auth/AcJxJqe16QqG7Jkw2R0YRte3JJkh9VSDks5uPRDDgaJpZM4V3lZa .
I followed the steps after the installation on tutorials and they are working. Seems it is just the console stopped printing after
sawtooth-shell-default | creating key directory: /root/.sawtooth/keys
sawtooth-shell-default | writing file: /root/.sawtooth/keys/root.priv
sawtooth-shell-default | writing file: /root/.sawtooth/keys/root.pub
and it is different from what is expected.
👍
On Thu, Aug 9, 2018, 10:33 PM Anson Yao notifications@github.com wrote:
I followed the steps after the installation on tutorials and they are working. Seems it is just the console stopped printing after ``` sawtooth-shell-default | creating key directory: /root/.sawtooth/keys sawtooth-shell-default | writing file: /root/.sawtooth/keys/root.priv sawtooth-shell-default | writing file: /root/.sawtooth/keys/root.pub
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hyperledger/education/issues/63#issuecomment-411979981, or mute the thread https://github.com/notifications/unsubscribe-auth/AcJxJgtIReAjcXyWI7g8U5L7su84HDlpks5uPRsxgaJpZM4V3lZa .
I've also run into the same issue (here) with the key generation, though, I have gotten a little past it by installing lower versions of docker and docker-compose. Currently, I'm usin Docker 17.03.1 and Docker-compose 1.9.0.
Maybe you could try something similar and see if your luck is better than mine.
I am following the tutorial to install it on mac. When I run the command
docker-compose -f sawtooth-default.yaml up
It does download the images and runs but then it stops after printing the following lines: sawtooth-shell-default | creating key directory: /root/.sawtooth/keys sawtooth-shell-default | writing file: /root/.sawtooth/keys/root.priv sawtooth-shell-default | writing file: /root/.sawtooth/keys/root.pub
Anyone can point me a direction on how to get it running on my mac?