Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start any nodes. #36

Open
ghost opened this issue Oct 18, 2017 · 5 comments
Open

Can't start any nodes. #36

ghost opened this issue Oct 18, 2017 · 5 comments

Comments

@ghost
Copy link

ghost commented Oct 18, 2017

Hello there,
I have a question, i can grab the repo and enter the folder "ethereum-docker", when i run the command "docker-compose -f docker-compose-standalone.yml up -d" it says "ethereumdocker_geth_1 is up-to-date", nothing more.
I've managed to run the same command and get the response "ethereumdocker_geth_1 is up-to-date... done" at some point, but when i enter the ip and the port 8545 of the default virtual machine, i see nothing.
So i ran the command "docker-compose ps" to see the container ive created and i don't see the ethereumdocker_geth_1, i don't know if i am missing something but i wanted to ask you, this is normal?
i tried to follow this tutorial and i only managed to run the netstats node, i get the screen of the tutorial, the only different thing is that i don't have the 2 created nodes (the bootstrap node and the other one), so i want to know if i am missing something, i am using the docker toolbox.

@ibanezje
Copy link

ibanezje commented Nov 3, 2017

It looks like I'm having the same problems. I'm doing this on a windows 7 machine. In f.e. the bootstrap container it logs: standard_init_linux.go:195: exec user process caused "no such file or directory"

@kembala
Copy link

kembala commented Nov 15, 2017

#37
Different error on same line with multi-node docker:
standard_init_linux.go:195: exec user process caused "exec format error"
with the error message:
ERROR: Service 'bootstrap' failed to build: The command '/bin/sh -c apk add --update git bash nodejs nodejs-npm perl' returned a non-zero code: 1

@katopz
Copy link

katopz commented Nov 22, 2017

@imaybebatman try docker-compose down to clear old mess and then docker-compose up if you want geth and netstats

@katopz
Copy link

katopz commented Nov 22, 2017

@ibanezje it's different issue you hit, you have to comment out or adjust docker-compose.yml at this line

- /etc/localtime:/etc/localtime:ro

to be

# - /etc/localtime:/etc/localtime:ro

Same for https://github.com/Capgemini-AIE/ethereum-docker/blob/master/docker-compose.yml#L40

    #volumes:
    #  - /etc/localtime:/etc/localtime:ro

hth

@katopz
Copy link

katopz commented Nov 22, 2017

@kemenesbalazs you should open new issue, try docker system prune and rebuild, if it not work try other machine ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants