Closed derekkinsman closed 8 years ago
Hey @derekkinsman!
Can you make sure that this wasn't a temporary network issue?
Failed to fetch http://httpredir.debian.org/debian/dists/jessie/Release.gpg Error reading from server. Remote end closed connection [IP: 5.153.231.35 80]
makes it look like one.
Hey @konradkonrad, I've been messing around with this a bit more and it looks like there's issues on AWS with binding IPs to 127.0.0.1 and 0.0.0.0.
When I switch everything to 0.0.0.0
netstats starts running but the network will never see the minimum required number of nodes to start verifying mining/transactions. If I run it on 127.0.0.1
netstats doesn't work, but the rest tof the network spins up and does what it is supposed to do.
I think it might be related to the recent changes that have made --fake
not work. But I also have no idea and am fairly new to this. (I also had to change the source of the Nodesource install as NodeJS and IOJS have merged back together and they renamed all the distributions)
Hmm. So this particular issue (ERROR: for bootstrap) seems to be resolved, right? Please close this issue, if your original problem is no longer an issue!
Can you share details for the nodesource install issue, or even better, create a PR for what is necessary there? I hadn't had an issue there today, most likely I got some things still cached here.
I assume, you're running all nodes in the same machine/instance, correct? Can you open a new issue for the connectivity issue on AWS, and give some more details about what works and what doesn't?
Btw, I am not sure, if --fake
is really related to this. There were some issues with the genesis_hash
that I resolved with #7. But this should not have resulted in any other networking issues. Please also test with the newest master. Thanks!
Will do. Thanks! (I'll test the latest version of master before opening a new issue)
I get this error when trying to run the
with-netstats
setup. This is running on an AWS EC2 Ubuntu 14.04 instance.Here's the whole log if you'd like to see it: