-
Notifications
You must be signed in to change notification settings - Fork 147
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
dial tcp 172.16.0.13:9000: i/o timeout #694
Comments
Can you try to update your docker engine version to 27.0.2. And possibly try to bump your ubuntu to 24.04? |
I have the same issue but on Mac. The latest docker engine version for mac is v.26.1.4. Do I have any chance? MacOS: Monterey 12.7.5 |
Could you check if you seeing the same issues with a different cl_type too? e.g lodestar ? |
I've checked lodestar, prysm, teku, nimbus, grandine. The issue occurs only for lighthouse. And I have to comment on port_publisher param. With default settings it doesn't work at all.
|
The port publisher parameters have been reworked in #677. Can you ensure that your virtual disk has enough free space and that you running the latest of everything? Kurtosis version 1.0.0 or newer, and the main branch of this repo. |
I have 30Gb available, Kurtosis version 1.0.0 and I am running Here is the latest error. The port can change from launch to launch: 9000, 4000, 5054.
|
can you try to do cl_max_mem override to something more than 1024? Let's try with 4096. |
What I found out, if I run |
Ubuntu 22.04 LTS
Docker version 20.10.21, build 20.10.21-0ubuntu1~22.04.3
kurtosis-cli version (0.90.1)
my network_params2.yaml is:
port is free
`
(base) root@ST-ZY-28:/var/zk_evm# sudo netstat -tuln | grep -E '9000|4000|5054'
(base) root@ST-ZY-28:/var/zk_evm# sudo ufw status
sudo ufw allow 4000/tcp
sudo ufw allow 5054/tcp
sudo ufw allow 9000/tcp
sudo ufw allow 9000/udp
Status: inactive
(base) root@ST-ZY-28:/var/zk_evm#
`
The text was updated successfully, but these errors were encountered: