-
Notifications
You must be signed in to change notification settings - Fork 296
error when trying to Launch irohad #1129
Comments
try sudo |
once I'm in the iroha instance and I try to run: I get |
Don't ever use sudo with irohad May you specify the steps that you've done, like iroha's branch, container name pulled from dockerhub, building steps, etc. Anything that might be useful for reproduction |
@l4l I did use sudo at some point in the install, but now I have a new problem where the install stops at around 20%. Here's what I did on a new Ubuntu instance in AWS without using sudo
Add docker user to group for socket communication: cmake -H. -Bbuild; **Install stops at 20% ** sudo swapon --show shows the 1.5gb of the swap is being used however still stuck at 20% |
@jacquetring not sure that the adding a group may cause a problem at the build (though it might be a security issue) |
@l4l Ok, I terminated the instance and started Ubuntu with 4CPUs, 16gb ram and 100gb drive to avoid space and cpu limitations. As I was reinstalling all the dependancies I think I may have found where
If I list out |
@jacquetring well, I was saying that sudo shouldn't be used for iroha launching blindly, docker obviously should use root privileges (or docker group). So either docker daemon should be started with root, or even simplier use sudo for your last usermod command |
Topic issue was outdated as long as there is no redis usage now, moreover the docker images available at docker hub. Feel free opening a new issue if you still have problems with docker image building |
I am following the document to launch iroha https://hyperledger.github.io/iroha-api/?protobuf#prepare-configuration-file
It begins to run and then I get the following error:
I'm wondering if this is coming from an initial problem when I run
./run-iroha-dev.sh
I get this error:or is it that the port in the config file doesn't represent the port that my instance is running locally?
The text was updated successfully, but these errors were encountered: