openethereum / parity-deploy

Parity deployment script.
Apache License 2.0
81 stars 52 forks source link

ERROR: Encountered errors while bringing up the project. #84

Closed 0xthreebody closed 5 years ago

0xthreebody commented 5 years ago

./parity-deploy.sh --config aura

threebody@deepin:~/Desktop/POA/parity-deploy$ docker-compose up -d
Starting 772123ad77a3_host1 ... error

ERROR: for 772123ad77a3_host1  Cannot start service host1: b'linux spec user: unable to find user parity: no matching entries in passwd file'

ERROR: for host1  Cannot start service host1: b'linux spec user: unable to find user parity: no matching entries in passwd file'
ERROR: Encountered errors while bringing up the project.
ddorgan commented 5 years ago

@jiangfuyao thanks for the report. Which distro (and version) are you using? I've not seen anything like this before...

0xthreebody commented 5 years ago

Parity-Ethereum/v2.0.4-beta-e2e1d22-20180910/x86_64-linux-gnu/rustc1.28.0, parity-deploy is the last version.

ddorgan commented 5 years ago

@jiangfuyao was wondering which operating system and specific version you are using. Thanks

0xthreebody commented 5 years ago

deepin linux 15.7 Desktop.

ddorgan commented 5 years ago

@jiangfuyao can you double check you're using an up to date docker parity/parity:stable image for this. An issue which seems related was fixed some time back.

ddorgan commented 5 years ago

Closing...