-
Notifications
You must be signed in to change notification settings - Fork 19
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
iptables: No chain/target/match by that name. #26
Comments
which distribution you are using? Is this CentOS ? |
One of the member has this problem on CentOS. |
it looks like iptables problem. Can they start script with the bash -x ./install-validator-centos-7-volta.sh and copy output? |
Hi, |
Hi. It was me facing this issues. First of all important: we configured our SSH on port 2222. The script reconfigures SSH - but can't handle if the config is already set to 2222. iptables: No chain/target/match by that name. |
still unsolved... waiting for further instructions - Rodger |
I was asking for the running script with bash -x so I can look which Iptables rules are failing. |
docker: Error response from daemon: driver failed programming external connectivity on endpoint parity-keygen (59f......): Bind for 127.0.0.1:8545 failed: port is already allocated. |
not sure if this is due a previous version/deamon running... also I removed the key-info from this post (59f....) since I don't want to reveal anything harmfull in public |
@bartcoelus can you please post the complete log. you can do something like following: and share the debug.log Also, it seems the parity instance is already running that is why you get the last error.
if you see processes running, kill them with then remove the docker-stack folder |
done that - can I send you the debug.log somewhere outside github. I don't think we want all this stuff on this public page |
Client sended e-mail that now validator install works. |
Let's share important learnings from our case:
|
Issue:
Some validator organization are commenting following lines in the installation scripts which results into unexpected end of the installation script.
line 65 to 68
echo "Securing SSH..."
writeSShConfig
semanage port -a -t ssh_port_t -p tcp 2222
service sshd restart
Result:
parity-keygen
parity-keygen
Creating docker-stack_parity-telemetry_1 ... done
Creating docker-stack_nodecontrol_1 ... done
Creating docker-stack_parity_1 ... done
Waiting 30 sec for parity to come up and generate the enode...
Redirecting to /bin/systemctl restart telegraf.service
Setting up firewall
iptables: No chain/target/match by that name.
iptables: Directory not empty.
iptables: Chain already exists.
iptables: No chain/target/match by that name.
Expected Outcome:
Script should end with a proper installation summary.
Details:
Installation Script:
CentOS: https://github.com/energywebfoundation/ewc-validator-node-install-scripts/blob/master/volta-affiliate/install-validator-centos-7-volta.sh
Ubuntu: https://github.com/energywebfoundation/ewc-validator-node-install-scripts/blob/master/volta-affiliate/install-validator-ubuntu-server-18.04-volta.sh
The text was updated successfully, but these errors were encountered: