-
Notifications
You must be signed in to change notification settings - Fork 794
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
invalid address-in-use error on macOS? #3500
Comments
If you're getting an address-already-in-use error then you've probably already got Lighthouse running in another tab somewhere. You can look for the process ID using
e.g. on my machine I have this:
If you see a
change the PID to match the output from |
@michaelsproul I did check for used ports with Without rebooting or anything, I downgraded Lighthouse to 2.5.1 and re-ran lighthouse, then it worked. So it feels like a regression bug, but I fully understand that I have not given you much to work with here... hmm. Might possibly be human error on my part! Let's see if anyone else has these issues. |
@Sajjon You'll need to run v3.0.0 for the merge, do you get anything different when you change Lighthouse's port with e.g. |
If you could also send me the debug logs from |
Closing in favour of #2254 which has more detailed discussion about possible root causes. |
Description
I've updated to 1.10.21 of Geth and 3.0.0 of Lighthouse, I'm trying to launch lighthouse in two tabs (I used to run terminal tab with
lighthouse bn --staking
and one withlighthouse vc
):I've launch
geth
with:geth --authrpc.addr localhost --authrpc.port 8551 --authrpc.vhosts localhost --authrpc.jwtsecret ~/Library/Ethereum/geth/jwtsecret
Im trying to launch lighthouse with
$ lighthouse \ --network mainnet \ beacon_node \ --http \ --execution-endpoint http://localhost:8551 \ --execution-jwt ~/Library/Ethereum/geth/jwtsecret
But this fails to launch, I get "Address already in use"
Error log
Version
Please provide your Lighthouse and Rust version. Are you building from
stable
orunstable
, which commit?Stable, 3.0.0, built locally in my Mac Mini M1, commit is
18c61a5e8be3e54226a86a69b96f8f4f7fd790e4
Present Behaviour
Fails to lauch
Expected Behaviour
I expect to be able to launch lighthouse
Steps to resolve
Please describe the steps required to resolve this issue, if known.
The text was updated successfully, but these errors were encountered: