Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

parity doesn't start if used both --testnet --geth parameters #2382

Closed
gituser opened this issue Sep 28, 2016 · 1 comment · Fixed by #2659
Closed

parity doesn't start if used both --testnet --geth parameters #2382

gituser opened this issue Sep 28, 2016 · 1 comment · Fixed by #2659
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust.
Milestone

Comments

@gituser
Copy link

gituser commented Sep 28, 2016

Start parity with:

Parity version Parity/v1.3.1-beta-2a82fa0-20160911/x86_64-linux-gnu/rustc1.11.0

parity --testnet --geth

If there is no ~/.ethereum/testnet directory created before start it will fail with:

RPC io error: No such file or directory (os error 2)

@gavofyork
Copy link
Contributor

this is because it isn't creating the ~/.ethereum/testnet path prior to using it for the IPC file.

@gavofyork gavofyork added F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. labels Sep 28, 2016
@gavofyork gavofyork added this to the 1.4 Civility milestone Oct 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants